appy.shared.packaging: added the possibility to sign the generated Debian packages.
This commit is contained in:
parent
69fb172f03
commit
0d55abb239
2 changed files with 36 additions and 8 deletions
bin
|
@ -274,8 +274,9 @@ class Publisher:
|
|||
def createDebianRelease(self):
|
||||
'''Creates a Debian package for Appy.'''
|
||||
j = os.path.join
|
||||
sign = self.askQuestion('Sign the Debian package?', default='no')
|
||||
Debianizer(j(self.genFolder, 'appy'), j(appyPath, 'versions'),
|
||||
appVersion=self.versionShort, depends=[]).run()
|
||||
appVersion=self.versionShort, depends=[], sign=sign).run()
|
||||
|
||||
def createDistRelease(self):
|
||||
'''Create the distutils package.'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue