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-extra64 | 5 ++++- db-unstable64 | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/db-extra64 b/db-extra64 index 20c1a9b..3cce034 100755 --- a/db-extra64 +++ b/db-extra64 @@ -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 -- cgit v1.2.3-24-g4f1b