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 AA1C91389F5 for ; Mon, 17 Nov 2014 00:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830CCE0CE7; Mon, 17 Nov 2014 00:55:29 +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 E7039E0D44 for ; Mon, 17 Nov 2014 00:55:28 +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 E716B3404BC for ; Mon, 17 Nov 2014 00:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F2C22A05 for ; Mon, 17 Nov 2014 00:55:25 +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: <1416185593.dca4ec05419dd24e5c65d0c8f0824948722566d8.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: pym/repoman/main.py X-VCS-Directories: pym/repoman/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: dca4ec05419dd24e5c65d0c8f0824948722566d8 X-VCS-Branch: repoman Date: Mon, 17 Nov 2014 00:55:25 +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: b686e791-16a9-4270-8029-92dec251bdb3 X-Archives-Hash: 0acb027149b0f9d583431eed9976f925 commit: dca4ec05419dd24e5c65d0c8f0824948722566d8 Author: Brian Dolbec gentoo org> AuthorDate: Tue Jun 3 18:02:47 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Mon Nov 17 00:53:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=dca4ec05 repoman/main.py: Remove some temporary dubug print() --- pym/repoman/main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pym/repoman/main.py b/pym/repoman/main.py index 47ada0c..c19bf94 100755 --- a/pym/repoman/main.py +++ b/pym/repoman/main.py @@ -116,15 +116,11 @@ if options.experimental_inherit == 'y': can_force = True portdir, portdir_overlay, mydir = utilities.FindPortdir(repoman_settings) -print("portdir", portdir) -print("portdir_overlay", portdir_overlay) -print("mydir", mydir) if portdir is None: sys.exit(1) myreporoot = os.path.basename(portdir_overlay) myreporoot += mydir[len(portdir_overlay):] -print("myreporoot", myreporoot) ################## vcs_settings = VCSSettings(options, repoman_settings) @@ -289,7 +285,7 @@ for xpkg in effective_scanlist: checkdir_relative = os.path.join(catdir, checkdir_relative) checkdir_relative = os.path.join(".", checkdir_relative) -#####################^^^^^^^^^^^^^^ +##################### manifester = Manifests(options, qatracker, repoman_settings) if manifester.run(checkdir, portdb): continue