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 8FC1D13838B for ; Fri, 12 Sep 2014 15:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A747E085B; Fri, 12 Sep 2014 15:56:44 +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 4A6AAE085B for ; Fri, 12 Sep 2014 15:56:44 +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 245AD34021A for ; Fri, 12 Sep 2014 15:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFF154BA for ; Fri, 12 Sep 2014 15:56:41 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1410537338.6532fa2dbeee197e8139b1cc985cae4e90d5fc07.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 6532fa2dbeee197e8139b1cc985cae4e90d5fc07 X-VCS-Branch: master Date: Fri, 12 Sep 2014 15:56:41 +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: cf929434-592e-4a37-b422-eb42e79d6b6a X-Archives-Hash: 5460073be8496ee25866aba7e65dce87 commit: 6532fa2dbeee197e8139b1cc985cae4e90d5fc07 Author: Christoph Junghans gentoo org> AuthorDate: Fri Sep 12 15:55:38 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 12 15:55:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6532fa2d travis.yml: make 'repoman full' verbose for output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce116ca..ec1e792 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ before_script: - cd travis-overlay - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' ./../portage-2.2.10/bin/repoman script: - - "./../portage-2.2.10/bin/repoman full -d" + - "./../portage-2.2.10/bin/repoman full -d -v"