Adjust to skimmer's layout, as /release/distfiles is another filesystem and therefore rsync complains when doing the tmp and partial stuff
This commit is contained in:
parent
f63413dea1
commit
25a9f33622
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ for ARCH in $ARCHES; do
|
||||||
|
|
||||||
indir=/release/weekly/builds/${ARCH}
|
indir=/release/weekly/builds/${ARCH}
|
||||||
outdir=/release/distfiles/weekly/${ARCH}
|
outdir=/release/distfiles/weekly/${ARCH}
|
||||||
tmpdir=/release/tmp/buildsync/partial/${ARCH}
|
tmpdir=/release/distfiles/tmp/buildsync/partial/${ARCH}
|
||||||
|
|
||||||
mkdir -p ${tmpdir} 2>/dev/null
|
mkdir -p ${tmpdir} 2>/dev/null
|
||||||
# Copying
|
# Copying
|
||||||
|
|
Loading…
Add table
Reference in a new issue