Torkel Ödegaard 10 роки тому
батько
коміт
3db2aaada6
2 змінених файлів з 2 додано та 1 видалено
  1. 1 0
      build.go
  2. 1 1
      package.json

+ 1 - 0
build.go

@@ -188,6 +188,7 @@ func createPackage(options linuxPackageOptions) {
 	// copy systemd file
 	runPrint("cp", "-p", options.systemdFileSrc, filepath.Join(packageRoot, options.systemdServiceFilePath))
 	// copy release files
+	runPrint("rm", "-rf", filepath.Join(workingDir, "tmp/bin"))
 	runPrint("cp", "-a", filepath.Join(workingDir, "tmp")+"/.", filepath.Join(packageRoot, options.homeDir))
 	// copy sample ini file to /etc/opt/grafana
 	runPrint("cp", "conf/sample.ini", filepath.Join(packageRoot, options.configFilePath))

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "company": "Coding Instinct AB"
   },
   "name": "grafana",
-  "version": "2.0.0-beta4",
+  "version": "2.0.0-rc1",
   "repository": {
     "type": "git",
     "url": "http://github.com/torkelo/grafana.git"