summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-16 23:53:36 +0100
committerMattia Rizzolo <mattia@mapreri.org>2015-02-16 23:53:36 +0100
commitaf6565ccc3c88cc99bc73e1df61d1878d4d51a74 (patch)
tree34aea14d71ad77e07c6b7731c95f4f8712e55498 /bin/reproducible_schedule_on_demand.sh
parent1ddba25150bf1688eccfc11c6ca28b33bdde9927 (diff)
downloadjenkins.debian.net-af6565ccc3c88cc99bc73e1df61d1878d4d51a74.tar.xz
reproducible: fixup previous commit
for some reason the `python3 -c 'import reproducible_html_indexes'` does not work. Call directly the script: losing 4 seconds is not a big deal...
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 b32061b9..5e3c56e0 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -56,7 +56,7 @@ MESSAGE="$TOTAL package(s) manually (re-)scheduled for immediate testing: ${PACK
# finally
schedule_packages
-python3 -c "from reproducible_html_indexes import build_page; build_page('scheduled')"
+/srv/jenkins/bin/reproducible_html_indexes.py
echo
echo "$MESSAGE"
kgb-client --conf /srv/jenkins/kgb/debian-reproducible.conf --relay-msg "$MESSAGE"