[Pkg-nagios-changes] [pkg-nagios-plugins] 04/05: travis-ci: Remove gawk from buildenv
Jan Wagner
waja at moszumanska.debian.org
Wed Mar 5 19:49:23 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit 6fbf5374a0fe4cf905e9c34dcaf322e216282730
Author: Jan Wagner <waja at cyconet.org>
Date: Thu Feb 27 21:46:52 2014 +0100
travis-ci: Remove gawk from buildenv
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 3a455c3..d4317cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ before_install:
- rm -rf .git .travis.yml
# update package list
- sudo apt-get update -qq
+ # remove the shiped gawk (we use mawk)
+ - sudo apt-get purge -qq gawk
#
- if [ "$TRAVIS_BRANCH" != "m-p" ]; then 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; else sudo apt-get install -qq --no-install-recommends devscripts && VER=$(head -1 debian/changelog | awk -F'[()]' '{print $2}' | awk -F'+' '{print $1}'); wget https://gist.githubusercontent.com/waja/9142217/raw/git2release -O /tmp/git2rele [...]
# # installneeded packages for uscan
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list