tools: Add UPLOAD_KEY
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
5515e89048
commit
3d95cec60b
14 changed files with 28 additions and 14 deletions
|
@ -2,6 +2,7 @@
|
|||
# self-explanatory.
|
||||
|
||||
UPLOAD_USER=sparc
|
||||
UPLOAD_KEY=/root/.ssh/id_rsa
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs/sparc
|
||||
|
||||
SPECS="sparc/stage1.spec sparc/stage3.spec sparc/systemd-stage1.spec sparc/systemd-stage3.spec sparc64/stage1.spec sparc64/stage3.spec sparc64/systemd-stage1.spec sparc64/systemd-stage3.spec"
|
||||
|
@ -29,7 +30,7 @@ update_symlinks() {
|
|||
}
|
||||
|
||||
upload() {
|
||||
rsync -e 'ssh -i /root/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org:
|
||||
rsync -e 'ssh -i ${UPLOAD_KEY} -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no' "$@" ${UPLOAD_USER}@releng-incoming.gentoo.org:
|
||||
}
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue