summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_archlinux.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 14:10:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 14:10:18 +0100
commitac4e669fb3e393bd98c73905375693ef19969d5a (patch)
treea4b9a15468d85198aa76ae77ba5e00404dd381a6 /bin/reproducible_html_archlinux.sh
parent8a0a4485edff9d21fffb02f763c65afd14c97769 (diff)
downloadjenkins.debian.net-ac4e669fb3e393bd98c73905375693ef19969d5a.tar.xz
reproducible archlinux: build all packages from 'extra' repository too
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 0e92e0e9..04847ecc 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" ; do
+for REPOSITORY in core extra ; do
for PKG in $(find $ARCHBASE/$REPOSITORY/* -maxdepth 1 -type d -exec basename {} \;) ; do
write_page " <tr>"
write_page " <td>$REPOSITORY</td>"