From 046a778b42ae17f3774eae279b5e6f282106940c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Mar 2015 00:14:52 +0100 Subject: reproducible: cd into the correct directory --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') 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\"); \ -- cgit v1.2.3-54-g00ecf