diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-12 11:20:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-12 11:20:38 +0100 |
commit | 4e3f406e5bfcb17fc48ceb7adcc82e83b27c11f3 (patch) | |
tree | 0881712704fe82313aba01ae20fea72301741803 /bin | |
parent | 4d1ea7a968dc62dcf58cbd424118ae7292431330 (diff) | |
download | jenkins.debian.net-4e3f406e5bfcb17fc48ceb7adcc82e83b27c11f3.tar.xz |
fixup 4d1ea7a: reproducible archlinux: refactor, make webpage creation almost atomic
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_archlinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh index 674d16a3..a333de32 100755 --- a/bin/reproducible_html_archlinux.sh +++ b/bin/reproducible_html_archlinux.sh @@ -10,6 +10,7 @@ common_init "$@" # common code . /srv/jenkins/bin/reproducible_common.sh +ARCHBASE=$BASE/archlinux # # analyse results to create the webpage # @@ -83,7 +84,6 @@ done # write out the actual webpage # DATE=$(date -u +'%Y-%m-%d') -ARCHBASE=$BASE/archlinux cd $ARCHBASE PAGE=archlinux.html echo "$(date -u) - starting to build $PAGE" |