summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.sh
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-19 13:02:38 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-11-19 13:02:38 +0100
commit54efcb42bd7be12599f53d5a98623c35516955a3 (patch)
tree5f352f48862f20477e046379bc80fd37b5650cc0 /bin/reproducible_scheduler.sh
parent8f9ccd3a2127c87ee3240e638b1c53816ff05d15 (diff)
parente9b5d5af1fde52a271d0e4bee988e458d2b2de11 (diff)
downloadjenkins.debian.net-54efcb42bd7be12599f53d5a98623c35516955a3.tar.xz
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'bin/reproducible_scheduler.sh')
-rwxr-xr-xbin/reproducible_scheduler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh
index f17590a0..5922e0ad 100755
--- a/bin/reproducible_scheduler.sh
+++ b/bin/reproducible_scheduler.sh
@@ -91,7 +91,7 @@ select_unknown_packages() {
WHERE sources.name=source_packages.name)
ORDER BY random()
LIMIT $1"
- do_sql_query "never tested before, randomly sorted"
+ do_sql_query "not tested before, randomly sorted"
}
select_new_versions() {