debian-forge-composer/internal/weldr
Brian C. Lane 468c63d433 weldr: Expand package name globs in the frozen blueprint
When a blueprint containing package name globs is frozen it was failing
because it could not find the string in the dependency list. This fixes
it by replacing the package glob with all of the matching packages from
the dependency list.

This removes the setPkgEVRA function and adds a new expandBlueprintGlobs
function that handles the package name glob expansion, and replacement of
the version globs with the dependency EVRA.

Also includes testing for the new function.
2023-05-19 08:14:33 -07:00
..
api.go weldr: Expand package name globs in the frozen blueprint 2023-05-19 08:14:33 -07:00
api_test.go weldr: Expand package name globs in the frozen blueprint 2023-05-19 08:14:33 -07:00
compose.go weldr: rename C{Waiting,Running,Finished,Failed} 2020-11-09 14:17:19 +01:00
compose_test.go weldr: allow to send warnings on ComposeReply 2023-03-31 14:14:57 +02:00
json.go Change RepoConfig.GPGKey to an array of key strings 2023-02-01 10:27:58 +01:00
responses_test.go Replace all rpmmd.Depsolve() calls with dnfjson 2022-06-01 11:36:52 +01:00
upload.go Weldr: explicitly specify boot mode in AWS upload target 2023-05-19 13:24:39 +02:00
util.go composer/job-queue: add scaffolding for the job queue API 2019-09-26 19:53:06 +02:00