diff options
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 07466720..18badc74 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -43,6 +43,7 @@ update_db_and_html() { echo echo "Successfully updated the database and updated $REPRODUCIBLE_URL/rb-pkg/${SUITE}/$SRCPACKAGE.html" echo + cd /srv/jenkins/bin python3 -c "from reproducible_html_indexes import build_page; \ build_page('scheduled'); \ build_page('last_24h', suite=\"$SUITE\", arch=\"$ARCH\"); \ |