diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-01 22:30:08 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-01 22:30:08 +0200 |
commit | 86756330770a129b95244bed1fb4632bd553e286 (patch) | |
tree | 24b3571310bcb9a37863200b5fc0375c563e6d6d /bin/reproducible_html_rsync_remote_results.sh | |
parent | e197d63979b7885e7b2af09dc4424a895e5bf9c8 (diff) | |
download | jenkins.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-x | bin/reproducible_html_rsync_remote_results.sh | 2 |
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 |