diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-29 09:35:05 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-29 09:35:05 -0600 |
commit | 9a4215ec61c7ae438695d51651665cc0e2fa0a28 (patch) | |
tree | e3243ac6659e7c87494921dcb29be7ee87d3bcba | |
parent | 8370508de93460fc1c2860ba8d1e18de1f271847 (diff) |
Get GIT repo in line with the current dbscripts
Signed-off-by: Dan McGee <dan@archlinux.org>
-rwxr-xr-x | db-extra64 | 5 | ||||
-rwxr-xr-x | db-unstable64 | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +export CARCH=x86_64 + repoid=2 reponame="extra" arch="x86_64" @@ -10,7 +12,8 @@ cvspath="/home/cvs-extra" cvsmod="extra" cvstag="CURRENT-64" -stagedir="/home/arch64/staging/extra" +#stagedir="/home/arch64/staging/extra" +stagedir="$HOME/staging/extra64" # call the real script . `dirname $0`/db-inc 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 |