[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible rpms+archlinux: sort packages case-insensitive

Holger Levsen holger at moszumanska.debian.org
Thu Dec 17 18:46:53 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 63de948adaaaceb6e66accd2bc96a4dd4dbf85a8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 17 19:46:32 2015 +0100

    reproducible rpms+archlinux: sort packages case-insensitive
---
 bin/reproducible_html_archlinux.sh | 2 +-
 bin/reproducible_html_rpms.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 3407553..83ad1f8 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -34,7 +34,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
 	NR_404=0
 	NR_GOOD=0
 	NR_UNKNOWN=0
-	for PKG in $(find $ARCHBASE/$REPOSITORY/* -maxdepth 1 -type d -exec basename {} \;|sort -u) ; do
+	for PKG in $(find $ARCHBASE/$REPOSITORY/* -maxdepth 1 -type d -exec basename {} \;|sort -u -f) ; do
 		if [ -z "$(cd $ARCHBASE/$REPOSITORY/$PKG/ ; ls)" ] ; then
 			# directory exists but is empty: package is building…
 			echo "$(date -u ) - ignoring $PKG from '$REPOSITORY' which is building right now…"
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index f826bd2..36ae543 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -36,7 +36,7 @@ NR_DEPWAIT=0
 NR_404=0
 NR_GOOD=0
 NR_UNKNOWN=0
-for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename {} \;|sort -u) ; do
+for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename {} \;|sort -u -f) ; do
 	if [ -z "$(cd $RPMBASE/$RELEASE/$ARCH/$PKG/ ; ls)" ] ; then
 		# directory exists but is empty: package is building…
 		echo "$(date -u ) - ignoring $PKG from '$RELEASE' ($ARCH) which is building right now…"

-- 
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