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. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| compose.go | ||
| compose_test.go | ||
| json.go | ||
| responses_test.go | ||
| upload.go | ||
| util.go | ||