diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-10-20 17:06:36 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-10-20 17:06:36 +0000 |
commit | 468a93c644bb38981ae4f1a7220f18caf53538df (patch) | |
tree | 1f8c959c2b6a203e358dac52db7cab45005380c2 /metadata | |
parent | Add gnome-common build dep (bug #387879). Thanks to Albert W. Hopkins <marduk... (diff) | |
download | historical-468a93c644bb38981ae4f1a7220f18caf53538df.tar.gz historical-468a93c644bb38981ae4f1a7220f18caf53538df.tar.bz2 historical-468a93c644bb38981ae4f1a7220f18caf53538df.zip |
layout.conf: add update-changelog = true for newer repoman to control the default for writing changelog entries upon commit
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index a4ad5b429843..3c9baaeb2970 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -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 |