mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove buildstamp from build hash. Version and commit should be enough (#93658)
Remove buildstamp from build hash, version and commit should be enough
This commit is contained in:
parent
ae5a7a53a9
commit
9adb7b03a7
@ -41,7 +41,6 @@ func (hs *HTTPServer) GetFrontendAssets(c *contextmodel.ReqContext) {
|
||||
hash.Reset()
|
||||
_, _ = hash.Write([]byte(setting.BuildVersion))
|
||||
_, _ = hash.Write([]byte(setting.BuildCommit))
|
||||
_, _ = hash.Write([]byte(fmt.Sprintf("%d", setting.BuildStamp)))
|
||||
keys["version"] = fmt.Sprintf("%x", hash.Sum(nil))
|
||||
|
||||
// Plugin configs
|
||||
|
Loading…
Reference in New Issue
Block a user