summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d7fe7952..c7084e48 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -25,6 +25,11 @@ cleanup_userContent() {
unschedule_from_db() {
# unmark build as properly finished
sqlite3 -init $INIT ${PACKAGES_DB} "DELETE FROM sources_scheduled WHERE name = '$SRCPACKAGE';"
+ # update html page for package
+ set -x
+ process_packages $SRCPACKAGE
+ echo "Successfully updated the database and updated the html file for the package."
+ echo "Enjoy $JENKINS_URL/userContent/rb-pkg/$SRCPACKAGE.html"
}
TMPDIR=$(mktemp --tmpdir=$PWD -d)