summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-17 19:58:31 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-17 19:58:31 +0200
commit56b3fa7e2c76926312b032bc4515bcbcbb5951da (patch)
treee1ff8db834e462b9b87021a376394871c8a96195 /bin/reproducible_build.sh
parent044a78e5a985f110f2bd15a9102f673f23997e09 (diff)
downloadjenkins.debian.net-56b3fa7e2c76926312b032bc4515bcbcbb5951da.tar.xz
reproducible: refactor, create the package html file directly after build
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)