summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-05 10:33:49 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-05 10:33:49 +0200
commit3ec3192d469620e6b492c23bcaa10e7b84e903f6 (patch)
tree8a26f7a44369434a3d7749b0d89db0f197d13f7e /bin
parentb8fe913364bef62a551d2c5d7cd08ad79150bde3 (diff)
downloadjenkins.debian.net-3ec3192d469620e6b492c23bcaa10e7b84e903f6.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d8998e34..762c5743 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -59,7 +59,7 @@ elif [ $1 = "known" ] ; then
PACKAGES=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT DISTINCT source_packages.name FROM source_packages,sources WHERE sources.version IN (SELECT version FROM sources WHERE name=source_packages.name ORDER by sources.version DESC LIMIT 1) AND (( source_packages.status = 'unreproducible' OR source_packages.status = 'FTBFS') AND source_packages.name = sources.name AND source_packages.version < sources.version) ORDER BY source_packages.build_date LIMIT $AMOUNT" | xargs -r echo)
else
# CANDIDATES is defined in that file
- . /srv/jenkins/bin/reproducible-candidates.sh
+ . /srv/jenkins/bin/reproducible_candidates.sh
PACKAGES=""
AMOUNT=$2
REAL_AMOUNT=0