summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-12 11:20:38 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-12 11:20:38 +0100
commit4e3f406e5bfcb17fc48ceb7adcc82e83b27c11f3 (patch)
tree0881712704fe82313aba01ae20fea72301741803 /bin/reproducible_html_archlinux.sh
parent4d1ea7a968dc62dcf58cbd424118ae7292431330 (diff)
downloadjenkins.debian.net-4e3f406e5bfcb17fc48ceb7adcc82e83b27c11f3.tar.xz
fixup 4d1ea7a: reproducible archlinux: refactor, make webpage creation almost atomic
Diffstat (limited to 'bin/reproducible_html_archlinux.sh')
-rwxr-xr-xbin/reproducible_html_archlinux.sh2
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"