← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 3845: Update files for ppa-infrastructure.

 

------------------------------------------------------------
revno: 3845
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Sun 2016-04-17 20:39:20 +0200
message:
  Update files for ppa-infrastructure.
modified:
  scripts/ppa/.mini-dinstall.conf
  scripts/ppa/buildppa.py


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'scripts/ppa/.mini-dinstall.conf'
--- scripts/ppa/.mini-dinstall.conf	2014-02-04 15:21:18 +0000
+++ scripts/ppa/.mini-dinstall.conf	2016-04-17 18:39:20 +0000
@@ -1,11 +1,12 @@
 [DEFAULT]
 architectures = all, i386, amd64
 incoming_permissions = 0750
-archivedir = /home/USER/M/Temp/archive/
+archivedir = /home/USER/archive/
 mail_on_success = 0
 dynamic_reindex = 1
 archive_style = flat
 generate_release = 1
+trigger_reindex = 1
 keep_old = 0
 release_description = YADE Debian/Ubuntu daily packages
 
@@ -13,6 +14,8 @@
 
 [jessie]
 
+[stretch]
+
 [unstable]
 
 [precise]
@@ -20,3 +23,11 @@
 [saucy]
 
 [trusty]
+
+[utopic]
+
+[vivid]
+
+[wily]
+
+[xenial]

=== modified file 'scripts/ppa/buildppa.py'
--- scripts/ppa/buildppa.py	2014-02-18 13:14:09 +0000
+++ scripts/ppa/buildppa.py	2016-04-17 18:39:20 +0000
@@ -122,4 +122,4 @@
 for branch in repodeb.branches:
     branchstr = str(branch)
     if (branchstr<>'master'):
-        os.system('rm %s/%s/Release.gpg ; su %s -c \'gpg --no-tty --batch --default-key "%s" --detach-sign --passphrase-fd=0 --passphrase-file=%s -o %s/%s/Release.gpg %s/%s/Release\''%(patharchive, branch, userg, keyg, keypasspath, patharchive, branch, patharchive, branch))
+        os.system('rm %s/%s/Release.gpg ; su %s -c \'gpg --no-tty --digest-algo SHA512 --batch --default-key "%s" --detach-sign --passphrase-fd=0 --passphrase-file=%s -o %s/%s/Release.gpg %s/%s/Release\''%(patharchive, branch, userg, keyg, keypasspath, patharchive, branch, patharchive, branch))