From 12c40c671a43ff28f228e115d9531bfb42339d87 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 21:16:17 +0100 Subject: reproducible: fix SQL syntax --- bin/reproducible_html_dd_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index db33068b..264565a5 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -24,7 +24,7 @@ for SUITE in $SUITES ; do SOURCES=$(mktemp) schroot --directory /tmp -c source:jenkins-reproducible-$SUITE cat /var/lib/apt/lists/*_source_Sources > $SOURCES || \ wget ${MIRROR}/dists/$SUITE/main/source/Sources.xz -O - | xzcat > $SOURCES - BAD=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE r.status="unreproducible" AND s.suite='$SUITE' ORDER BY r.build_date DESC" | xargs echo) + BAD=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE r.status='unreproducible' AND s.suite='$SUITE' ORDER BY r.build_date DESC" | xargs echo) echo "${BAD}" | dd-list --stdin --sources $SOURCES > $TMPFILE || true write_page "

The following maintainers and uploaders are listed for packages in $SUITE which have built unreproducibly:

"
 	while IFS= read -r LINE ; do
-- 
cgit v1.2.3-70-g09d2