From aabc6c81f1f58d3220bf37bf4a472db2b697a840 Mon Sep 17 00:00:00 2001
From: Holger Levsen
Date: Wed, 25 Feb 2015 12:31:59 +0100
Subject: reproducible: really list all source packages in use
---
bin/reproducible_html_repo_stats.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'bin')
diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh
index c8ef5688..da0583ca 100755
--- a/bin/reproducible_html_repo_stats.sh
+++ b/bin/reproducible_html_repo_stats.sh
@@ -15,17 +15,18 @@ init_html
VIEW=repo_stats
PAGE=index_${VIEW}.html
-echo "$(date) - starting to write $PAGE page."
-write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
TMPFILE=$(mktemp)
-curl http://reproducible.alioth.debian.org/debian/Packages > $TMPFILE
+echo "$(date) - starting to write $PAGE page."
+write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
write_page "These source packages are different from sid in our apt repository on alioth. They are available for testing using these sources.lists entries:
"
write_page "deb http://reproducible.alioth.debian.org/debian/ ./"
write_page "deb-src http://reproducible.alioth.debian.org/debian/ ./"
write_page "
"
write_page "source package | version in our repo | version in sid | old versions in our repo (needed for reproducing old builds) | version in experimental(not relevant for reproducible.debian.net yet) |
"
-SOURCES=$(grep-dctrl -n -s source -FArchitecture amd64 -o -FArchitecture all $TMPFILE | sort -u)
+
+curl http://reproducible.alioth.debian.org/debian/Sources > $TMPFILE
+SOURCES=$(grep-dctrl -n -s Package -r -FPackage . $TMPFILE | sort -u)
for PKG in $SOURCES ; do
write_page "$PKG | "
VERSIONS=$(grep-dctrl -n -s version -S $PKG $TMPFILE|sort -u)
--
cgit v1.2.3-70-g09d2