[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible: refactor

Holger Levsen holger at moszumanska.debian.org
Wed Jul 29 14:32:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e7a4ddfcf5815a396101fd6a96809929b700e24a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 29 13:55:57 2015 +0200

    reproducible: refactor
---
 bin/reproducible_html_repository_comparison.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh
index 7b23e42..39895b1 100755
--- a/bin/reproducible_html_repository_comparison.sh
+++ b/bin/reproducible_html_repository_comparison.sh
@@ -30,8 +30,8 @@ write_page "</pre></p>"
 write_page "<p><table><tr><th>package</th><th>git repo</th><th>PTS link</th><th>usertagged bug</th><th>old versions in our repo<br />(needed for reproducing old builds)</th><th>version in our repo</th><th>version in 'testing'</th><th>version in 'unstable'</th><th>version in 'experimental'</th></tr>"
 
 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
+SOURCEPKGS=$(grep-dctrl -n -s Package -r -FPackage . $TMPFILE | sort -u)
+for PKG in $SOURCEPKGS ; do
 	echo "Processing $PKG..."
 	if [ "${PKG:0:3}" = "lib" ] ; then
 		PREFIX=${PKG:0:4}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list