summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-23 18:19:04 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-23 18:19:04 +0100
commitf60af82233d52a003f8ae1dd8c8751141f7c07a0 (patch)
treefecbff2afd2abca685fa01a303ee37720f5f4d34 /bin
parenta3d7a898d457c1a7ff35315844a17273da1b2c59 (diff)
downloadjenkins.debian.net-f60af82233d52a003f8ae1dd8c8751141f7c07a0.tar.xz
reproducible: simply use curl
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_repo_stats.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh
index ad3ce536..df4c755d 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -18,11 +18,7 @@ PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
TMPFILE=$(mktemp)
-TMPSCRIPT=$(mktemp)
-echo "cat /var/lib/apt/lists/reproducible.alioth.debian.org_debian_._Packages" > $TMPSCRIPT
-sudo pbuilder --execute --basetgz /var/cache/pbuilder/base-reproducible.tgz $TMPSCRIPT > $TMPFILE
-grep -v ^I:\ $TMPFILE > $TMPSCRIPT
-mv $TMPSCRIPT $TMPFILE
+curl http://reproducible.alioth.debian.org/debian/Packages > $TMPFILE
write_page "<p>These source packages are different from sid in our toolchain. They are available in an apt repository on alioth which is accessable with these sources.lists entries:<pre>"
write_page "deb http://reproducible.alioth.debian.org/debian/ ./"