From dd00dce077b66148634383986dc8ed72ac79239f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 18 Oct 2014 11:16:31 +0200 Subject: reproducible: add comment about scheduling strategy --- bin/reproducible_schedule_on_demand.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_schedule_on_demand.sh') 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 -- cgit v1.2.3-54-g00ecf