https://github.com/fedora-modularity/module-tools
Misc tools for creating and maintaining modules
https://github.com/fedora-modularity/module-tools
Last synced: 11 months ago
JSON representation
Misc tools for creating and maintaining modules
- Host: GitHub
- URL: https://github.com/fedora-modularity/module-tools
- Owner: fedora-modularity
- License: gpl-3.0
- Created: 2017-08-30T14:20:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T15:13:05.000Z (over 8 years ago)
- Last Synced: 2025-05-16T05:38:03.125Z (about 1 year ago)
- Language: Ruby
- Size: 23.4 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# module-tools
### Base Run Time dependency solver
* `./brt_dep_solver.sh ` - produce files with dependencies
For verbose output set variable VERBOSE to true:
# VERBOSE=true ./brt_dep_solver.sh
For debugging you might want to keep all files generated by dependecy solver
(not just the ones with resuls).
Set variable CLEAN to false to keep all these files.
# VERBOSE=false ./brt_dep_solver.sh