summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/repoman b/bin/repoman
index 76cc8ac51..6c600df00 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -840,13 +840,6 @@ for x in scanlist:
elif dofail:
sys.exit(1)
- if mymode in ("fix", "commit") and \
- "--pretend" not in myoptions:
- repoman_settings["O"] = checkdir
- if not portage.digestgen([], repoman_settings, myportdb=portdb):
- print "Unable to generate manifest."
- sys.exit(1)
-
checkdirlist=os.listdir(checkdir)
ebuildlist=[]
ebuild_metadata = {}