summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-10 20:03:29 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-10 20:03:29 +0100
commit413cde6dae1710a2a36b2d9449cd61a0f68a7412 (patch)
treea55737d236d6dba224d9114a3134fb7dc328c35f /bin/reproducible_schedule_on_demand.sh
parent307668f7601046ec80c9341df393f12feebdf193 (diff)
downloadjenkins.debian.net-413cde6dae1710a2a36b2d9449cd61a0f68a7412.tar.xz
reproducible: call page_build() from html_indexes.py directly
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 9037326a..ce68fb20 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -69,7 +69,7 @@ MESSAGE="$TOTAL $PACKAGES_TXT $ACTION for $SUITE: ${PACKAGES_NAMES:0:256}$BLABLA
# finally
schedule_packages
-/srv/jenkins/bin/reproducible_scheduler.py
+python3 -c "from reproducible_html_indexes import build_page; build_page('scheduled')"
echo
echo "$MESSAGE"
kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE"