diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-29 16:35:05 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-29 16:35:05 +0100 |
commit | 9a4215ec61c7ae438695d51651665cc0e2fa0a28 (patch) | |
tree | e3243ac6659e7c87494921dcb29be7ee87d3bcba /db-unstable64 | |
parent | 8370508de93460fc1c2860ba8d1e18de1f271847 (diff) | |
download | dbscripts-9a4215ec61c7ae438695d51651665cc0e2fa0a28.tar.gz dbscripts-9a4215ec61c7ae438695d51651665cc0e2fa0a28.tar.xz |
Get GIT repo in line with the current dbscripts
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'db-unstable64')
-rwxr-xr-x | db-unstable64 | 5 |
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 |