summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-30 18:58:53 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-30 18:58:53 +0200
commit036c9afd3ae7d40a95cda030e6e7b968e9fee1c7 (patch)
tree4fe58da139f2a1c0f6d486fcdb5187598b25684f /bin/reproducible_build.sh
parent60a714fc35c15930a84dd74f399e7358e5b4cefe (diff)
downloadjenkins.debian.net-036c9afd3ae7d40a95cda030e6e7b968e9fee1c7.tar.xz
reproducible: improve job output
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
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"