From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6366F138A1A for ; Thu, 19 Feb 2015 04:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9E9AE0916; Thu, 19 Feb 2015 04:49:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 638F3E0916 for ; Thu, 19 Feb 2015 04:49:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DA54340733 for ; Thu, 19 Feb 2015 04:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B171C12123 for ; Thu, 19 Feb 2015 04:48:58 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1424321320.513f7b3b9bf792c65937d4daec5b257d98d34041.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: / X-VCS-Repository: proj/qt X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 513f7b3b9bf792c65937d4daec5b257d98d34041 X-VCS-Branch: master Date: Thu, 19 Feb 2015 04:48:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 37659729-9900-4e31-9b43-6f44c8acf092 X-Archives-Hash: 283e97f2a9cc94c427dcb8bc734637d3 commit: 513f7b3b9bf792c65937d4daec5b257d98d34041 Author: Michael Palimaka gentoo org> AuthorDate: Thu Feb 19 04:48:40 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Feb 19 04:48:40 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=513f7b3b [travis] Sync with upstream and test IRC notification. --- .travis.yml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f877983..b0effdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,25 +4,25 @@ # language: python python: - - "3.4" + - pypy env: - - PORTAGE_VER="2.2.15" + - PORTAGE_VER="2.2.17" before_script: - mkdir travis-overlay - 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://github.com/gentoo/portage/archive/v${PORTAGE_VER}.tar.gz" -O portage-${PORTAGE_VER}.tar.gz - - wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz" - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh" - - sudo chmod 777 /etc/passwd /etc/group /etc /usr spinner.sh + - wget "https://github.com/gentoo/gentoo-portage-rsync-mirror/archive/master.tar.gz" -O portage-tree.tar.gz + - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr spinner.sh + - 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 xzf portage-${PORTAGE_VER}.tar.gz - - tar xJf portage-latest.tar.xz -C /usr/ + - tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1 - cp portage-${PORTAGE_VER}/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 - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile - wget "http://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - SIZE=`stat -c %s .travis.yml.upstream` @@ -31,3 +31,12 @@ before_script: script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d" # You can append own scripts after this line +notifications: + irc: + channels: + - "chat.freenode.net#gentoo-qt" + template: + - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}" + - "%{author} - %{commit_message}" + - "Change view : %{compare_url}" + - "Build details : %{build_url}"