* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2014-03-15 14:18 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2014-03-15 14:18 UTC (permalink / raw
To: gentoo-commits
commit: 62726ed1c842562eeda8816fb0ca3311e9593a89
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 14:17:52 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 14:17:52 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=62726ed1
[metadata/layout.conf] Update
* deprecate EAPI 4
* bann EAPI 0,1.2,3
* use md5-dict cache
---
metadata/layout.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 2a6b735..556aae8 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -4,3 +4,6 @@ thin-manifests = true
manifest-hashes = SHA256 SHA512 WHIRLPOOL
sign-commits = true
update-changelog = false
+cache-formats = md5-dict
+eapis-banned = 0 1 2 3
+eapis-deprecated = 4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2016-04-11 16:54 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-04-11 16:54 UTC (permalink / raw
To: gentoo-commits
commit: c533a5ed02275b363c1acfb4b99ee84f762d1866
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 16:54:07 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 16:54:07 2016 +0000
URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=c533a5ed
metadata: Ban EAPI 5
metadata/layout.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 2721114..1b0a970 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -5,5 +5,5 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
sign-commits = true
update-changelog = false
cache-formats = md5-dict
-eapis-banned = 0 1 2 3 4
-eapis-deprecated = 5
+eapis-banned = 0 1 2 3 4 5
+# eapis-deprecated = 6
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2016-03-08 19:16 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-03-08 19:16 UTC (permalink / raw
To: gentoo-commits
commit: b820f250ae99ee74a5cde5993ca940ac62d24ab5
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 19:15:27 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 19:15:27 2016 +0000
URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=b820f250
metadata: EAPI ban 4, deprecate 5
metadata/layout.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 556aae8..2721114 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -5,5 +5,5 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
sign-commits = true
update-changelog = false
cache-formats = md5-dict
-eapis-banned = 0 1 2 3
-eapis-deprecated = 4
+eapis-banned = 0 1 2 3 4
+eapis-deprecated = 5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2013-10-19 14:13 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-10-19 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 37a430ac84833b1581e54a1d1bf05621e2551cfb
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 14:12:50 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 14:12:50 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=37a430ac
[metadata] Ignore cache
---
metadata/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/metadata/.gitignore b/metadata/.gitignore
new file mode 100644
index 0000000..ff03039
--- /dev/null
+++ b/metadata/.gitignore
@@ -0,0 +1,2 @@
+/cache
+/md5-cache
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2013-07-29 10:57 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2013-07-29 10:57 UTC (permalink / raw
To: gentoo-commits
commit: 28340a32d938a21c10a958904e792d56262adbb3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 10:57:30 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 10:57:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=28340a32
[metadata/layout.conf] Set gentoo as master.
---
metadata/layout.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index aae6e7e..2a6b735 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,3 +1,4 @@
+masters = gentoo
sign-manifests = false
thin-manifests = true
manifest-hashes = SHA256 SHA512 WHIRLPOOL
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] dev/johu:master commit in: metadata/
@ 2012-02-06 19:25 Johannes Huber
0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-02-06 19:25 UTC (permalink / raw
To: gentoo-commits
commit: 2fc4e4855e8fd10a870f5583999b096c4f9e0dc3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 19:29:24 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 19:29:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=2fc4e485
[metadata] Enable git signed commits
---
metadata/layout.conf | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index ce368fa..aae6e7e 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,3 +1,5 @@
sign-manifests = false
thin-manifests = true
manifest-hashes = SHA256 SHA512 WHIRLPOOL
+sign-commits = true
+update-changelog = false
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-04-11 16:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 14:18 [gentoo-commits] dev/johu:master commit in: metadata/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2016-04-11 16:54 Johannes Huber
2016-03-08 19:16 Johannes Huber
2013-10-19 14:13 Johannes Huber
2013-07-29 10:57 Johannes Huber
2012-02-06 19:25 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox