Generate Build Specification
Description
Generate a build specification for a given software component.
Usage
usage: ./run_macaron.sh gen-build-spec [-h] -purl PACKAGE_URL --database DATABASE [--output-format OUTPUT_FORMAT]
Options
- -h, --help
Show this help message and exit.
- -purl PACKAGE_URL, --package-url PACKAGE_URL
The PURL (Package URL) string of the software component for which the build specification is to be generated.
- --database DATABASE
Path to the database.
- --output-format OUTPUT_FORMAT
The desired output format for the build specification. The default format is rc-buildspec, which is the Reproducible-Central build specification. Other formats may be available depending on your configuration.