We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a9b77 commit 64e8d97Copy full SHA for 64e8d97
src/macaron/__main__.py
@@ -266,6 +266,13 @@ def gen_build_spec(gen_build_spec_args: argparse.Namespace) -> int:
266
logger.error("Cannot parse purl %s. Error %s", gen_build_spec_args.package_url, error)
267
return os.EX_USAGE
268
269
+ logger.info(
270
+ "Generating %s buildspec for PURL %s from %s.",
271
+ output_format,
272
+ purl,
273
+ gen_build_spec_args.database,
274
+ )
275
+
276
build_spec_content = gen_build_spec_str(
277
purl=purl,
278
database_path=gen_build_spec_args.database,
0 commit comments