Do not use zip -u
This commit is contained in:
parent
5c5a5c36fe
commit
5ad18595bd
|
@ -17,7 +17,6 @@
|
|||
|
||||
def create_zip (archive, encoding, cmd, *args, **kwargs):
|
||||
"""Create a ZIP archive."""
|
||||
# XXX if archive already exists, use zip -u (update)?
|
||||
cmdlist = [cmd, '-r']
|
||||
if kwargs['verbose']:
|
||||
cmdlist.append('-v')
|
||||
|
|
Loading…
Reference in New Issue