X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=ca54cbd2d68dc213051f86673ddf3e7fa965cba7;hb=a9ffe7c738e4e9a9367726b591f3145c784391ed;hp=c94a27b12a3a73661f7295f57a79f152ba3b9c3c;hpb=dedfb9c2140dcc770054b1515d6099e42d35004d;p=rust.git diff --git a/config.toml.example b/config.toml.example index c94a27b12a3..ca54cbd2d68 100644 --- a/config.toml.example +++ b/config.toml.example @@ -255,6 +255,16 @@ changelog-seen = 2 # Defaults to the Python interpreter used to execute x.py #python = "python" +# The path to the REUSE executable to use. Note that REUSE is not required in +# most cases, as our tooling relies on a cached (and shrinked) copy of the +# REUSE output present in the git repository and in our source tarballs. +# +# REUSE is only needed if your changes caused the overral licensing of the +# repository to change, and the cached copy has to be regenerated. +# +# Defaults to the "reuse" command in the system path. +#reuse = "reuse" + # Force Cargo to check that Cargo.lock describes the precise dependency # set that all the Cargo.toml files create, instead of updating it. #locked-deps = false