diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 00:14:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 00:14:52 +0100 |
commit | 046a778b42ae17f3774eae279b5e6f282106940c (patch) | |
tree | b75a6be222e5640cfb7f07b658f8003bc58f83e7 | |
parent | 990c52ab78ac7f79e3aee514eb8a3b58191b7cbb (diff) | |
download | jenkins.debian.net-046a778b42ae17f3774eae279b5e6f282106940c.tar.xz |
reproducible: cd into the correct directory
-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\"); \ |