Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
67d83d1f
Unverified
Commit
67d83d1f
authored
Dec 10, 2019
by
Leonard Gram
Committed by
GitHub
Dec 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: adds IANA timezone info to windows build (#21001)
parent
2d5dc5d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
scripts/build/build-all.sh
+3
-0
scripts/grunt/release_task.js
+1
-1
No files found.
scripts/build/build-all.sh
View file @
67d83d1f
...
...
@@ -115,6 +115,9 @@ if [ -d '/tmp/phantomjs/windows' ]; then
else
echo
'PhantomJS binaries for Windows missing!'
fi
cp /usr/local/go/lib/time/zoneinfo.zip tools/zoneinfo.zip
go run build.go
-goos
windows
-pkg-arch
amd64
${
OPT
}
package-only
rm tools/zoneinfo.zip
go run build.go latest
scripts/grunt/release_task.js
View file @
67d83d1f
...
...
@@ -33,7 +33,7 @@ module.exports = function(grunt) {
});
grunt
.
config
(
'copy.backend_files'
,
{
expand
:
true
,
src
:
[
'conf/**'
,
'tools/
phantomjs/
*'
,
'scripts/*'
],
src
:
[
'conf/**'
,
'tools/
*
*'
,
'scripts/*'
],
options
:
{
mode
:
true
},
dest
:
'<%= tempDir %>'
});
...
...
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