common/xbps-cycles.py: Add cache option
allows to modify deps and see if cycle is resolved
This commit is contained in:
parent
4fc5144f8e
commit
287624675c
2 changed files with 26 additions and 4 deletions
|
@ -14,5 +14,9 @@ The standard behavior will be to spawn multiple processes, one per CPU, to
|
|||
enumerate package dependencies. This is by far the most time-consuming part of
|
||||
the execution. To override the degree of parallelism, use the `-j` option.
|
||||
|
||||
Dependencies can be cached on disk, one file per package, in directory
|
||||
passed with `-c` option. On next execution with same option, dependencies are
|
||||
read from file rather than computed.
|
||||
|
||||
Failures should be harmless but, at this early stage, unlikely to be pretty or
|
||||
even helpful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue