diff options
author | Michael Palimaka <kensington@gentoo.org> | 2020-03-03 21:02:40 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2020-03-03 21:03:09 +1100 |
commit | a32cac46187088b46e0a7095aff504a62cbb871b (patch) | |
tree | cbd236f8b4daf3919dde9737807a23b1f594b44a | |
parent | also match ~arch in package list (diff) | |
download | tatt-a32cac46187088b46e0a7095aff504a62cbb871b.tar.gz tatt-a32cac46187088b46e0a7095aff504a62cbb871b.tar.bz2 tatt-a32cac46187088b46e0a7095aff504a62cbb871b.zip |
Migrate from package.keywords to package.accept_keywordsv0.7
Bug: https://bugs.gentoo.org/711204
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | tatt.5 | 2 | ||||
-rw-r--r-- | tatt/dot-tatt-spec | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -101,7 +101,7 @@ The specification of the configuration file can be found in dot-tatt-spec which # template-dir="/usr/share/tatt/templates/" # Where do you want tatt to put unmasked packages. -# unmaskfile="/etc/portage/package.keywords/archtest" +# unmaskfile="/etc/portage/package.accept_keywords/archtest" # You can customize the maximal number of rdeps to be tested as follows: # rdeps=3 @@ -33,7 +33,7 @@ which usually resides \fI /usr/lib/${python}/site-packages/tatt \fI .br # Where do you want tatt to put unmasked packages. .br -#unmaskfile="/etc/portage/package.keywords/archtest" +#unmaskfile="/etc/portage/package.accept_keywords/archtest" .br # You can customize the maximal number of rdeps to be tested as follows: diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec index e7feb8c..76a7039 100644 --- a/tatt/dot-tatt-spec +++ b/tatt/dot-tatt-spec @@ -1,7 +1,7 @@ successmessage=string(default="Archtested on @@ARCH@@: Everything fine") ignoreprefix=string_list(default=list("elibc_","video_cards_","linguas_","python_targets_","python_single_target_","kdeenablefinal","test","debug")) template-dir=string(default="/usr/share/tatt/templates/") -unmaskfile=string(default="/etc/portage/package.keywords/archtest") +unmaskfile=string(default="/etc/portage/package.accept_keywords/archtest") arch=string(default="x86") defaultopts=string(default="") emergeopts=string(default="") |