From ae260804da9689c69fad3775d8a4be31b34a087d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 7 Oct 2011 08:04:19 -0700 Subject: [PATCH] repoman: tweak commit logic wrt thin-manifest Don't populate the "myheaders" variable when we have thin-manifests that contain only DIST entries. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": -- 2.26.2