]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
practracker: document !advisory in includes.py
authorteor <teor@torproject.org>
Tue, 3 Dec 2019 03:28:55 +0000 (13:28 +1000)
committerNick Mathewson <nickm@torproject.org>
Wed, 4 Dec 2019 17:15:22 +0000 (12:15 -0500)
scripts/maint/practracker/includes.py

index 1d43bd58e8a5c2323e6387e8c654eb38e4e84a41..239ea19eaf502948bf079887324e0c15d4ab621c 100755 (executable)
    file in each directory.  This file contains empty lines, #-prefixed
    comments, filenames (like "lib/foo/bar.h") and file globs (like lib/*/*.h)
    for files that are permitted.
+
+   The script exits with an error if any non-permitted includes are found.
+   .may_include files that contain "!advisory" are considered advisory.
+   Advisory .may_include files only result in warnings, rather than errors.
 """