[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] also publish policy builds
Holger Levsen
gitlab at salsa.debian.org
Sat Feb 9 17:33:36 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d8e6b4a4 by Holger Levsen at 2019-02-09T17:33:26Z
also publish policy builds
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/chroot-run.sh
Changes:
=====================================
bin/chroot-run.sh
=====================================
@@ -150,6 +150,14 @@ cleanup() {
publish_changes_to_userContent $CHANGES "" "git ${GIT_COMMIT:0:7}"
fi
+ #
+ # special case: publish debian-policy on the webserver
+ #
+ CHANGES=$(ls -1 $CHROOT_TARGET/tmp/debian-policy_*.changes 2>/dev/null|| true)
+ if [ ! -z "$CHANGES" ] ; then
+ publish_changes_to_userContent $CHANGES "" "git ${GIT_COMMIT:0:7}"
+ fi
+
#
# publish artifacts
#
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d8e6b4a4cc41eeea621184ae08650e7c231e9086
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d8e6b4a4cc41eeea621184ae08650e7c231e9086
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190209/c848a778/attachment.html>
More information about the Qa-jenkins-scm
mailing list