summaryrefslogtreecommitdiffstats
path: root/db-unstable64
diff options
context:
space:
mode:
Diffstat (limited to 'db-unstable64')
-rwxr-xr-xdb-unstable645
1 files changed, 4 insertions, 1 deletions
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