An open API service indexing awesome lists of open source software.

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

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