Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Rebischke
arch-boxes
Commits
fa8ec26d
Commit
fa8ec26d
authored
Feb 23, 2020
by
Kristian Klausen
🎉
Committed by
Christian Rebischke
Feb 24, 2020
Browse files
cloud.json: Replace accidentally added tabs with spaces
Signed-off-by:
Kristian Klausen
<
kristian@klausen.dk
>
parent
e675a4a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud.json
View file @
fa8ec26d
...
...
@@ -12,9 +12,9 @@
},
"builders"
:
[
{
"name"
:
"Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"name"
:
"Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"type"
:
"qemu"
,
"output_directory"
:
"release"
,
"output_directory"
:
"release"
,
"boot_wait"
:
"{{user `boot_wait`}}"
,
"http_directory"
:
"http"
,
"disk_size"
:
"{{user `disk_size`}}"
,
...
...
@@ -50,7 +50,7 @@
"scripts"
:
[
"provision/postinstall.sh"
,
"provision/qemu.sh"
,
"provision/cloud-init.sh"
,
"provision/cloud-init.sh"
,
"provision/cleanup.sh"
],
"execute_command"
:
"echo 'arch'|sudo -S sh '{{.Path}}'"
...
...
@@ -65,21 +65,21 @@
],
"post-processors"
:
[
[
{
{
"type"
:
"checksum"
,
"checksum_types"
:
[
"sha256"
],
"checksum_types"
:
[
"sha256"
],
"output"
:
"Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
},
{
"type"
:
"shell-local"
,
"inline"
:
[
"mv release/packer-Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img release/Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"sed -i 's/packer-//' Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
,
"gpg --sign --detach-sign Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
]
}
]
{
"type"
:
"shell-local"
,
"inline"
:
[
"mv release/packer-Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img release/Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.img"
,
"sed -i 's/packer-//' Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
,
"gpg --sign --detach-sign Arch-Linux-cloudimg-amd64-{{isotime
\"
2006-01-02
\"
}}.SHA256"
]
}
]
]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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