Commit 08f7936c authored by Ophélie Gagnard's avatar Ophélie Gagnard

generation: Update script to new networkcache client command.

parent 44f0e1f0
......@@ -32,7 +32,7 @@ json_metadata="{ \
\"comment\": \"$hash_comment\" \
}"
echo "$json_metadata" > "$metadata_file"
networkcache-upload --conf ../tls-access-to-shacache/test.cfg --id river --file "$UEFI_IMAGE_NAME" --metadata "$metadata_file"
networkcache-upload --conf ../tls-access-to-shacache/test.cfg --key river --file "$UEFI_IMAGE_NAME" --metadata "$metadata_file"
echo $(sha512sum "$UEFI_IMAGE_NAME" | cut -d' ' -f1) "$hash_comment" >> "$sha_list"
echo "$UEFI_IMAGE_NAME"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment