From: Zac Medico Date: Fri, 7 Oct 2011 15:04:19 +0000 (-0700) Subject: repoman: tweak commit logic wrt thin-manifest X-Git-Tag: v2.2.0_alpha63~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae260804da9689c69fad3775d8a4be31b34a087d;p=portage.git repoman: tweak commit logic wrt thin-manifest Don't populate the "myheaders" variable when we have thin-manifests that contain only DIST entries. --- 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":