Skip to content

Commit

Permalink
DROP: override ign-edge rpm for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <antoniomurdaca@gmail.com>
  • Loading branch information
runcom committed Nov 29, 2022
1 parent 8e0d1cb commit 66b12b1
Show file tree
Hide file tree
Showing 82 changed files with 55,746 additions and 49,666 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16850,6 +16850,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
8 changes: 4 additions & 4 deletions test/data/manifests/centos_8-aarch64-edge_raw_image-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2497,7 +2497,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -10031,6 +10032,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
}
},
"no-image-info": true,
"manifest": {
"version": "2",
"pipelines": [
Expand Down Expand Up @@ -2506,7 +2507,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2537,7 +2538,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -16977,6 +16979,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
3 changes: 1 addition & 2 deletions test/data/manifests/centos_8-x86_64-edge_container-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -17318,6 +17318,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
8 changes: 4 additions & 4 deletions test/data/manifests/centos_8-x86_64-edge_raw_image-boot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2545,7 +2545,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -10184,6 +10185,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}
}
},
"no-image-info": true,
"manifest": {
"version": "2",
"pipelines": [
Expand Down Expand Up @@ -2570,7 +2571,7 @@
"repo": "/ostree/repo",
"config": {
"sysroot": {
"readonly": false,
"readonly": true,
"bootloader": "none"
}
}
Expand Down Expand Up @@ -2601,7 +2602,8 @@
"label": "root"
},
"kernel_opts": [
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75"
"luks.uuid=6e4ff95f-f662-45ee-a82a-bdf44a2d0b75",
"rw"
]
}
},
Expand Down Expand Up @@ -17291,6 +17293,5 @@
"check_gpg": true
}
]
},
"no-image-info": true
}
}
Loading

0 comments on commit 66b12b1

Please sign in to comment.