summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-07 08:04:19 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-07 08:04:19 -0700
commitae260804da9689c69fad3775d8a4be31b34a087d (patch)
treeaeb36e4725eecccc1e25d4f4eb35269db0ababbc /bin
parent1cdf41d1b5c17ac593f0d61a90b8d2a7db6b494d (diff)
downloadportage-ae260804da9689c69fad3775d8a4be31b34a087d.tar.gz
portage-ae260804da9689c69fad3775d8a4be31b34a087d.tar.bz2
portage-ae260804da9689c69fad3775d8a4be31b34a087d.zip
repoman: tweak commit logic wrt thin-manifest
Don't populate the "myheaders" variable when we have thin-manifests that contain only DIST entries.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 6b6a1974e..ec227ed41 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2336,7 +2336,7 @@ else:
# there's no need to regenerate manifests and all files will be
# committed in one big commit at the end.
print()
- else:
+ elif not repo_config.thin_manifest:
if vcs == 'cvs':
headerstring = "'\$(Header|Id).*\$'"
elif vcs == "svn":