gentoo-keys.git
11 years agoAdd more progress feedback for normal usage.
Brian Dolbec [Sat, 22 Jun 2013 20:13:54 +0000 (13:13 -0700)]
Add more progress feedback for normal usage.

11 years agoMake the logger, namespace able.
Brian Dolbec [Sat, 22 Jun 2013 19:41:31 +0000 (12:41 -0700)]
Make the logger, namespace able.

11 years agoUnify logger message identification
Brian Dolbec [Sat, 22 Jun 2013 19:29:02 +0000 (12:29 -0700)]
Unify logger message identification

11 years agoSome pyflakes cleanup and fix logger messages
Brian Dolbec [Sat, 22 Jun 2013 22:11:01 +0000 (15:11 -0700)]
Some pyflakes cleanup and fix logger messages

11 years agoAdd error output for missing data, comment out a debug statement
Brian Dolbec [Sat, 22 Jun 2013 18:11:19 +0000 (18:11 +0000)]
Add error output for missing data, comment out a debug statement

Error for 'undefined' in values obtained from ldap

11 years agoSort the devs on their nick
Brian Dolbec [Sat, 22 Jun 2013 17:28:30 +0000 (17:28 +0000)]
Sort the devs on their nick

11 years agoAdd seed count and error for missing data
Brian Dolbec [Sat, 22 Jun 2013 17:20:54 +0000 (10:20 -0700)]
Add seed count and error for missing data

11 years agofilter results for 'active' devs only
Brian Dolbec [Sat, 22 Jun 2013 16:07:16 +0000 (09:07 -0700)]
filter results for 'active' devs only

11 years agoInitial commit of an ldap search and seed file creation tool.
Brian Dolbec [Sat, 22 Jun 2013 01:46:22 +0000 (18:46 -0700)]
Initial commit of an ldap search and seed file creation tool.

This app is intended to be run on infra machines or a dev's
home directory on dev.gentoo.org in order for it to have
access to the gentoo ldap server.

11 years agoAdd a configured separator for the in file seed info.
Brian Dolbec [Sat, 22 Jun 2013 01:43:33 +0000 (18:43 -0700)]
Add a configured separator for the in file seed info.

11 years agoAdd keyring parameter to GkeysGPG class
Brian Dolbec [Sat, 22 Jun 2013 01:42:03 +0000 (18:42 -0700)]
Add keyring parameter to GkeysGPG class

11 years agoAdd nick field to GKEY class
Brian Dolbec [Sat, 22 Jun 2013 01:40:42 +0000 (18:40 -0700)]
Add nick field to GKEY class

11 years agoAdd a --nick option.
Brian Dolbec [Sat, 22 Jun 2013 01:38:50 +0000 (18:38 -0700)]
Add a --nick option.

Move the --name short option to -N, so -n could be for --nick.
Fix  a copied message that I failed to edit.

11 years agoAdd an automatice relative testpath file for runing from the git checkouts.
Brian Dolbec [Sat, 22 Jun 2013 01:34:24 +0000 (18:34 -0700)]
Add an automatice relative testpath file for runing from the git checkouts.

12 years agoremove the shebang from all lib files, since they won't have an if __main__:
Brian Dolbec [Sun, 23 Dec 2012 07:04:36 +0000 (23:04 -0800)]
remove the shebang from all lib files, since they won't have an if __main__:

12 years agofix missed copy/paste edit.
Brian Dolbec [Mon, 10 Dec 2012 04:56:34 +0000 (20:56 -0800)]
fix missed copy/paste edit.

12 years agoadd moveseed functionality.
Brian Dolbec [Mon, 10 Dec 2012 04:56:08 +0000 (20:56 -0800)]
add moveseed functionality.

12 years agocode list, add remove seeds. Very basic output printing for now.
Brian Dolbec [Mon, 10 Dec 2012 03:25:47 +0000 (19:25 -0800)]
code list, add remove seeds. Very basic output printing for now.

12 years agodebug seed.py
Brian Dolbec [Mon, 10 Dec 2012 03:24:37 +0000 (19:24 -0800)]
debug seed.py

12 years agohyphenate the config file variables, make config handling work.
Brian Dolbec [Mon, 10 Dec 2012 03:23:51 +0000 (19:23 -0800)]
hyphenate the config file variables, make config handling work.

12 years agochmod +x gkeys
Brian Dolbec [Mon, 10 Dec 2012 03:19:11 +0000 (19:19 -0800)]
chmod +x gkeys

12 years agoadd gkeys.__init__.py
Brian Dolbec [Sun, 9 Dec 2012 15:22:26 +0000 (07:22 -0800)]
add gkeys.__init__.py

12 years agoAdd seed files to gkeys.conf
Brian Dolbec [Sun, 9 Dec 2012 15:17:37 +0000 (07:17 -0800)]
Add seed files to gkeys.conf

12 years agoNew file seed.py, class Seeds for all seed file handling, config fixes and extend...
Brian Dolbec [Sun, 9 Dec 2012 15:16:01 +0000 (07:16 -0800)]
New file seed.py, class  Seeds for all seed file handling, config fixes and extend GKEY capability.

12 years agorename to gkeys namespace, '-' in names is not allowed.
Brian Dolbec [Sun, 9 Dec 2012 15:12:52 +0000 (07:12 -0800)]
rename to gkeys namespace, '-' in names is not allowed.

12 years agodoh!, forgot to rename the file before the first commit.
Brian Dolbec [Mon, 3 Dec 2012 07:32:37 +0000 (23:32 -0800)]
doh!, forgot to rename the file before the first commit.

12 years agoAdd a copy of layman's utils.py minus some layman specific functions.
Brian Dolbec [Mon, 3 Dec 2012 07:23:18 +0000 (23:23 -0800)]
Add a copy of layman's utils.py minus some layman specific functions.

12 years agoInitial stubbing out of a gentoo-keys gkey manager cli app, lib and config.
Brian Dolbec [Mon, 3 Dec 2012 07:22:03 +0000 (23:22 -0800)]
Initial stubbing out of a gentoo-keys gkey manager cli app, lib and config.