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 CBB431384B4 for ; Wed, 16 Dec 2015 17:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5812F21C025; Wed, 16 Dec 2015 17:53:50 +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 ECCAF21C025 for ; Wed, 16 Dec 2015 17:53:49 +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 8807D340504 for ; Wed, 16 Dec 2015 17:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 416A6A91 for ; Wed, 16 Dec 2015 17:53:47 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1450287983.2c238669fa5c7c59f503f869a7508584a2e00231.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master 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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 2c238669fa5c7c59f503f869a7508584a2e00231 X-VCS-Branch: master Date: Wed, 16 Dec 2015 17:53:47 +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: e856bc1b-bc77-4732-8f07-16c0a59f7b39 X-Archives-Hash: c2391cb66b21a80ba8b406538073d56c commit: 2c238669fa5c7c59f503f869a7508584a2e00231 Author: Brian Dolbec gentoo org> AuthorDate: Wed Dec 16 17:46:23 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Dec 16 17:46:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=2c238669 revdep-rebuild: Adjust the intro message for a normal release pym/gentoolkit/revdep_rebuild/rebuild.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/rebuild.py b/pym/gentoolkit/revdep_rebuild/rebuild.py index 23fa694..417622e 100644 --- a/pym/gentoolkit/revdep_rebuild/rebuild.py +++ b/pym/gentoolkit/revdep_rebuild/rebuild.py @@ -119,10 +119,10 @@ def main(settings=None, logger=None): if not settings['stdout'].isatty() or settings['nocolor']: nocolor() - #TODO: Development warning logger.warn(blue(' * ') + - yellow('This is a prerelease version, ' - 'so it may not work correctly')) + yellow('This is the new python coded version')) + logger.warn(blue(' * ') + + yellow('Please report any bugs found using it.')) logger.warn(blue(' * ') + yellow('The original revdep-rebuild script is ' 'installed as revdep-rebuild.sh'))