summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rsync_remote_results.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-09 15:59:59 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-09 15:59:59 +0100
commit0f6c75bb6f5a3b71ea5e3c5da9d83fa47f0ad786 (patch)
tree5c8ef77f493afb388d92bc1d657198297203b1d9 /bin/reproducible_html_rsync_remote_results.sh
parent6949973bd30e0068aae72b593c1feca9dd715b93 (diff)
downloadjenkins.debian.net-0f6c75bb6f5a3b71ea5e3c5da9d83fa47f0ad786.tar.xz
reproducible coreboot/openwrt/netbsd: add job to rsync the results to main node
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-xbin/reproducible_html_rsync_remote_results.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
new file mode 100755
index 00000000..8727b2c9
--- /dev/null
+++ b/bin/reproducible_html_rsync_remote_results.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+# Copyright 2015 Holger Levsen <holger@layer-acht.org>
+# released under the GPLv=2
+
+DEBUG=false
+. /srv/jenkins/bin/common-functions.sh
+common_init "$@"
+
+# common code defining db access
+. /srv/jenkins/bin/reproducible_common.sh
+
+# that's all
+for PROJECT in coreboot openwrt netbsd ; do
+ rsync -r -v -e ssh profitbricks-build4.amd64:$BASE/$PROJECT/ $BASE/$PROJECT/
+done