From 036c9afd3ae7d40a95cda030e6e7b968e9fee1c7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 30 Sep 2014 18:58:53 +0200 Subject: reproducible: improve job output --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index f1e62bdc..81899cf0 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -94,6 +94,7 @@ if [[ $1 =~ ^-?[0-9]+$ ]] ; then rm $CSVFILE AMOUNT=33 PACKAGES=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT DISTINCT source_packages.name FROM source_packages,sources,job_sources WHERE (( source_packages.status = 'unreproducible' OR source_packages.status = 'FTBFS') AND source_packages.name = job_sources.name AND source_packages.name = sources.name AND job_sources.job = 'random' AND source_packages.version != sources.version) ORDER BY source_packages.build_date LIMIT $AMOUNT" | xargs -r echo) + echo "Info: Only unreproducible and FTBFS packages with a new version available are selected from this job." AMOUNT=0 for PKG in $PACKAGES ; do let "AMOUNT=AMOUNT+1" -- cgit v1.2.3-70-g09d2