aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2020-05-02 12:32:37 +0200
committerRolf Eike Beer <eike@sf-mail.de>2020-05-02 12:48:43 +0200
commita5f83728d12e841c67e9e264baa4d71d26aba0d4 (patch)
tree4d56bc6eb26f2a3507b27a704c2abd9373da129d /README.md
parentman: fix example config file layout (diff)
downloadtatt-a5f83728d12e841c67e9e264baa4d71d26aba0d4.tar.gz
tatt-a5f83728d12e841c67e9e264baa4d71d26aba0d4.tar.bz2
tatt-a5f83728d12e841c67e9e264baa4d71d26aba0d4.zip
remove unmaskfile config option, use unmaskdir instead
Write one unmask file per job, so cleanup can simply be rm. Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6e6799a..46b7f7d 100644
--- a/README.md
+++ b/README.md
@@ -100,8 +100,9 @@ The specification of the configuration file can be found in dot-tatt-spec which
# to change this)
# template-dir="/usr/share/tatt/templates/"
-# Where do you want tatt to put unmasked packages.
-# unmaskfile="/etc/portage/package.accept_keywords/archtest"
+# Where do you want tatt to put unmasked packages. Writes one file per
+# job in this directory.
+# unmaskdir="/etc/portage/package.accept_keywords"
# You can customize the maximal number of rdeps to be tested as follows:
# rdeps=3