[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i iso build: change src/target order to match node_wrapper.sh
Holger Levsen
holger at layer-acht.org
Mon Jun 20 22:48:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 81c604ff908d8425d13dbef93832622e4d0cbe71
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jun 21 00:47:47 2016 +0200
d-i iso build: change src/target order to match node_wrapper.sh
---
bin/d-i_build.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index ac74c70..a0fb507 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -1,6 +1,7 @@
#!/bin/bash
-# Copyright 2012-2014 Holger Levsen <holger at layer-acht.org>
+# Copyright 2012-2016 Holger Levsen <holger at layer-acht.org>
+# 2016 Phil Hands <phil at hands.com>
# released under the GPLv=2
DEBUG=false
@@ -70,7 +71,7 @@ preserve_artifacts() {
if [ "$HOSTNAME" = "jenkins" ] ; then
# FIXME this rsync should probably be in a separate job that the one on pb10 could then depend on -- otherwise race conditions seem to lurk
ssh -o 'Batchmode = yes' $DI_HOST mkdir -p $ISO_DIR/
- rsync -e "ssh -o 'Batchmode = yes'" -r $ISO_DIR/ $DI_HOST:$ISO_DIR/
+ rsync -e "ssh -o 'Batchmode = yes'" -r $DI_HOST:$ISO_DIR/ $ISO_DIR/
fi
fi
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list