Skip to content

Commit

Permalink
Adds releaser for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hamilton committed Jun 21, 2018
1 parent de0ad6e commit 2f72a2e
Show file tree
Hide file tree
Showing 118 changed files with 20,404 additions and 1 deletion.
38 changes: 37 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions releaser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
releaser
vendor
35 changes: 35 additions & 0 deletions releaser/INSTALL_RECEIPT.json.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"homebrew_version": "1.5.2",
"used_options": [],
"unused_options": [],
"built_as_bottle": true,
"poured_from_bottle": false,
"installed_as_dependency": false,
"installed_on_request": true,
"changed_files": [
"INSTALL_RECEIPT.json"
],
"time": null,
"source_modified_time": 1515536363,
"HEAD": null,
"stdlib": null,
"compiler": "clang",
"aliases": [],
"runtime_dependencies": [
{
"full_name": "kubernetes-cli",
"version": "1.9.2"
}
],
"source": {
"path": "@@HOMEBREW_PREFIX@@/Homebrew/Library/Taps/dollarshaveclub/homebrew-public/Formula/psst.rb",
"tap": "dollarshaveclub/public",
"spec": "stable",
"versions": {
"stable": "{{ .Release }}",
"devel": null,
"head": "HEAD",
"version_scheme": 0
}
}
}
Loading

0 comments on commit 2f72a2e

Please sign in to comment.