summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-18 11:16:31 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-18 11:16:31 +0200
commitdd00dce077b66148634383986dc8ed72ac79239f (patch)
treec6a4c0307de355ad752e7b5af4bf99eccb114af9 /bin/reproducible_schedule_on_demand.sh
parentf339eaf17016e809d947241cbe0e876902e86753 (diff)
downloadjenkins.debian.net-dd00dce077b66148634383986dc8ed72ac79239f.tar.xz
reproducible: add comment about scheduling strategy
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 9e7a59ce..d5488f49 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -10,6 +10,8 @@ common_init "$@"
. /srv/jenkins/bin/reproducible_common.sh
schedule_packages() {
+ # these packages are manually scheduled, so should have high prio
+ # so schedule them in the past, so they are picked earlier :)
DATE="2014-10-01 00:23"
TMPFILE=$(mktemp)
for PKG in $PACKAGES ; do