Commit 692648b
ug: custom-ci: Fix the method to grab ostree hash
The command cat ./deploy/images/intel-corei7-64/ostree_repo/refs/heads/<refs>
Returns the 64-characters SHA256 checksum required to use with fioctl
targets add command.
The command find ./deploy/images/intel-corei7-64/ostree_repo -name
*.commit provides the entire metadata + 64 characters
SHA256.
When this value is used in the fioctl targets add command ,
it causes ERROR: Illegal base64 data at input byte 60.
Signed-off-by: Caio Pereira <[email protected]>1 parent 52923f9 commit 692648b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments