Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: /
Date: Sat, 26 Feb 2022 18:53:13
Message-Id: 1645901579.2651b66dae63f2e47a65b3db23182bb5982104ac.asturm@gentoo
1 commit: 2651b66dae63f2e47a65b3db23182bb5982104ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 18:52:32 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 18:52:59 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2651b66d
7
8 Drop obsolete .travis.yml
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .travis.yml | 44 --------------------------------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 deleted file mode 100644
17 index cddb6a3a54..0000000000
18 --- a/.travis.yml
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -#
22 -# Run repoman via travis
23 -# See https://github.com/mrueg/repoman-travis
24 -#
25 -language: python
26 -python:
27 - - "3.8"
28 -env:
29 - - PORTAGE_VER="3.0.1"
30 -before_install:
31 - - sudo apt-get -qq update
32 - - pip install lxml pyyaml
33 -before_script:
34 - - sudo chmod a+rwX /etc/passwd /etc/group /etc /var /var/cache
35 - - mkdir -p travis-overlay /etc/portage /var/cache/distfiles /var/db/repos/gentoo
36 - - mv !(travis-overlay) travis-overlay/
37 - - mv .git travis-overlay/
38 - - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
39 - - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
40 - - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz
41 - - wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /var/db/repos/gentoo --strip-components=1
42 - - chmod a+rwx spinner.sh
43 - - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
44 - - echo "portage::250:portage,travis" >> /etc/group
45 - - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /var/cache/distfiles/metadata.dtd
46 - - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
47 - - ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
48 - - SIZE=$(stat -c %s .travis.yml.upstream)
49 - - 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
50 - - cd travis-overlay
51 -script:
52 - - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
53 -# You can append own scripts after this line
54 -notifications:
55 - irc:
56 - on_success: change
57 - on_failure: always
58 - channels:
59 - - "chat.freenode.net#gentoo-kde"
60 - template:
61 - - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
62 - - "%{author} - %{commit_message}"
63 - - "Change view : %{compare_url}"
64 - - "Build details : %{build_url}"