------------------------------------------------------------
revno: 79
committer: Mark Sapiro <[email protected]>
branch nick: admin
timestamp: Fri 2012-05-18 12:58:08 -0700
message:
Modified GNU upload directives for new upload version 1.2.
modified:
bin/release
--
lp:mailman-administrivia
https://code.launchpad.net/~mailman-administrivia/mailman-administrivia/admin
Your team Mailman Checkins is subscribed to branch lp:mailman-administrivia.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-administrivia/mailman-administrivia/admin/+edit-subscription
=== modified file 'bin/release'
--- bin/release 2010-09-20 18:48:04 +0000
+++ bin/release 2012-05-18 19:58:08 +0000
@@ -103,7 +103,13 @@
directive_path = tarball + '.directive'
fp = open(directive_path, 'w')
try:
+ print >> fp, 'version: 1.2'
print >> fp, 'directory: mailman'
+ # I think the next line should allow old behavior of archiving and
+ # replacing an existing set of the same name, but it may need to
+ # be removed if the set doesn't already exist.
+ print >> fp, 'replace: true'
+ print >> fp, 'filename: %s' % tarball
finally:
fp.close()
do('gpg --clearsign %s' % directive_path)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org