mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Bumped version to rc1
This commit is contained in:
parent
649d40ed66
commit
3db2aaada6
1
build.go
1
build.go
@ -188,6 +188,7 @@ func createPackage(options linuxPackageOptions) {
|
|||||||
// copy systemd file
|
// copy systemd file
|
||||||
runPrint("cp", "-p", options.systemdFileSrc, filepath.Join(packageRoot, options.systemdServiceFilePath))
|
runPrint("cp", "-p", options.systemdFileSrc, filepath.Join(packageRoot, options.systemdServiceFilePath))
|
||||||
// copy release files
|
// copy release files
|
||||||
|
runPrint("rm", "-rf", filepath.Join(workingDir, "tmp/bin"))
|
||||||
runPrint("cp", "-a", filepath.Join(workingDir, "tmp")+"/.", filepath.Join(packageRoot, options.homeDir))
|
runPrint("cp", "-a", filepath.Join(workingDir, "tmp")+"/.", filepath.Join(packageRoot, options.homeDir))
|
||||||
// copy sample ini file to /etc/opt/grafana
|
// copy sample ini file to /etc/opt/grafana
|
||||||
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.configFilePath))
|
runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.configFilePath))
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"company": "Coding Instinct AB"
|
"company": "Coding Instinct AB"
|
||||||
},
|
},
|
||||||
"name": "grafana",
|
"name": "grafana",
|
||||||
"version": "2.0.0-beta4",
|
"version": "2.0.0-rc1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/torkelo/grafana.git"
|
"url": "http://github.com/torkelo/grafana.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user