-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
4eab163
commit 7932d02
Showing
1 changed file
with
0 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,49 +92,6 @@ changelog: | |
- Merge pull request | ||
- Merge branch | ||
|
||
# upload disabled since it is maintained in homebrew-core | ||
brews: | ||
- name: govc | ||
ids: | ||
- govcbuild | ||
repository: | ||
owner: govmomi | ||
name: homebrew-tap | ||
# TODO: create token in specified tap repo, add as secret to govmomi repo and reference in release workflow | ||
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
# enable once we do fully automated releases | ||
skip_upload: true | ||
commit_author: | ||
name: Alfred the Narwhal | ||
email: [email protected] | ||
directory: Formula | ||
homepage: "https://github.com/vmware/govmomi/blob/main/govc/README.md" | ||
description: "govc is a vSphere CLI built on top of govmomi." | ||
test: | | ||
system "#{bin}/govc version" | ||
install: | | ||
bin.install "govc" | ||
- name: vcsim | ||
ids: | ||
- vcsimbuild | ||
repository: | ||
owner: govmomi | ||
name: homebrew-tap | ||
# TODO: create token in specified tap repo, add as secret to govmomi repo and reference in release workflow | ||
# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
# enable once we do fully automated releases | ||
skip_upload: true | ||
commit_author: | ||
name: Alfred the Narwhal | ||
email: [email protected] | ||
directory: Formula | ||
homepage: "https://github.com/vmware/govmomi/blob/main/vcsim/README.md" | ||
description: "vcsim is a vSphere API simulator built on top of govmomi." | ||
test: | | ||
system "#{bin}/vcsim -h" | ||
install: | | ||
bin.install "vcsim" | ||
dockers: | ||
- image_templates: | ||
- "vmware/govc:{{ .Tag }}" | ||
|