* [gentoo-commits] proj/gentoo-keys:master commit in: etc/
@ 2014-05-27 20:56 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2014-05-27 20:56 UTC (permalink / raw
To: gentoo-commits
commit: 36519e01de4835d2d217a8bb69a191cb429bfc16
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Tue May 20 12:30:26 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Tue May 20 12:30:26 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=36519e01
create config sample
---
etc/{gkeys.conf => gkeys.conf.sample} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/etc/gkeys.conf b/etc/gkeys.conf.sample
similarity index 100%
rename from etc/gkeys.conf
rename to etc/gkeys.conf.sample
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-keys:master commit in: etc/
@ 2014-08-20 3:55 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2014-08-20 3:55 UTC (permalink / raw
To: gentoo-commits
commit: 69f8c4b7e9a1278222e02238983c6a916ab556d5
Author: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 21:18:34 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Aug 17 22:07:11 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=69f8c4b7
change default seed URLs to point to api.g.o
---
etc/gkeys.conf.sample | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/gkeys.conf.sample b/etc/gkeys.conf.sample
index a777ab1..e3b50dd 100644
--- a/etc/gkeys.conf.sample
+++ b/etc/gkeys.conf.sample
@@ -56,5 +56,5 @@ logdir: %(keysdir)s/logs
# Use the filenames as the keys.
# The will be paired to the seed file of the same name for fetching, updating
-release.seeds: https://dev.gentoo.org/~dolsen/gkey-seeds/release.seeds
-developers.seeds: https://dev.gentoo.org/~dolsen/gkey-seeds/developer.seeds
+release.seeds: https://api.gentoo.org/gentoo-keys/seeds/release.seeds
+developers.seeds: https://api.gentoo.org/gentoo-keys/seeds/developer.seeds
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-keys:master commit in: etc/
@ 2013-07-06 19:02 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2013-07-06 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 42328bd004318da212d2f9691271c566c88ff163
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 08:29:31 2013 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sat Jul 6 18:16:51 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=42328bd0
fix the typo in gkeys.conf
---
etc/gkeys.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/gkeys.conf b/etc/gkeys.conf
index de39db5..acec4e8 100644
--- a/etc/gkeys.conf
+++ b/etc/gkeys.conf
@@ -4,7 +4,7 @@
[MAIN]
# keysdir: base directory to store the binary keyrings and data
-keys-dir: /var/lib/gentoo
+keysdir: /var/lib/gentoo
# devkeydir: the directory where the gentoo developer keys
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-keys:master commit in: etc/
@ 2012-12-10 3:26 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2012-12-10 3:26 UTC (permalink / raw
To: gentoo-commits
commit: 0ad2e0ff307bb2a9dae29979aa4b27417adef3d8
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 9 15:17:37 2012 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Sun Dec 9 15:17:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=0ad2e0ff
Add seed files to gkeys.conf
---
etc/gkeys.conf | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/etc/gkeys.conf b/etc/gkeys.conf
index 6aaee82..6b7c929 100644
--- a/etc/gkeys.conf
+++ b/etc/gkeys.conf
@@ -17,3 +17,11 @@ releasekeydir: %(keysdir)s/release
# knownkeysfile: txt file to hold a cache of the
# installed (name, keyid, fingerprint) keys
knownkeysfile: %(keysdir)s/knownkeys
+
+# releaseseedfile: txt file of one tuple of (name, keyid, fingerprint)
+# entry per line
+releaseseedfile: /etc/gentoo-keys/release.seeds
+
+# devseedfile: txt file of one tuple of (name, keyid, fingerprint)
+# entry per line
+devseedfile: /etc/gentoo-keys/developer.seeds
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gentoo-keys:master commit in: etc/
@ 2012-12-03 7:34 Brian Dolbec
0 siblings, 0 replies; 5+ messages in thread
From: Brian Dolbec @ 2012-12-03 7:34 UTC (permalink / raw
To: gentoo-commits
commit: e16ce296c45a7be1cc8fb0c1e210064512323f4b
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 3 07:32:37 2012 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Mon Dec 3 07:32:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e16ce296
doh!, forgot to rename the file before the first commit.
---
etc/{gentoo-keys.cfg => gkeys.conf} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/etc/gentoo-keys.cfg b/etc/gkeys.conf
similarity index 100%
rename from etc/gentoo-keys.cfg
rename to etc/gkeys.conf
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-08-20 3:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 20:56 [gentoo-commits] proj/gentoo-keys:master commit in: etc/ Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2014-08-20 3:55 Brian Dolbec
2013-07-06 19:02 Brian Dolbec
2012-12-10 3:26 Brian Dolbec
2012-12-03 7:34 Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox