[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: call page_build() from html_indexes.py directly

Holger Levsen holger at moszumanska.debian.org
Tue Mar 10 19:05:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 413cde6dae1710a2a36b2d9449cd61a0f68a7412
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 10 20:03:29 2015 +0100

    reproducible: call page_build() from html_indexes.py directly
---
 bin/reproducible_schedule_on_demand.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 9037326..ce68fb2 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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list