From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: /
Date: Sun, 2 Jul 2017 14:54:20 +0000 (UTC) [thread overview]
Message-ID: <1499007251.609e9396cca5533c0183632967c819c327c10a21.blueness@gentoo> (raw)
commit: 609e9396cca5533c0183632967c819c327c10a21
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 14:54:11 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 14:54:11 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=609e9396
travis.yml: update
.travis.yml | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 99b822e..6011fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,27 +1,32 @@
language: python
python:
- - "3.2"
+ - pypy
notifications:
irc:
channels:
- "irc.freenode.org#gentoo-hardened"
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
+ on_start: false # default: false
+env:
+ - PORTAGE_VER="2.3.6"
+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 "http://distfiles.gentoo.org/distfiles/portage-2.2.28.tar.bz2"
- - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
- - sudo chmod 777 /etc/passwd /etc/group /etc /usr
+ - 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 /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
- - tar xjf portage-2.2.28.tar.bz2
- - tar xJf portage-latest.tar.xz -C /usr/
- - cp portage-2.2.28/cnf/repos.conf /etc/portage/
- - rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
+ - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
+ - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
- ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
- cd travis-overlay
script:
- - ./../portage-2.2.28/bin/repoman full -i -d
+ - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"
next reply other threads:[~2017-07-02 14:54 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-02 14:54 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 1:32 [gentoo-commits] proj/musl:master commit in: / Georgy Yakovlev
2021-04-29 19:49 Dave Hughes
2021-03-12 18:45 Sam James
2020-10-08 2:58 Georgy Yakovlev
2020-06-29 5:12 Georgy Yakovlev
2020-03-09 16:16 Anthony G. Basile
2019-08-28 3:11 Jory Pratt
2018-06-17 12:29 Anthony G. Basile
2018-06-17 11:46 Anthony G. Basile
2018-03-21 0:14 Anthony G. Basile
2018-03-17 23:43 Anthony G. Basile
2018-02-06 1:11 Aric Belsito
2018-02-06 1:11 Aric Belsito
2018-02-01 0:04 Aric Belsito
2018-01-29 19:12 Aric Belsito
2018-01-29 19:12 Aric Belsito
2018-01-25 1:34 Anthony G. Basile
2018-01-24 21:19 Aric Belsito
2018-01-03 18:43 Aric Belsito
2017-12-15 0:16 Aric Belsito
2017-11-02 1:42 Anthony G. Basile
2017-06-06 1:22 Aric Belsito
2017-05-06 21:32 Aric Belsito
2017-05-06 21:30 Aric Belsito
2017-03-31 18:14 Aric Belsito
2017-01-03 3:44 Aric Belsito
2016-10-19 0:48 Aric Belsito
2016-10-01 19:09 Felix Janda
2016-10-01 14:41 Anthony G. Basile
2016-06-09 1:31 Anthony G. Basile
2016-05-29 17:49 Anthony G. Basile
2016-05-29 7:03 Anthony G. Basile
2016-05-29 2:12 Anthony G. Basile
2016-04-02 22:02 Anthony G. Basile
2016-02-28 19:17 Anthony G. Basile
2016-02-28 16:42 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1499007251.609e9396cca5533c0183632967c819c327c10a21.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox