From 9a4215ec61c7ae438695d51651665cc0e2fa0a28 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 29 Nov 2007 09:35:05 -0600 Subject: Get GIT repo in line with the current dbscripts Signed-off-by: Dan McGee --- db-unstable64 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'db-unstable64') diff --git a/db-unstable64 b/db-unstable64 index 6879056..dece93a 100755 --- a/db-unstable64 +++ b/db-unstable64 @@ -1,5 +1,7 @@ #!/bin/bash +export CARCH=x86_64 + repoid=3 reponame="unstable" arch="x86_64" @@ -10,7 +12,8 @@ cvspath="/home/cvs-unstable" cvsmod="unstable" cvstag="CURRENT-64" -stagedir="/home/arch64/staging/unstable" +#stagedir="/home/arch64/staging/unstable" +stagedir="$HOME/staging/unstable64" # call the real script . `dirname $0`/db-inc -- cgit v1.2.3-24-g4f1b