From 86756330770a129b95244bed1fb4632bd553e286 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 1 May 2017 22:30:08 +0200 Subject: reproducible OpenWrt and LEDE: dont try to rsync results Signed-off-by: Holger Levsen --- bin/reproducible_html_rsync_remote_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf