summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 14:36:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 14:36:12 +0100
commit77ecda496b8ef4ef0994e3ccecfb63cafb3221ae (patch)
tree9e022305cb90182b199ada641386610c6f3a7809 /bin/reproducible_html_archlinux.sh
parent34d41585eb606e747f02bb9c411821e3e5ecb009 (diff)
downloadjenkins.debian.net-77ecda496b8ef4ef0994e3ccecfb63cafb3221ae.tar.xz
reproducible archlinux: refactor, define repositories once
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 04847ecc..c42b9972 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -38,7 +38,7 @@ EOF
write_page_intro 'Arch Linux'
write_explaination_table 'Arch Linux'
write_page " <table><tr><th>repository</th><th>source package</th><th>test result</th><th>test date</th><th>1st build log</th><th>2nd build log</th></tr>"
-for REPOSITORY in core extra ; do
+for REPOSITORY in $ARCHLINUX_REPOS ; do
for PKG in $(find $ARCHBASE/$REPOSITORY/* -maxdepth 1 -type d -exec basename {} \;) ; do
write_page " <tr>"
write_page " <td>$REPOSITORY</td>"