Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: /
Date: Sat, 27 Jun 2015 10:54:02
Message-Id: 1435402410.f4d08afab6e063389963b6bd7761ab0684c5f70c.mrueg@gentoo
1 commit: f4d08afab6e063389963b6bd7761ab0684c5f70c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 27 10:53:30 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 27 10:53:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/ruby-overlay.git/commit/?id=f4d08afa
7
8 [travis] Update. Reports now to #gentoo-ruby.
9
10 .travis.yml | 11 ++++++++++-
11 1 file changed, 10 insertions(+), 1 deletion(-)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index b249ec6..c62c91f 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -24,10 +24,19 @@ before_script:
18 - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
19 - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
20 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
21 - - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
22 + - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
23 - SIZE=`stat -c %s .travis.yml.upstream`
24 - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
25 - cd travis-overlay
26 script:
27 - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d"
28 # You can append own scripts after this line
29 +notifications:
30 + irc:
31 + channels:
32 + - "chat.freenode.net#gentoo-ruby"
33 + template:
34 + - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
35 + - "%{author} - %{commit_message}"
36 + - "Change view : %{compare_url}"
37 + - "Build details : %{build_url}"