public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2015-06-11 11:11 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-06-11 11:11 UTC (permalink / raw
  To: gentoo-commits

ulm         15/06/11 11:11:02

  Modified:             layout.conf
  Log:
  Demote EAPI 1 from "deprecated" to "banned".

Revision  Changes    Path
1.14                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.13&r2=1.14

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- layout.conf	22 Feb 2015 20:35:23 -0000	1.13
+++ layout.conf	11 Jun 2015 11:11:02 -0000	1.14
@@ -3,9 +3,11 @@
 # and/or GLEP 59.
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
-# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2.
+# 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
-eapis-deprecated = 0 1 2 3
+# 2015-06-11 EAPI 1 banned.
+eapis-banned = 1
+eapis-deprecated = 0 2 3
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2015-06-13 11:13 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Mueller (ulm) @ 2015-06-13 11:13 UTC (permalink / raw
  To: gentoo-commits

ulm         15/06/13 11:13:43

  Modified:             layout.conf
  Log:
  Temporarily revert the ban of EAPI 1, bug 551968.

Revision  Changes    Path
1.15                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.14&r2=1.15

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- layout.conf	11 Jun 2015 11:11:02 -0000	1.14
+++ layout.conf	13 Jun 2015 11:13:43 -0000	1.15
@@ -5,9 +5,8 @@
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
-# 2015-06-11 EAPI 1 banned.
-eapis-banned = 1
-eapis-deprecated = 0 2 3
+#eapis-banned = 1
+eapis-deprecated = 0 1 2 3
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2015-02-22 20:35 Michal Gorny (mgorny)
  0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-22 20:35 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/02/22 20:35:23

  Modified:             layout.conf
  Log:
  Revert accidental commit

Revision  Changes    Path
1.13                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.12&r2=1.13

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- layout.conf	22 Feb 2015 18:41:23 -0000	1.12
+++ layout.conf	22 Feb 2015 20:35:23 -0000	1.13
@@ -22,8 +22,3 @@
 # specify that this repo does not dependent on any masters, in order
 # to distinguish it from repos that rely on the deprecated behavior.
 masters =
-
-# override repository name without modifying profiles/ dir
-repo-name = gentoo-cvs
-# fill out the blanks with a regular rsync/git checkout
-masters = gentoo





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2015-02-22 18:41 Michal Gorny (mgorny)
  0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2015-02-22 18:41 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/02/22 18:41:23

  Modified:             layout.conf
  Log:
  Update dependency on QCA plugins to use USE flags on app-crypt/qca:2 unconditionally, to provide a single sane path for dependency resolution. Bug #541066.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.12                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.11&r2=1.12

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- layout.conf	25 Feb 2014 20:15:20 -0000	1.11
+++ layout.conf	22 Feb 2015 18:41:23 -0000	1.12
@@ -22,3 +22,8 @@
 # specify that this repo does not dependent on any masters, in order
 # to distinguish it from repos that rely on the deprecated behavior.
 masters =
+
+# override repository name without modifying profiles/ dir
+repo-name = gentoo-cvs
+# fill out the blanks with a regular rsync/git checkout
+masters = gentoo





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2014-02-25 20:15 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 15+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-02-25 20:15 UTC (permalink / raw
  To: gentoo-commits

ulm         14/02/25 20:15:20

  Modified:             layout.conf
  Log:
  EAPIs 0 and 3 deprecated per today's council decision.

Revision  Changes    Path
1.11                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.10&r2=1.11

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- layout.conf	24 Jul 2013 21:02:21 -0000	1.10
+++ layout.conf	25 Feb 2014 20:15:20 -0000	1.11
@@ -3,9 +3,9 @@
 # and/or GLEP 59.
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
-# Bug #470670 - gentoo's council says to deprecate
-# EAPIs 1 and 2.
-eapis-deprecated = 1 2
+# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2.
+# 2014-02-25 council meeting deprecated EAPIs 0 and 3.
+eapis-deprecated = 0 1 2 3
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2013-07-24 21:02 Zac Medico (zmedico)
  0 siblings, 0 replies; 15+ messages in thread
From: Zac Medico (zmedico) @ 2013-07-24 21:02 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/07/24 21:02:21

  Modified:             layout.conf
  Log:
  layout.conf: explicitly specify empty masters

Revision  Changes    Path
1.10                 metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.9&r2=1.10

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- layout.conf	24 May 2013 05:45:31 -0000	1.9
+++ layout.conf	24 Jul 2013 21:02:21 -0000	1.10
@@ -17,3 +17,8 @@
 # INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
 # 2012 was the removal date)
 cache-formats = md5-dict
+
+# Support for implicit masters is deprecated, so we need to explicitly
+# specify that this repo does not dependent on any masters, in order
+# to distinguish it from repos that rely on the deprecated behavior.
+masters =





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2013-05-24  5:45 Zac Medico (zmedico)
  0 siblings, 0 replies; 15+ messages in thread
From: Zac Medico (zmedico) @ 2013-05-24  5:45 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/05/24 05:45:31

  Modified:             layout.conf
  Log:
  Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2.

Revision  Changes    Path
1.9                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.8&r2=1.9

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- layout.conf	6 Aug 2012 19:01:13 -0000	1.8
+++ layout.conf	24 May 2013 05:45:31 -0000	1.9
@@ -3,6 +3,10 @@
 # and/or GLEP 59.
 manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
+# Bug #470670 - gentoo's council says to deprecate
+# EAPIs 1 and 2.
+eapis-deprecated = 1 2
+
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo
 update-changelog = true





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-08-06 19:01 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2012-08-06 19:01 UTC (permalink / raw
  To: gentoo-commits

darkside    12/08/06 19:01:13

  Modified:             layout.conf
  Log:
  remove cache-format 'pms' - as announced

Revision  Changes    Path
1.8                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.7&r2=1.8

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- layout.conf	4 Jul 2012 08:59:54 -0000	1.7
+++ layout.conf	6 Aug 2012 19:01:13 -0000	1.8
@@ -10,5 +10,6 @@
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).
 # NOTE: list md5-dict first so clients prefer it
-# INFRA NOTE: Announced that format 'pms' will be removed on Aug 1 2012
-cache-formats = md5-dict pms
+# INFRA NOTE: Format 'pms' was removed on Aug 6 2012. (Announced prior as Aug 1
+# 2012 was the removal date)
+cache-formats = md5-dict





^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-07-04  8:59 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-04  8:59 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/04 08:59:54

  Modified:             layout.conf
  Log:
  Turn on new manifest-hashes.

Revision  Changes    Path
1.7                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.6&r2=1.7

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- layout.conf	1 Jul 2012 21:29:22 -0000	1.6
+++ layout.conf	4 Jul 2012 08:59:54 -0000	1.7
@@ -1,6 +1,7 @@
-# This goes live Wednesday, July 4, 2012 at 10:00 UTC
+# This went live Wednesday, July 4, 2012 at 10:00 UTC
 # For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
-#manifest-hashes = SHA256 SHA512 WHIRLPOOL
+# and/or GLEP 59.
+manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-07-01 21:29 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-01 21:29 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/01 21:29:22

  Modified:             layout.conf
  Log:
  Update comment for new manifest-hashes with the date it goes live and a link to the gentoo-dev-announce message.

Revision  Changes    Path
1.6                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.5&r2=1.6

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- layout.conf	20 Jun 2012 14:17:18 -0000	1.5
+++ layout.conf	1 Jul 2012 21:29:22 -0000	1.6
@@ -1,4 +1,5 @@
-# This goes live after stabilization of portage-2.1.10.51 (fixes bug #406407)
+# This goes live Wednesday, July 4, 2012 at 10:00 UTC
+# For more details, please see: http://archives.gentoo.org/gentoo-dev-announce/msg_00000.xml
 #manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # Bug #337853 - gentoo's council says to enable






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-06-20 14:17 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 15+ messages in thread
From: Jeremy Olexa (darkside) @ 2012-06-20 14:17 UTC (permalink / raw
  To: gentoo-commits

darkside    12/06/20 14:17:18

  Modified:             layout.conf
  Log:
  add note about removal of cache-formats=pms

Revision  Changes    Path
1.5                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.4&r2=1.5

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- layout.conf	31 Mar 2012 17:55:18 -0000	1.4
+++ layout.conf	20 Jun 2012 14:17:18 -0000	1.5
@@ -8,4 +8,5 @@
 # Make egencache generate newer (more reliable)
 # md5-dict cache format (see bug #409445).
 # NOTE: list md5-dict first so clients prefer it
+# INFRA NOTE: Announced that format 'pms' will be removed on Aug 1 2012
 cache-formats = md5-dict pms






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-03-31 17:55 Zac Medico (zmedico)
  0 siblings, 0 replies; 15+ messages in thread
From: Zac Medico (zmedico) @ 2012-03-31 17:55 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/03/31 17:55:18

  Modified:             layout.conf
  Log:
  Bug #409445 - enable new md5-dict cache format

Revision  Changes    Path
1.4                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.3&r2=1.4

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- layout.conf	24 Mar 2012 01:49:31 -0000	1.3
+++ layout.conf	31 Mar 2012 17:55:18 -0000	1.4
@@ -4,3 +4,8 @@
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo
 update-changelog = true
+
+# Make egencache generate newer (more reliable)
+# md5-dict cache format (see bug #409445).
+# NOTE: list md5-dict first so clients prefer it
+cache-formats = md5-dict pms






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2012-03-24  1:49 Zac Medico (zmedico)
  0 siblings, 0 replies; 15+ messages in thread
From: Zac Medico (zmedico) @ 2012-03-24  1:49 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/03/24 01:49:31

  Modified:             layout.conf
  Log:
  layout.conf: comment on bug #406407

Revision  Changes    Path
1.3                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.2&r2=1.3

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- layout.conf	20 Oct 2011 17:06:36 -0000	1.2
+++ layout.conf	24 Mar 2012 01:49:31 -0000	1.3
@@ -1,4 +1,4 @@
-# This goes live after stabilization of portage-2.1.10.21
+# This goes live after stabilization of portage-2.1.10.51 (fixes bug #406407)
 #manifest-hashes = SHA256 SHA512 WHIRLPOOL
 
 # Bug #337853 - gentoo's council says to enable






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2011-10-20 17:06 Fabian Groffen (grobian)
  0 siblings, 0 replies; 15+ messages in thread
From: Fabian Groffen (grobian) @ 2011-10-20 17:06 UTC (permalink / raw
  To: gentoo-commits

grobian     11/10/20 17:06:36

  Modified:             layout.conf
  Log:
  layout.conf: add update-changelog = true for newer repoman to control the default for writing changelog entries upon commit

Revision  Changes    Path
1.2                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?r1=1.1&r2=1.2

Index: layout.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/metadata/layout.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- layout.conf	5 Oct 2011 18:37:19 -0000	1.1
+++ layout.conf	20 Oct 2011 17:06:36 -0000	1.2
@@ -1,2 +1,6 @@
 # This goes live after stabilization of portage-2.1.10.21
 #manifest-hashes = SHA256 SHA512 WHIRLPOOL
+
+# Bug #337853 - gentoo's council says to enable
+# --echangelog by default for the "gentoo" repo
+update-changelog = true






^ permalink raw reply	[flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in metadata: layout.conf
@ 2011-10-05 18:37 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 15+ messages in thread
From: Robin H. Johnson (robbat2) @ 2011-10-05 18:37 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/10/05 18:37:19

  Added:                layout.conf
  Log:
  Preperation for Manifest2 new hashes per GLEP59.

Revision  Changes    Path
1.1                  metadata/layout.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/metadata/layout.conf?rev=1.1&content-type=text/plain

Index: layout.conf
===================================================================
# This goes live after stabilization of portage-2.1.10.21
#manifest-hashes = SHA256 SHA512 WHIRLPOOL






^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-06-13 11:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 11:11 [gentoo-commits] gentoo-x86 commit in metadata: layout.conf Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-13 11:13 Ulrich Mueller (ulm)
2015-02-22 20:35 Michal Gorny (mgorny)
2015-02-22 18:41 Michal Gorny (mgorny)
2014-02-25 20:15 Ulrich Mueller (ulm)
2013-07-24 21:02 Zac Medico (zmedico)
2013-05-24  5:45 Zac Medico (zmedico)
2012-08-06 19:01 Jeremy Olexa (darkside)
2012-07-04  8:59 Jeff Horelick (jdhore)
2012-07-01 21:29 Jeff Horelick (jdhore)
2012-06-20 14:17 Jeremy Olexa (darkside)
2012-03-31 17:55 Zac Medico (zmedico)
2012-03-24  1:49 Zac Medico (zmedico)
2011-10-20 17:06 Fabian Groffen (grobian)
2011-10-05 18:37 Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox