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:
parent
1de39bb16d
commit
16e8a9fdc4
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
}
|
}
|
||||||
|
|
|
@ -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:
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue