test/data/manifests: drop .rpmmd.checksums
These are no longer used. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
ee08790504
commit
4805eeedf8
63 changed files with 63 additions and 306 deletions
|
|
@ -38,7 +38,6 @@ type composeRequest struct {
|
|||
type rpmMD struct {
|
||||
BuildPackages []rpmmd.PackageSpec `json:"build-packages"`
|
||||
Packages []rpmmd.PackageSpec `json:"packages"`
|
||||
Checksums map[string]string `json:"checksums"`
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
|
@ -141,7 +140,6 @@ func main() {
|
|||
rpmMDInfo := rpmMD{
|
||||
BuildPackages: buildPackageSpecs,
|
||||
Packages: packageSpecs,
|
||||
Checksums: checksums,
|
||||
}
|
||||
bytes, err = json.Marshal(rpmMDInfo)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue