aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* gkeys-gen/etc/gkeys-gen.conf: Updates, add a second specBrian Dolbec2014-12-311-5/+15
| | | | | | Change the glep-63.spec to glep-63-recommended.spec Add the minimum spec as glep-63.spec. Set the default-spec to glep-63-recommended.spec
* gkeygen/actions.py: Message updates to show spec file and url being usedBrian Dolbec2014-12-312-8/+16
| | | | | | | | | 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.
* gekys-gen/setup.py: Update for recent changesBrian Dolbec2014-12-311-0/+4
|
* 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-314-125/+119
| | | | | | | 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.
* remove unused importsPavlos Ratis2014-12-301-1/+0
|
* 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-226-0/+339
This makes releasing each pkg independently easier. testpath: Update paths for the new directory structure