Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-boxes
Commits
2458ea3a
Commit
2458ea3a
authored
Feb 25, 2020
by
juadde
Committed by
Christian Rebischke
Feb 25, 2020
Browse files
Cleanup of generic-ci.sh variables
parent
10f185b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
generic-ci.sh
View file @
2458ea3a
...
...
@@ -39,11 +39,11 @@ case $1 in
;;
verify-official
)
jq
".
\"
post-processors
\"
[0] |= map(select(.
\"
type
\"
!=
\"
vagrant-cloud
\"
))"
vagrant.json | ./packer validate
-var
"iso_url=https://downloads.archlinux.de/iso/
$(
date
+
'%Y.%m'
)
.01/archlinux-
$(
date
+
'%Y.%m'
)
.01-x86_64.iso"
-var
"iso_checksum_url=https://downloads.archlinux.de/iso/
$(
date
+
'%Y.%m'
)
.01/sha1sums.txt"
-
./packer validate
-var
"iso_checksum_url=https://mirror.pkgbuild.com/iso/latest/sha1sums.txt"
-except
=
vagrant-cloud vagrant.json
;;
verify-local
)
jq
".
\"
post-processors
\"
[0] |= map(select(.
\"
type
\"
!=
\"
vagrant-cloud
\"
))"
local.json | ./packer validate
-var
"iso_url=https://downloads.archlinux.de/iso/
$(
date
+
'%Y.%m'
)
.01/archlinux-
$(
date
+
'%Y.%m'
)
.01-x86_64.iso"
-var
"iso_checksum_url=https://downloads.archlinux.de/iso/
$(
date
+
'%Y.%m'
)
.01/sha1sums.txt"
-
./packer validate local.json
;;
# We use + instead of \; here because find doesn't pass
...
...
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