Commit graph

11 commits

Author SHA1 Message Date
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Laurent Bachelier
289b60bcbe Make trusted.gpg world-readable
There is no reason to hide it from anyone, the GPG default is not
appropriate in our case.
2012-01-30 16:13:36 +01:00
Laurent Bachelier
09e3c516d0 Fix usage of the subprocess module under Python 2.6 2012-01-30 15:40:12 +01:00
Laurent Bachelier
5a05d7eef7 Select the secret key from the list of public keys 2012-01-29 18:35:07 +01:00
Laurent Bachelier
b705f385e8 Add support for signing repository files 2012-01-29 17:42:28 +01:00
Laurent Bachelier
bdb20189bd Quiet GPG operation
stderr is shown and an exception is raised if GPG does not exit
successfully.
2012-01-29 16:55:57 +01:00
Laurent Bachelier
dd60e65174 Add support for generating a keyring 2012-01-29 16:50:23 +01:00
Laurent Bachelier
863a32b96e Small enhancements to mtime handling
* Use directories mtime (so deleted or renamed files are taken into account)
* Set the tarfile mtime close to the version
2012-01-29 15:56:35 +01:00
Laurent Bachelier
adb7b95796 Fix to still use with keyword with Python 2.6
Also add imports for Python 2.6 usage.
2012-01-27 23:14:44 +01:00
Romain Bignon
65169a8a8d fix compatibility with python2.6 2012-01-21 16:46:33 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00