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 0E8A51393F1 for ; Thu, 17 Sep 2015 04:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B509521C05D; Thu, 17 Sep 2015 04:51:43 +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 6001D21C029 for ; Thu, 17 Sep 2015 04:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C97B340C35 for ; Thu, 17 Sep 2015 04:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 378E3204 for ; Thu, 17 Sep 2015 04:51:38 +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: <1442464885.22f297d2a5a701edf46893c7b77a52aa31c6f9a2.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 22f297d2a5a701edf46893c7b77a52aa31c6f9a2 X-VCS-Branch: repoman Date: Thu, 17 Sep 2015 04:51:38 +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: 976915bb-3b10-4cb1-9ea8-1c33653a6ee1 X-Archives-Hash: 61bfe27b7ae42e2b4b7ac947e08346c7 commit: 22f297d2a5a701edf46893c7b77a52aa31c6f9a2 Author: Brian Dolbec gentoo org> AuthorDate: Tue Jun 3 18:02:47 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Sep 17 04:41:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=22f297d2 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 4dd9e1d..8f6ef20 100755 --- a/pym/repoman/main.py +++ b/pym/repoman/main.py @@ -119,15 +119,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) @@ -292,7 +288,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