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
c16b3731
Verified
Commit
c16b3731
authored
Sep 28, 2020
by
Sven-Hendrik Haase
Browse files
Change default local versioning scheme to follow official scheme
parent
4010f496
Pipeline
#1933
passed with stages
in 24 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
build-inside-vm.sh
View file @
c16b3731
...
...
@@ -241,7 +241,7 @@ function main() {
local
build_version
if
[
-z
"
${
1
:-}
"
]
;
then
build_version
=
"
$(
date
+%Y
.
%m
.
%d
)
"
build_version
=
"
$(
date
+%Y%m%d
)
.0
"
echo
"WARNING: BUILD_VERSION wasn't set!"
echo
"Falling back to
$build_version
"
else
...
...
Write
Preview
Supports
Markdown
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