From eafee713a70122890f6b7ae58f0312023cb1ca80 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 8 Jul 2015 14:36:53 +0000 Subject: 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(-) (limited to 'bin') diff --git a/bin/udd-query.sh b/bin/udd-query.sh index 0240b447..3195043f 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@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" -- cgit v1.2.3-70-g09d2