[med-svn] [Git][med-team/mia][master] 2 commits: d/watch: use watchfile version 4
Gert Wollny
gitlab at salsa.debian.org
Sun Aug 4 07:51:46 BST 2019
Gert Wollny pushed to branch master at Debian Med / mia
Commits:
f00cee5e by Gert Wollny at 2019-07-09T06:45:38Z
d/watch: use watchfile version 4
- - - - -
6848bb6f by Gert Wollny at 2019-08-04T06:49:02Z
d/.gitlab-ci.yml update CI error handling
- - - - -
2 changed files:
- debian/.gitlab-ci.yml
- debian/watch
Changes:
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -11,6 +11,5 @@ build:
- git checkout master
- git pull
# silence build to not exceed build log size of gitlab-ci
- - gbp buildpackage -uc -us 2>&1 >../build.log
- - tail -n 100 ../build.log
+ - gbp buildpackage -uc -us 2>&1 >../build.log; if [ $? == 1 ]; then tail -n 100 ../build.log; exit 1; done
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
-version=3
+version=4
opts="pgpsigurlmangle=s/$/.asc/" http://sf.net/mia/mia-([\d.]+)\.tar\.xz
View it on GitLab: https://salsa.debian.org/med-team/mia/compare/2ba2dffa327fd206a040c080658aad217fe07c5c...6848bb6f7d4a5a2cc9fdb561df97f595250484cc
--
View it on GitLab: https://salsa.debian.org/med-team/mia/compare/2ba2dffa327fd206a040c080658aad217fe07c5c...6848bb6f7d4a5a2cc9fdb561df97f595250484cc
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/debian-med-commit/attachments/20190804/48d4d330/attachment.html>
More information about the debian-med-commit
mailing list