commit: 16e8a9fdc420072a83617b4400ffda5e71faf471
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 02:16:22 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 02:16:22 2017 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=16e8a9fd
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.
tools/catalyst-auto-ppc.conf | 2 +-
tools/catalyst-auto-ppc64.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index e41c0e3f..2a20e4c1 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -41,5 +41,5 @@ pre_build() {
}
post_build() {
- rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*.bz2*
[email protected]:
+ rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-ppc-*${DATESTAMP}*.bz2*
[email protected]:
}
diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 2825b9fd..fd169306 100644
--- a/tools/catalyst-auto-ppc64.conf
+++ b/tools/catalyst-auto-ppc64.conf
@@ -45,5 +45,5 @@ pre_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*
[email protected]:
+ rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-ppc64-*${DATESTAMP}*.bz2*
${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso*
[email protected]:
}