aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gentoo-keys: Modify the cli base for the new gkeys-gpg gpg wrapper commandBrian Dolbec2015-07-231-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-083-4/+4
|
* gkeys, gkeys-gen: Add --version optionBrian Dolbec2015-01-072-1/+3
|
* gkeys, gkeys-gen: Make sdist do .bz2 compression Brian Dolbec2015-01-071-0/+12
|
* gkeys, gkeys-gen: Include py2man for sdist tarball creationBrian Dolbec2015-01-071-0/+1
|
* gkeys/setup.py py2man import fixBrian Dolbec2015-01-061-6/+1
| | | | The ebuild install was failing to find options.py. adding back an absolute import worked.
* gkeys, gkeys-gen: Fix man page installationBrian Dolbec2015-01-061-19/+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-062-5/+95
|
* 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