From a3d7a898d457c1a7ff35315844a17273da1b2c59 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 23 Feb 2015 18:08:13 +0100 Subject: reproducible: use rmadison instead of apt-cache --- bin/reproducible_html_repo_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_repo_stats.sh b/bin/reproducible_html_repo_stats.sh index c321f696..ad3ce536 100755 --- a/bin/reproducible_html_repo_stats.sh +++ b/bin/reproducible_html_repo_stats.sh @@ -45,7 +45,7 @@ for PKG in $SOURCES ; do fi done write_page "$BET" - SID=$(apt-cache showsrc $PKG | grep "^Version: "|cut -d " " -f2|xargs echo|sed 's# #
#g') + SID=$(rmadison -s sid $PKG | cut -d "|" -f2|xargs echo|sed 's# #
#g') write_page "$SID" for VERSION in ${VERSIONS} ; do if [ "${VERSION}" != "$BET" ] ; then -- cgit v1.2.3-54-g00ecf