Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
9eec82fe
"vscode:/vscode.git/clone" did not exist on "4ece8de4d9b71edd13bf4055f06cbf0f2ae607bc"
Commit
9eec82fe
authored
Jul 22, 2019
by
Gregor
Browse files
Get DTS in UTC as Marcel proposed.
parent
06666a78
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/update_buildinfo.sh
View file @
9eec82fe
...
...
@@ -7,7 +7,7 @@ BUILD_DATE="$(date "+%Y-%m-%d %H:%M")"
COMMIT_ID
=
"
$(
git rev-parse HEAD
)
"
BRANCH
=
"
$(
git rev-parse
--abbrev-ref
HEAD |
sed
-r
's/[\/\\]+/_/g'
)
"
RELEASE
=
"
$(
git describe
--tags
--long
|
sed
-r
's/(.*)-(.*)-.*/\1 +\2/g'
|
sed
's/ +0$//'
)
"
RELEASE_DTS
=
$(
git show
-
s
--format
=
%cd
--date
=
format:
"%Y%m%d%H%M"
HEAD
)
RELEASE_DTS
=
$(
TZ
=
UTC
git show
-
-quiet
--date
=
format
-local
:
"%Y%m%d%H%M"
--format
=
"%cd"
HEAD
)
MODULES
=
$(
awk
'/^[ \t]*#define LUA_USE_MODULES/{modules=modules sep tolower(substr($2,17));sep=","}END{if(length(modules)==0)modules="-";print modules}'
$USER_MODULES_H
|
tr
-d
'\r'
)
...
...
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