Do not use zip -u

This commit is contained in:
Bastian Kleineidam 2010-03-11 15:53:28 +01:00
parent 5c5a5c36fe
commit 5ad18595bd
1 changed files with 0 additions and 1 deletions

View File

@ -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')