From: Zac Medico Date: Thu, 20 Apr 2006 05:48:30 +0000 (-0000) Subject: Update Manifest automatically in repoman commit mode for bug #130541. X-Git-Tag: v2.1_pre10~96 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=250a80e2cc2fc8a5032a3b527dda4be0559af736;p=portage.git Update Manifest automatically in repoman commit mode for bug #130541. svn path=/main/trunk/; revision=3177 --- diff --git a/bin/repoman b/bin/repoman index bad10aec2..b11bf0fd4 100755 --- a/bin/repoman +++ b/bin/repoman @@ -795,6 +795,10 @@ for x in scanlist: fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries") continue + if mymode == "commit": + repoman_settings["O"] = checkdir + portage.digestgen([], repoman_settings, manifestonly=1) + mf = Manifest(checkdir, portage.FetchlistDict(checkdir, repoman_settings), repoman_settings["DISTDIR"])