aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-01-08 17:17:06 +0000
committerJustin Lecher <jlec@gentoo.org>2017-01-08 17:17:06 +0000
commit729212c8e85006d90a76b0e643539560d1634346 (patch)
tree8e24560e394eec7b10db102addd99629c619b1aa
parentsci-biology/idba: document upstream opened issue number (diff)
downloadsci-729212c8e85006d90a76b0e643539560d1634346.tar.gz
sci-729212c8e85006d90a76b0e643539560d1634346.tar.bz2
sci-729212c8e85006d90a76b0e643539560d1634346.zip
Import Upstream Changes
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index cc43e780b..aba43cccc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,33 +6,31 @@ language: python
python:
- pypy
env:
- - PORTAGE_VER="2.3.0"
+ - PORTAGE_VER="2.3.3"
before_install:
- sudo apt-get -qq update
- pip install lxml
before_script:
- - mkdir travis-overlay
+ - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
+ - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles
- 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 "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz
- - wget "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" -O portage-tree.tar.gz
- - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr 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 /usr/portage --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
- - mkdir -p /etc/portage /usr/portage/distfiles
- wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
- - tar xzf portage-${PORTAGE_VER}.tar.gz && mv portage-portage-${PORTAGE_VER} portage-${PORTAGE_VER}
- - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
- - cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
+ - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
- ln -s /usr/portage/profiles/base/ /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_VER}/repoman/bin/repoman full -d"
+ - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
+# You can append own scripts after this line
notifications:
irc: "chat.freenode.net#gentoo-science"