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 255F1138CEF for ; Wed, 12 Feb 2014 21:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF9E8E0ACF; Wed, 12 Feb 2014 21:12:32 +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 8905AE0ACF for ; Wed, 12 Feb 2014 21:12:32 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6973133F8E5 for ; Wed, 12 Feb 2014 21:12:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 90FBC18873 for ; Wed, 12 Feb 2014 21:12:29 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1392239485.0bb06b4a715d4d16be5d7983ec5aa19c6b9bd4ee.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/revdep_rebuild/rebuild.py X-VCS-Directories: pym/gentoolkit/revdep_rebuild/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 0bb06b4a715d4d16be5d7983ec5aa19c6b9bd4ee X-VCS-Branch: gentoolkit Date: Wed, 12 Feb 2014 21:12:29 +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: 1ba7f2b8-b9dd-4c63-8744-9662ed1f8a95 X-Archives-Hash: 2a309b0cbcaf7a126835ffff086d4a19 commit: 0bb06b4a715d4d16be5d7983ec5aa19c6b9bd4ee Author: Paul Varner gentoo org> AuthorDate: Wed Feb 12 21:11:25 2014 +0000 Commit: Paul Varner gentoo org> CommitDate: Wed Feb 12 21:11:25 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=0bb06b4a Update warning to indicate prerelease and where to file bugs. --- pym/gentoolkit/revdep_rebuild/rebuild.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index 843f611..3e91058 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -195,11 +195,14 @@ def main(settings=None, logger=None): #TODO: Development warning logger.warn(blue(' * ') + - yellow('This is a development version, ' + yellow('This is a prerelease version, ' 'so it may not work correctly')) logger.warn(blue(' * ') + yellow('The original revdep-rebuild script is ' 'installed as revdep-rebuild.sh')) + logger.warn(blue(' * ') + + yellow('Please files bugs at: ' + 'https://bugs.gentoo.org/')) if os.getuid() != 0 and not settings['PRETEND']: logger.warn(blue(' * ') +