aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-11-04 12:22:22 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2012-11-04 12:22:22 -0100
commit675bfe9bb2b6d3f7f83e57ca00639534b120d2c7 (patch)
treeb2849ebec1fb0975c525a59f06c40ece2c33cc6a /scripts
parentPut build files under /releases/distfiles as that is going to be the new mirr... (diff)
downloadreleng-675bfe9bb2b6d3f7f83e57ca00639534b120d2c7.tar.gz
releng-675bfe9bb2b6d3f7f83e57ca00639534b120d2c7.tar.bz2
releng-675bfe9bb2b6d3f7f83e57ca00639534b120d2c7.zip
Update locations of source builds and destination dirs for distfile mirroring.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy_buildsync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index c328ccce..4fff928b 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -23,8 +23,8 @@ for ARCH in $ARCHES; do
rc=0
fail=0
- indir=/home/buildsync/builds/${ARCH}
- outdir=/release/weekly/${ARCH}
+ indir=/release/weekly/builds/${ARCH}
+ outdir=/release/distfiles/weekly/${ARCH}
tmpdir=/release/tmp/buildsync/partial/${ARCH}
mkdir -p ${tmpdir} 2>/dev/null