commit: 9444f99d3dc28ded807e3956235cac19de88d777
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 02:12:54 2017 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 02:12:54 2017 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9444f99d
update armin keys to same root path as others
tools/catalyst-auto-alpha.conf | 2 +-
tools/catalyst-auto-ppc.conf | 2 +-
tools/catalyst-auto-ppc64.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf
index e98fba0d..8edbaf5d 100644
--- a/tools/catalyst-auto-alpha.conf
+++ b/tools/catalyst-auto-alpha.conf
@@ -40,5 +40,5 @@ pre_build() {
}
post_build() {
- rsync -e 'ssh -i /space/armin76/buildsync.key'
${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-*${DATESTAMP}*.bz2*
${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso*
[email protected]:
}
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 6b7445c8..e41c0e3f 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 /home/armin76/buildsync.key'
${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*.bz2*
[email protected]:
+ rsync -e 'ssh -i /root/.ssh/id_rsa'
${BUILD_SRCDIR_BASE}/builds/default/stage3-*${DATESTAMP}*.bz2*
[email protected]:
}
diff --git a/tools/catalyst-auto-ppc64.conf b/tools/catalyst-auto-ppc64.conf
index 85571cc6..2825b9fd 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 /home/armin76/buildsync.key'
${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-*${DATESTAMP}*.bz2*
${BUILD_SRCDIR_BASE}/builds/default/*${DATESTAMP}*.iso*
[email protected]:
}