diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-16 20:38:42 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-17 10:03:47 -0700 |
commit | c6d5b3151d284f62f04fe2999b8c532e9b7323c7 (patch) | |
tree | 427c9064441896cd44b3fadc453cbfd2f8ee41f7 /etc | |
parent | catalyst: Remove dead 'all' digests case (diff) | |
download | catalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.tar.gz catalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.tar.bz2 catalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.zip |
catalyst: Remove 'contents' config option
This option seems completely absurd and on top of that has been
completely broken, since contents() has been passed 'j', which is the
mode, as the positional argument 'destination'. This only worked because
destination is not used in the contents generation and the actual mode
parameter has a default argument of 'auto'.
So the config option has not worked in a long time and no one has
noticed.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index dd34fae3..a3c22049 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -14,18 +14,6 @@ # tiger160, whirlpool digests="blake2 sha512" -# Creates a .CONTENTS file listing the contents of the file. Pick from any of -# the supported options below: -# auto - strongly recommended -# tar_tv - does 'tar tvf FILE' -# tar_tvz - does 'tar tvzf FILE' -# tar_tvy - does 'tar tvyf FILE' -# isoinfo_l - does 'isoinfo -l -i FILE' -# isoinfo_f - does 'isoinfo -f -i FILE' -# 'isoinfo_f' is the only option not chosen by the automatic algorithm. -# If this variable is empty, no .CONTENTS will be generated at all. -contents="auto" - # distdir specifies where your distfiles are located. This setting should # work fine for most default installations. distdir="/var/cache/distfiles" |