* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2022-12-26 10:26 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2022-12-26 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 149e72c25578be426117992597975447b4957fd1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 10:25:33 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:26:08 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=149e72c2
metadata: layout.conf: EAPI-7 is deprecated, but banned already anyway
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
metadata/layout.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 232341c158..08881536cf 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -27,4 +27,4 @@ cache-formats = md5-dict
eapis-banned = 0 1 2 3 4 5 6 7
# indicate that ebuilds with the specified EAPIs are deprecated
-# eapis-deprecated = 6
+# eapis-deprecated = 7
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2023-12-18 11:07 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2023-12-18 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 6319675e6bc25341c1c4f2a0aaadc2fbab103e6b
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Mon Dec 18 09:46:55 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 11:06:53 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6319675e
metadata/pkgcheck.conf: ignore noisy and irrelevant checks
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Closes: https://github.com/gentoo/kde/pull/959
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
metadata/pkgcheck.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
new file mode 100644
index 0000000000..85cbbd0a9c
--- /dev/null
+++ b/metadata/pkgcheck.conf
@@ -0,0 +1,2 @@
+[kde]
+keywords = -EmptyGlobalAssignment,-UnknownCategoryDirs
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2021-02-01 23:45 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2021-02-01 23:45 UTC (permalink / raw
To: gentoo-commits
commit: 96505f46119eda6b3b1a45ad4af4b99a3828516d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 23:37:14 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 23:37:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=96505f46
metadata/layout.conf: Set profile-formats = portage-2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
metadata/layout.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index e028885f58..87788ad938 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,5 +1,8 @@
masters = gentoo
+# Make pkgcore accept profile/package.mask as a directory
+profile-formats = portage-2
+
# Use new hashes
manifest-hashes = BLAKE2B SHA512
manifest-required-hashes = SHA512
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2019-01-30 17:44 Andreas Sturmlechner
0 siblings, 0 replies; 17+ messages in thread
From: Andreas Sturmlechner @ 2019-01-30 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 30 12:03:12 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 30 17:38:57 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e6bcefc
Ban EAPI 6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
metadata/layout.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 97763f237a..e028885f58 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -21,7 +21,7 @@ sign-commits = true
cache-formats = md5-dict
# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1 2 3 4 5
+eapis-banned = 0 1 2 3 4 5 6
# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 6
+# eapis-deprecated = 6
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2018-06-09 15:21 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2018-06-09 15:21 UTC (permalink / raw
To: gentoo-commits
commit: e8f6f50a6e71f23ce3711d4ec763662b6d493d69
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 9 15:21:11 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 9 15:21:11 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8f6f50a
metadata: Deprecate EAPI 6
metadata/layout.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 848d85be5c..97763f237a 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -24,4 +24,4 @@ cache-formats = md5-dict
eapis-banned = 0 1 2 3 4 5
# indicate that ebuilds with the specified EAPIs are deprecated
-# eapis-deprecated = 6
+eapis-deprecated = 6
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2018-05-26 9:44 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2018-05-26 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 9f28549817582741cebc1faa058d2621176d4094
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 09:43:53 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:43:59 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f285498
metadata: portage-specific profile-formats is no longer required since EAPI 7
metadata/layout.conf | 3 ---
1 file changed, 3 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index e93f167d32..848d85be5c 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -25,6 +25,3 @@ eapis-banned = 0 1 2 3 4 5
# indicate that ebuilds with the specified EAPIs are deprecated
# eapis-deprecated = 6
-
-# Support package.* directories as well as files
-profile-formats = portage-2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2017-11-24 22:53 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2017-11-24 22:53 UTC (permalink / raw
To: gentoo-commits
commit: 385e46c51ea26dff26d5b5671ab73e6cc3e95a7e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 22:52:37 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 22:52:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=385e46c5
metadata: track ::gentoo hash changes
metadata/layout.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 30d32a84ce..e93f167d32 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,8 @@
masters = gentoo
# Use new hashes
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+manifest-hashes = BLAKE2B SHA512
+manifest-required-hashes = SHA512
# Do not update changelogs
update-changelog = false
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2016-04-07 19:23 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2016-04-07 19:23 UTC (permalink / raw
To: gentoo-commits
commit: cb6237fddf4832389fb048a772d89c9d4ec66fd3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 7 19:22:39 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Apr 7 19:23:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb6237fd
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 dd84176..30d32a8 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -20,10 +20,10 @@ sign-commits = true
cache-formats = md5-dict
# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1 2 3 4
+eapis-banned = 0 1 2 3 4 5
# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 5
+# eapis-deprecated = 6
# Support package.* directories as well as files
profile-formats = portage-2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2016-02-09 10:51 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2016-02-09 10:51 UTC (permalink / raw
To: gentoo-commits
commit: 8eef24a192641f4ecf78c9892d2efde4a6344210
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 10:50:49 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 10:50:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8eef24a1
metadata: deprecate EAPI 5
metadata/layout.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 674efcd..dd84176 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -23,7 +23,7 @@ cache-formats = md5-dict
eapis-banned = 0 1 2 3 4
# indicate that ebuilds with the specified EAPIs are deprecated
-# eapis-deprecated = 5
+eapis-deprecated = 5
# Support package.* directories as well as files
profile-formats = portage-2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2014-05-09 17:22 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-05-09 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 86f1b3e1d9dce62520463a73b7684bc3a19291c1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri May 9 17:21:51 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri May 9 17:21:51 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86f1b3e1
[metadata/layout.conf] Set profile-layouts.
---
metadata/layout.conf | 3 +++
1 file changed, 3 insertions(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index bd7df73..674efcd 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -24,3 +24,6 @@ eapis-banned = 0 1 2 3 4
# indicate that ebuilds with the specified EAPIs are deprecated
# eapis-deprecated = 5
+
+# Support package.* directories as well as files
+profile-formats = portage-2
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2014-05-09 17:22 Michael Palimaka
0 siblings, 0 replies; 17+ messages in thread
From: Michael Palimaka @ 2014-05-09 17:22 UTC (permalink / raw
To: gentoo-commits
commit: cea8fdf7cdc7620fc1af57428ce1607a52bcdc80
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri May 9 17:18:35 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri May 9 17:18:35 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cea8fdf7
[metadata/layout.conf] Whitespace.
---
metadata/layout.conf | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 144587a..bd7df73 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,18 +1,26 @@
masters = gentoo
+
# Use new hashes
manifest-hashes = SHA256 SHA512 WHIRLPOOL
+
# Do not update changelogs
update-changelog = false
+
# Use thin manifests
thin-manifests = true
+
# Dont sign thin manifests. There is no current policy for git commit signing
sign-manifests = false
+
# sign commits using git mechanisms
sign-commits = true
+
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
cache-formats = md5-dict
+
# indicate that ebuilds with the specified EAPIs are banned
eapis-banned = 0 1 2 3 4
+
# indicate that ebuilds with the specified EAPIs are deprecated
# eapis-deprecated = 5
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2013-06-30 14:28 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-06-30 14:28 UTC (permalink / raw
To: gentoo-commits
commit: 562c6d01e35436b4b297928058a8f63a6d642f9a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 14:28:32 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 14:28:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=562c6d01
[metadata/layout.conf] Ban EAPI 4.
---
metadata/layout.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 3aa92fe..144587a 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -13,6 +13,6 @@ sign-commits = true
# md5-dict cache format (see bug #409445).
cache-formats = md5-dict
# indicate that ebuilds with the specified EAPIs are banned
-eapis-banned = 0 1 2 3
+eapis-banned = 0 1 2 3 4
# indicate that ebuilds with the specified EAPIs are deprecated
-eapis-deprecated = 4
+# eapis-deprecated = 5
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2013-06-26 20:13 Johannes Huber
0 siblings, 0 replies; 17+ messages in thread
From: Johannes Huber @ 2013-06-26 20:13 UTC (permalink / raw
To: gentoo-commits
commit: 67a3a22bed89bab7b99a0649eab475c854d8c318
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 20:11:03 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 20:12:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67a3a22b
[metadata/layout.conf] Ban EAPIs 0-3, deprecate EAPI 4.
---
metadata/layout.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 760df68..3aa92fe 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -12,3 +12,7 @@ sign-commits = true
# Make egencache generate newer (more reliable)
# md5-dict cache format (see bug #409445).
cache-formats = md5-dict
+# indicate that ebuilds with the specified EAPIs are banned
+eapis-banned = 0 1 2 3
+# indicate that ebuilds with the specified EAPIs are deprecated
+eapis-deprecated = 4
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2012-07-06 5:07 Jonathan Callen
0 siblings, 0 replies; 17+ messages in thread
From: Jonathan Callen @ 2012-07-06 5:07 UTC (permalink / raw
To: gentoo-commits
commit: da1b88ca2ba9f86c45817ef082b6e1d83d3e4cdf
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 6 05:07:12 2012 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Fri Jul 6 05:07:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=da1b88ca
[metadata] Use new md5-cache format, in anticipation of gx86 switching on 1 Aug
---
metadata/.gitignore | 1 +
metadata/layout.conf | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/metadata/.gitignore b/metadata/.gitignore
index 14d86ad..ff03039 100644
--- a/metadata/.gitignore
+++ b/metadata/.gitignore
@@ -1 +1,2 @@
/cache
+/md5-cache
diff --git a/metadata/layout.conf b/metadata/layout.conf
index f1a0bec..760df68 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -9,3 +9,6 @@ thin-manifests = true
sign-manifests = false
# sign commits using git mechanisms
sign-commits = true
+# Make egencache generate newer (more reliable)
+# md5-dict cache format (see bug #409445).
+cache-formats = md5-dict
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2012-02-19 11:43 Theo Chatzimichos
0 siblings, 0 replies; 17+ messages in thread
From: Theo Chatzimichos @ 2012-02-19 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 5ac2c0493572fcf2ca5313cd34935cbcd3f6363c
Author: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 11:43:54 2012 +0000
Commit: Theo Chatzimichos <tampakrap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 11:43:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5ac2c049
typo
---
metadata/layout.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index bbeea52..f1a0bec 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -5,7 +5,7 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL
update-changelog = false
# Use thin manifests
thin-manifests = true
-# Dont sign thinn manifests. There is no current policy for git commit signing
+# Dont sign thin manifests. There is no current policy for git commit signing
sign-manifests = false
# sign commits using git mechanisms
sign-commits = true
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2011-11-06 11:07 Alexey Shvetsov
0 siblings, 0 replies; 17+ messages in thread
From: Alexey Shvetsov @ 2011-11-06 11:07 UTC (permalink / raw
To: gentoo-commits
commit: b095235b9eea602e31787bda8f3cca6e58867f63
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 11:07:12 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 11:07:12 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b095235b
Update layout
---
metadata/layout.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index 3aaf759..8981450 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -2,7 +2,7 @@ masters = gentoo
# Use new hashes
manifest-hashes = SHA256 SHA512 WHIRLPOOL
# Do not update changelogs
-update-changelog = true
+update-changelog = false
# Use thin manifests
thin-manifests = true
# Dont sign thinn manifests. There is no current policy for git commit signing
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [gentoo-commits] proj/kde:master commit in: metadata/
@ 2011-11-06 11:02 Alexey Shvetsov
0 siblings, 0 replies; 17+ messages in thread
From: Alexey Shvetsov @ 2011-11-06 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 5bc8a6b3a24db5b1cc4c5a24dfe62ca09569445a
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 11:02:39 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 11:02:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5bc8a6b3
Update layout.conf
---
metadata/layout.conf | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/metadata/layout.conf b/metadata/layout.conf
index d43e61c..3aaf759 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1 +1,9 @@
masters = gentoo
+# Use new hashes
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
+# Do not update changelogs
+update-changelog = true
+# Use thin manifests
+thin-manifests = true
+# Dont sign thinn manifests. There is no current policy for git commit signing
+sign-manifests = false
^ permalink raw reply related [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-12-18 11:07 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-26 10:26 [gentoo-commits] proj/kde:master commit in: metadata/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2023-12-18 11:07 Andreas Sturmlechner
2021-02-01 23:45 Andreas Sturmlechner
2019-01-30 17:44 Andreas Sturmlechner
2018-06-09 15:21 Johannes Huber
2018-05-26 9:44 Michael Palimaka
2017-11-24 22:53 Michael Palimaka
2016-04-07 19:23 Johannes Huber
2016-02-09 10:51 Michael Palimaka
2014-05-09 17:22 Michael Palimaka
2014-05-09 17:22 Michael Palimaka
2013-06-30 14:28 Johannes Huber
2013-06-26 20:13 Johannes Huber
2012-07-06 5:07 Jonathan Callen
2012-02-19 11:43 Theo Chatzimichos
2011-11-06 11:07 Alexey Shvetsov
2011-11-06 11:02 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox