summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 23:59:37 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 23:59:37 +0100
commit990c52ab78ac7f79e3aee514eb8a3b58191b7cbb (patch)
treef7d936765c5bf205f4a702fe332b8e6d93e5fea9 /bin/reproducible_build.sh
parent64f9202182ccf0b027ec533046734f9012b6f807 (diff)
downloadjenkins.debian.net-990c52ab78ac7f79e3aee514eb8a3b58191b7cbb.tar.xz
reproducible: update more index pages directly after build
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d1575c9f..07466720 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -43,6 +43,10 @@ update_db_and_html() {
echo
echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/$SRCPACKAGE.html"
echo
+ python3 -c "from reproducible_html_indexes import build_page; \
+ build_page('scheduled'); \
+ build_page('last_24h', suite=\"$SUITE\", arch=\"$ARCH\"); \
+ build_page('last_48h', suite=\"$SUITE\", arch=\"$ARCH\")"
}
call_debbindiff() {