Add: --force option to delete existing package
This commit is contained in:
parent
6a6d439aa2
commit
56bd015690
5 changed files with 69 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ from erminig.core.security import run_as_user
|
|||
|
||||
class Pakva:
|
||||
|
||||
def __init__(self, name, version, archive):
|
||||
def __init__(self, name, version=None, archive=None):
|
||||
self.name = name
|
||||
self.version = version
|
||||
self.archive = archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue