Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
72a1316e
Verified
Commit
72a1316e
authored
Aug 17, 2020
by
Sven-Hendrik Haase
Browse files
Make sure checksums are properly generated
parent
96248bd8
Pipeline
#1038
passed with stages
in 17 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
72a1316e
...
...
@@ -49,13 +49,6 @@
],
"post-processors"
:
[
[
{
"name"
:
"rename"
,
"type"
:
"shell-local"
,
"inline"
:
[
"mv output-qemu/Arch-Linux-x86_64-cloudimg-{{isotime
\"
2006-01-02
\"
}}.qcow2 Arch-Linux-x86_64-cloudimg-{{isotime
\"
2006-01-02
\"
}}.qcow2"
]
},
{
"type"
:
"checksum"
,
"checksum_types"
:
[
...
...
@@ -63,6 +56,13 @@
],
"output"
:
"Arch-Linux-x86_64-cloudimg-{{isotime
\"
2006-01-02
\"
}}.SHA256"
},
{
"name"
:
"rename"
,
"type"
:
"shell-local"
,
"inline"
:
[
"mv output-qemu/Arch-Linux-x86_64-cloudimg-{{isotime
\"
2006-01-02
\"
}}.qcow2 Arch-Linux-x86_64-cloudimg-{{isotime
\"
2006-01-02
\"
}}.qcow2"
]
},
{
"name"
:
"sign"
,
"type"
:
"shell-local"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment