Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gkets etc/*: Update for individual keyring locations. | Brian Dolbec | 2018-07-06 | 2 | -0/+14 |
| | | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org> | ||||
* | Created email.conf and setup the config files needed for the email reminders | aeroniero33 | 2018-07-06 | 1 | -0/+4 |
| | | | | | | | | Added a template_path and a commented days limit value in `gkeys.conf`. Added a 30 default value for the days limit in `config.py`. I also added another config file called `email.conf` that includes the 2 templates for email users' credentials and a preferred address ending with the default being `@gentoo` which if enabled will only send emails to these addresses. | ||||
* | gkeys: Add settable trust-model for the keyrings | Brian Dolbec | 2015-08-09 | 1 | -1/+13 |
| | | | | The --trust-model option is needed for git verification and many other gkeys operations. | ||||
* | gkeys: Fix setting deafault location of homedir | Brian Dolbec | 2015-03-10 | 1 | -1/+3 |
| | | | | Pass in the os.expanduser('~') setting to the config parser. Comment out the gkeys.conf homedir setting so it can use the passed in default. | ||||
* | logger location refactor bug 536314 | Brian Dolbec | 2015-01-30 | 1 | -1/+1 |
| | |||||
* | Rename gkey-gen to gkeys-gen for consistency0.1_rc1 | Pavlos Ratis | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | etc/gkeys.conf: Set a normal default log directory | Brian Dolbec | 2015-01-01 | 1 | -1/+2 |
| | |||||
* | gkeys: update gkeys.conf | Brian Dolbec | 2015-01-01 | 1 | -16/+32 |
| | |||||
* | gkeys: Update fetchseed, verify actions to work with the new category system | Brian Dolbec | 2014-12-25 | 2 | -4/+40 |
| | |||||
* | gkeys: Update configs with name/permissions changes | Brian Dolbec | 2014-12-25 | 2 | -6/+6 |
| | |||||
* | gkeys: Copy sample conf to gkeys.conf | Brian Dolbec | 2014-12-24 | 2 | -2/+86 |
| | | | | | We must install gkeys to be runnable without the need to create a conf. This is a basic working config. I also renamed the gentoodevs category to gentoo-devs. | ||||
* | gkeys/etc/gkeys.conf.sample: Update for new category/seedfile handling | Brian Dolbec | 2014-12-23 | 1 | -23/+10 |
| | |||||
* | Move the 3 pkgs into their own *-pkg dir | Brian Dolbec | 2014-12-22 | 1 | -0/+97 |
This makes releasing each pkg independently easier. testpath: Update paths for the new directory structure |