The proposal to merge 
~chad.smith/cloud-init:cleanup/schema-annotate-invalid-yaml into 
cloud-init:master has been updated.

Description changed to:

to test:

cat > noheader <<EOF
#notcloud-config-header
{}
EOF

cat > badparse <<EOF
#cloud-config
{}}
EOF

cat > badscan <<EOF
#cloud-config
asdf:
needindent
EOF


for badfile in noheader badparse badscan; do
    python3 -m cloudinit.cmd.main devel schema --annotate --config $badfile
done


For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/346415
-- 
Your team cloud-init commiters is requested to review the proposed merge of 
~chad.smith/cloud-init:cleanup/schema-annotate-invalid-yaml into 
cloud-init:master.

_______________________________________________
Mailing list: https://launchpad.net/~cloud-init-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~cloud-init-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to