[Pkg-nagios-changes] [pkg-monitoring-plugins] 01/01: travis-ci: grab actual used upstream version

Jan Wagner waja at moszumanska.debian.org
Fri Aug 21 09:15:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-monitoring-plugins.

commit 5dbc8cbf0c1a30054d98bdf46e827089193c1b95
Author: Jan Wagner <waja at cyconet.org>
Date:   Fri Aug 21 11:14:49 2015 +0200

    travis-ci: grab actual used upstream version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 943bc25..757522b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ before_install:
   # remove the shiped gawk (we use mawk)
   - sudo apt-get purge -qq gawk
   #
-  - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl && uscan --force-download && sudo apt-get purge -qq libwww-perl libcrypt-ssleay-perl && sudo apt-get autoremove -qq
+  - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl && UVERSION=$(dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d'-' -f1); uscan --verbose --download-version ${UVERSION} --force-download && sudo apt-get purge -qq libwww-perl libcrypt-ssleay-perl && sudo apt-get autoremove -qq
 #  # installneeded packages for uscan
 #  - sudo apt-get install -qq --no-install-recommends devscripts libwww-perl libcrypt-ssleay-perl
 #  # download original tarball

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git



More information about the Pkg-nagios-changes mailing list