diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-18 11:16:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-18 11:16:31 +0200 |
commit | dd00dce077b66148634383986dc8ed72ac79239f (patch) | |
tree | c6a4c0307de355ad752e7b5af4bf99eccb114af9 /bin | |
parent | f339eaf17016e809d947241cbe0e876902e86753 (diff) | |
download | jenkins.debian.net-dd00dce077b66148634383986dc8ed72ac79239f.tar.xz |
reproducible: add comment about scheduling strategy
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_schedule_on_demand.sh | 2 |
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 |