-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for a homebrew (#218)
Fixes #93
- Loading branch information
1 parent
f76d8f5
commit cd78759
Showing
4 changed files
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ nfpms: | |
package_name: gdg | ||
file_name_template: "{{ .ConventionalFileName }}" | ||
homepage: https://software.es.net/gdg/ | ||
maintainer: csgeek <samir+[email protected]> | ||
maintainer: GDG ESNet <[email protected]> | ||
description: |- | ||
GDG is a tool used to manage dashboards, datasources, orgs and various entities of the Grafana application. | ||
license: BSD License | ||
|
@@ -53,6 +53,12 @@ nfpms: | |
dst: /etc/gdg/importer.yml | ||
type: config | ||
|
||
universal_binaries: | ||
- replace: true | ||
|
||
release: | ||
prerelease: auto | ||
|
||
|
||
dockers: | ||
- | ||
|
@@ -70,6 +76,23 @@ dockers: | |
skip_push: false | ||
dockerfile: "docker/Dockerfile-gorelease" | ||
|
||
|
||
brews: | ||
- | ||
name: | ||
homepage: https://software.es.net/gdg | ||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" | ||
description: Grafana Dash-n-Grab (GDG) -- Dashboard/DataSource Manager for grafana supporting backup/restore to local filesystem, s3, gcs, azure, and other S3 compatible storage engines. | ||
folder: Formula | ||
repository: | ||
owner: esnet | ||
name: homebrew-gdg | ||
token: "{{ .Env.HOMEBREW_TOKEN }}" | ||
branch: main | ||
commit_author: | ||
name: GDG ESNet | ||
email: [email protected] | ||
|
||
archives: | ||
- name_template: >- | ||
{{ .ProjectName }}_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters