Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
5286c466
Verified
Commit
5286c466
authored
Nov 18, 2020
by
Jelle van der Waa
🚧
Browse files
Document DOT output generation in the README
Fixes:
#7
parent
cfcf9bca
Pipeline
#3465
passed with stages
in 1 minute and 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5286c466
...
...
@@ -25,6 +25,15 @@ It repeats this cycle until the entire **to_visit** list is empty.
During this iteration process a pkg node is created in a DiGraph and for all reverse dependencies
of this package additional node are created and added as an edge of the parent pkg node.
## DOT output
Rebuilder can generate a DOT file of the rebulder order for a given package.
```
cargo run -- -d opencolorio.dot opencolorio
dot -Tpng opencolorio.dot > opencolorio.png
```
## Limitations
*
`testing`
and
`community-testing`
repositories are not included.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment