catalyst-auto: scope ppc upload names

Shouldn't impact current builds, but avoids double uploads when we run
ppc & ppc64 builds on the same system.
This commit is contained in:
Mike Frysinger 2017-03-22 22:16:22 -04:00
parent 1de39bb16d
commit 16e8a9fdc4
2 changed files with 2 additions and 2 deletions

View file

@ -41,5 +41,5 @@ pre_build() {
} }
post_build() { post_build() {
rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*.bz2* ppc@nightheron.gentoo.org: rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-ppc-*${DATESTAMP}*.bz2* ppc@nightheron.gentoo.org:
} }

View file

@ -45,5 +45,5 @@ pre_build() {
} }
post_build() { post_build() {
rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*.bz2* ${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso* ppc@nightheron.gentoo.org: rsync -e 'ssh -i /root/.ssh/id_rsa' ${BUILD_SRCDIR_BASE}/builds/default/stage3-ppc64-*${DATESTAMP}*.bz2* ${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso* ppc@nightheron.gentoo.org:
} }