mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Merge gitorious.org:f-droid/fdroidserver
This commit is contained in:
commit
c7d87fc0f2
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
@ -3,7 +3,7 @@ Vagrant::Config.run do |config|
|
||||
config.vm.box = "precise32"
|
||||
config.vm.box_url = "/shares/software/OS and Boot/precise32.box"
|
||||
|
||||
config.vm.customize ["modifyvm", :id, "--memory", "1536"]
|
||||
config.vm.customize ["modifyvm", :id, "--memory", "2048"]
|
||||
|
||||
config.vm.provision :shell, :path => "fixpaths.sh"
|
||||
# Set apt proxy - remove, or adjust this, accordingly!
|
||||
|
@ -698,6 +698,7 @@ def main():
|
||||
# Sign the index...
|
||||
p = subprocess.Popen(['jarsigner', '-keystore', keystore,
|
||||
'-storepass', keystorepass, '-keypass', keypass,
|
||||
'-digestalg', 'SHA1', '-sigalg', 'MD5withRSA',
|
||||
os.path.join('repo', 'index.jar') , repo_keyalias], stdout=subprocess.PIPE)
|
||||
output = p.communicate()[0]
|
||||
if p.returncode != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user