diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-12-11 21:56:06 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-12-11 21:56:06 +0100 |
commit | b090eb8c8f4c2fb4e190d9cf999b7e2adb29b86f (patch) | |
tree | d2d5091eb92544eefafac8c9fc3faa2f08871db2 /.travis.yml | |
parent | kde-apps/spectacle: Fix DEPENDs (diff) | |
download | kde-b090eb8c8f4c2fb4e190d9cf999b7e2adb29b86f.tar.gz kde-b090eb8c8f4c2fb4e190d9cf999b7e2adb29b86f.tar.bz2 kde-b090eb8c8f4c2fb4e190d9cf999b7e2adb29b86f.zip |
.travis.yml: Update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index f6ec9db52b..6d006ebe23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,33 +6,30 @@ language: python python: - pypy env: - - PORTAGE_VER="2.3.2" + - 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: |