summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman4
1 files changed, 4 insertions, 0 deletions
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"])