mirror of
https://github.com/lilydjwg/archrepo2.git
synced 2025-03-10 12:02:43 +00:00
update for repo-add 5.0.1
-f is removed and *.files* are always created now :-)
This commit is contained in:
parent
6631087e38
commit
1033406f00
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue