update for repo-add 5.0.1

-f is removed and *.files* are always created now :-)
This commit is contained in:
lilydjwg 2016-04-07 22:00:02 +08:00
parent 6631087e38
commit 1033406f00

View file

@ -116,10 +116,7 @@ class RepoMan:
def _do_cmd(self, cmd, items, callbacks):
cmd1 = [cmd, self._db_file]
cmd1.extend(items)
cmd2 = [cmd, '-f', self._files_name]
cmd2.extend(items)
self.queue_command(cmd1)
self.queue_command(cmd2, callbacks)
self.queue_command(cmd1, callbacks)
def _do_add(self, toadd):
if toadd: