From 270066ccae1e1f99e838e6da9895e8567239a42e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 23 Jul 2016 02:16:26 +0200 Subject: add LEDE build script and job Signed-off-by: Holger Levsen --- bin/reproducible_html_rsync_remote_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_rsync_remote_results.sh') diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh index 0828be9b..d459f58b 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 openwrt netbsd ; do + for PROJECT in coreboot lede openwrt 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