Make `repoman fix` work with the new ebuild Manifest checks during depend phase.
authorZac Medico <zmedico@gentoo.org>
Mon, 4 Dec 2006 01:19:22 +0000 (01:19 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 4 Dec 2006 01:19:22 +0000 (01:19 -0000)
svn path=/main/trunk/; revision=5167

bin/repoman

index 9f853073d5cbc5230bfab704b86d70d1c0d0d405..2b0909c79a8b362d93500e12463b566c3aabd66c 100755 (executable)
@@ -820,7 +820,7 @@ for x in scanlist:
                                fails["CVS/Entries.IO_error"].append(checkdir+"/files/CVS/Entries")
                        continue
 
-       if mymode == "commit":
+       if mymode in ("fix", "commit"):
                repoman_settings["O"] = checkdir
                portage.digestgen(
                        [], repoman_settings, manifestonly=1, myportdb=portdb)