Update locations of source builds and destination dirs for distfile mirroring.

This commit is contained in:
Jorge Manuel B. S. Vicetto (jmbsvicetto) 2012-11-04 12:22:22 -01:00
parent 8e43adb84b
commit 675bfe9bb2

View file

@ -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