[Qa-jenkins-scm] [jenkins.debian.net] 02/02: qa.d.o: orphaned_without_o_bug: turn the package list in a list of links

Holger Levsen holger at moszumanska.debian.org
Wed Jul 8 14:39:23 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 eafee713a70122890f6b7ae58f0312023cb1ca80
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed Jul 8 14:36:53 2015 +0000

    qa.d.o: orphaned_without_o_bug: turn the package list in a list of links
---
 bin/udd-query.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/udd-query.sh b/bin/udd-query.sh
index 0240b44..3195043 100755
--- a/bin/udd-query.sh
+++ b/bin/udd-query.sh
@@ -90,8 +90,9 @@ orphaned_without_o_bug() {
 		echo "Warning: The following packages are maintained by packages at qa.debian.org"
 		echo "but are missing a wnpp bug according to https://qa.debian.org/data/bts/wnpp_rm"
 		echo
-		# TODO: turn source package names into links
-		echo $RES
+		for i in $RES ; do
+			echo "https://tracker.debian.org/$i"
+		done
 	fi
 
 	rm -f "$UDD" "$WNPPRM" "$SORTED_UDD"

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