Merge ~robertliu/+git/sa8155p-gadget:uc20 into ~ubuntu-cervinia/+git/sa8155p-gadget:uc20

Proposed by Robert Liu
Status: Merged
Approved by: Ondrej Kubik
Approved revision: bd0fa95d2d10631e34835a7b241dd3f63ebf949a
Merged at revision: 31755bc0f0b989ec64d9f2d842c92ae6734076db
Proposed branch: ~robertliu/+git/sa8155p-gadget:uc20
Merge into: ~ubuntu-cervinia/+git/sa8155p-gadget:uc20
Diff against target: 13 lines (+1/-1)
1 file modified
snap-boot-sel/parse-yaml.sh (+1/-1)
Reviewer Review Type Date Requested Status
Ondrej Kubik Approve
Review via email: mp+413440@code.launchpad.net

Description of the change

update snap-boot-sel/parse-yaml.sh to reflect the change of image role:
system-recovery-image --> system-seed-image

To post a comment you must log in.
Revision history for this message
Ondrej Kubik (ondrak) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap-boot-sel/parse-yaml.sh b/snap-boot-sel/parse-yaml.sh
2index 22a2a4d..b52e2ba 100755
3--- a/snap-boot-sel/parse-yaml.sh
4+++ b/snap-boot-sel/parse-yaml.sh
5@@ -49,7 +49,7 @@ get_part_names() {
6 done
7 }
8 if [ "${2}" = "recovery" ]; then
9- echo -e $(get_part_names ${1} 'system-recovery-image' '--recovery-' )
10+ echo -e $(get_part_names ${1} 'system-seed-image' '--recovery-' )
11 fi
12 if [ "${2}" = "runtime" ]; then
13 echo -e $(get_part_names ${1} 'system-boot-image\|bootimg' '--boot-' )

Subscribers

People subscribed via source and target branches

to all changes: