diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-07-23 02:16:26 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-23 10:45:24 -0400 |
commit | 270066ccae1e1f99e838e6da9895e8567239a42e (patch) | |
tree | dad1acb567fcd7192130f8d08a5cb326f10992de /bin/reproducible_html_rsync_remote_results.sh | |
parent | e8d0a820cf455cb577b85d74869c0e8ddeaf4cb0 (diff) | |
download | jenkins.debian.net-270066ccae1e1f99e838e6da9895e8567239a42e.tar.xz |
add LEDE build script and job
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 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 |