summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-26 22:52:04 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-26 22:52:04 -0700
commit5c216774ac90ef5d1cba6fc000baa546e7834945 (patch)
treeccd83ad12c5e5c2a3e83caba8333fa29cd2fb2c7 /bin
parent15bf7c846d9437be76584e106d527f51a5af9d1e (diff)
downloadportage-5c216774ac90ef5d1cba6fc000baa546e7834945.tar.gz
portage-5c216774ac90ef5d1cba6fc000baa546e7834945.tar.bz2
portage-5c216774ac90ef5d1cba6fc000baa546e7834945.zip
repoman: add opts and repo config debug output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index bf91b85a9..8adccc774 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -654,6 +654,9 @@ if vcs is None:
# TODO: shouldn't this just be switched on the repo, iso the VCS?
check_changelog = options.echangelog not in ('y', 'force') and vcs in ('cvs', 'svn')
+logging.debug("repo config: %s" % (repo_config,))
+logging.debug("options: %s" % (options,))
+
# Generate an appropriate PORTDIR_OVERLAY value for passing into the
# profile-specific config constructor calls.
env = os.environ.copy()