commit:     d96f1af3e174d311cd91e38968fd2b844b075990
Author:     Marco Leise <marco.leise <AT> gmx <DOT> de>
AuthorDate: Fri Jul 15 04:21:21 2022 +0000
Commit:     Marco Leise <marco.leise <AT> gmx <DOT> de>
CommitDate: Fri Jul 15 04:21:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=d96f1af3

removed .travis.yml as they dicontinued their free service

Signed-off-by: Marco Leise <marco.leise <AT> gmx.de>

 .travis.yml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index e3ebb84..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Run repoman via travis
-# See https://github.com/mrueg/repoman-travis
-#
-language: python
-python:
-    - "3.8"
-env:
-    - PORTAGE_VER="3.0.13"
-before_install:
-    - sudo apt-get -qq update
-    - pip install lxml pyyaml
-before_script:
-    - sudo chmod a+rwX /etc/passwd /etc/group /etc /var /var/cache
-    - mkdir -p travis-overlay /etc/portage /var/cache/distfiles 
/var/db/repos/gentoo
-    - mv !(travis-overlay) travis-overlay/
-    - mv .git travis-overlay/
-    - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml"; -O 
.travis.yml.upstream
-    - wget 
"https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh";
-    - wget -qO - 
"https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz"; | tar 
xz
-    - wget -qO - 
"https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz"; | tar xz -C 
/var/db/repos/gentoo --strip-components=1
-    - chmod a+rwx spinner.sh
-    - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> 
/etc/passwd
-    - echo "portage::250:portage,travis" >> /etc/group
-    - wget "https://www.gentoo.org/dtd/metadata.dtd"; -O 
/var/cache/distfiles/metadata.dtd
-    - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf 
/etc/portage/repos.conf
-    - ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 
/etc/portage/make.profile
-    - SIZE=$(stat -c %s .travis.yml.upstream)
-    - 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
-    - cd travis-overlay
-script:
-    - ./../spinner.sh "python 
../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
-# You can append own scripts after this line

Reply via email to