aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gkeysgen/actions.py: Use gkeys py_input and _unicode declarationsBrian Dolbec2018-07-061-5/+5
| | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* Made the default GPG config file overridableaeroniero332018-07-061-6/+16
|
* gkeys-gen: Fix typo causing a traceback for bug 572890Brian Dolbec2016-03-011-1/+1
| | | | X-Gentoo-bug: 572890 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=572890
* Bump versions for a release0.2Brian Dolbec2016-01-231-1/+1
|
* gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper commandBrian Dolbec2015-08-081-0/+1
| | | gkeys-gpg needs options added to the base app without sub commands.
* gkeys-gen: Improve output by stating the error that occurredBrian Dolbec2015-03-101-2/+5
| | | The debug output in the log is not obvious, so stating it as well as the log file should help.
* gentoo-keys: Correctly define the OrderedDict'sBrian Dolbec2015-01-301-6/+6
|
* Rename gkey-gen to gkeys-gen for consistency0.1_rc1Pavlos Ratis2015-01-081-2/+2
|
* gkeys, gkeys-gen: Add --version optionBrian Dolbec2015-01-072-1/+3
|
* gkeys, gkeys-gen: set version to "0.1"Brian Dolbec2015-01-061-1/+1
|
* gkeysgen/actions.py: Add gen-key exampleBrian Dolbec2015-01-061-1/+49
|
* gkeygen/actions.py: Add list-specs action, exampleBrian Dolbec2015-01-061-3/+22
|
* gkeys-gen: Setup.py updates for man page generationBrian Dolbec2015-01-061-0/+20
|
* cli.py: Remove redundant codeBrian Dolbec2015-01-031-9/+7
|
* Migrate all pkgs to using a complete Action_Map dictionaryBrian Dolbec2015-01-032-11/+14
| | | | This dictionary holds all information for generating cli options, help, running the actions and generating man pages.
* gkeygen/actions.py: Message updates to show spec file and url being usedBrian Dolbec2014-12-311-8/+11
| | | | | | | | | Change a logger.error message to a logger.debug as the error info printed was too generic to be useful. Tweak the input messages for better display. etc/gkeys-gen.conf: Add spec-homepage section In order to make the creator fully configurable. We needed to make the homepage for the spec configurable too.
* gkeygen/actions.py: Py 3 fixesBrian Dolbec2014-12-311-5/+6
| | | | | | Both downloads in py3 are byte strings. Need to decode them. Change the "No password given" messages. Add a logger.eror message with the GpgmeError received.
* gkeys-gen: Add spec optionBrian Dolbec2014-12-311-5/+8
| | | | Action config changes
* gkeys-gen: Initial migration to use gkeys.base.CliBase classBrian Dolbec2014-12-312-124/+86
| | | | | | | Add a new gkeys-gen specific config file extension to gkeys.conf. Change gpghome to use the configured gpg-home setting. Remove default SPEC and GPG_CONF settings, use configured ones. bin/gkey-gen update exit.
* gkeygen/actions.py: tweak py3 version check (more readable)Brian Dolbec2014-12-251-1/+1
|
* Move the 3 pkgs into their own *-pkg dirBrian Dolbec2014-12-223-0/+243
This makes releasing each pkg independently easier. testpath: Update paths for the new directory structure