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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to