summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rsync_remote_results.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-05-01 22:30:08 +0200
committerHolger Levsen <holger@layer-acht.org>2017-05-01 22:30:08 +0200
commit86756330770a129b95244bed1fb4632bd553e286 (patch)
tree24b3571310bcb9a37863200b5fc0375c563e6d6d /bin/reproducible_html_rsync_remote_results.sh
parente197d63979b7885e7b2af09dc4424a895e5bf9c8 (diff)
downloadjenkins.debian.net-86756330770a129b95244bed1fb4632bd553e286.tar.xz
reproducible OpenWrt and LEDE: dont try to rsync results
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_rsync_remote_results.sh')
-rwxr-xr-xbin/reproducible_html_rsync_remote_results.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index 93127075..f9f8b037 100755
--- a/bin/reproducible_html_rsync_remote_results.sh
+++ b/bin/reproducible_html_rsync_remote_results.sh
@@ -12,7 +12,7 @@ common_init "$@"
# that's all
rsync_remote_results() {
- for PROJECT in coreboot lede openwrt netbsd ; do
+ for PROJECT in coreboot netbsd ; do
echo "$(date -u) - Starting to rsync results for '$PROJECT'."
local RESULTS=$(mktemp --tmpdir=$TEMPDIR -d reproducible-rsync-XXXXXXXXX)
# copy the new results from build node to webserver node