Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added head config to brew installer #576

Merged
merged 1 commit into from
May 23, 2018

Conversation

shimmerjs
Copy link
Contributor

a simple test i ran locally after editing the local formulae via brew edit...

➜  brew install skaffold --HEAD
Error: skaffold 0.6.0 is already installed
To install HEAD, first run `brew unlink skaffold`
➜  brew unlink skaffold
Unlinking /usr/local/Cellar/skaffold/0.6.0... 1 symlinks removed
➜  brew install skaffold --HEAD
==> Cloning https://github.com/GoogleContainerTools/skaffold.git
Cloning into '/Users/shimmerjs/Library/Caches/Homebrew/skaffold--git'...
remote: Counting objects: 3400, done.
remote: Compressing objects: 100% (2513/2513), done.
remote: Total 3400 (delta 780), reused 2689 (delta 625), pack-reused 0
Receiving objects: 100% (3400/3400), 8.00 MiB | 20.63 MiB/s, done.
Resolving deltas: 100% (780/780), done.
==> Checking out branch master
==> make
🍺  /usr/local/Cellar/skaffold/HEAD-73d0a65: 6 files, 48.8MB, built in 23 seconds
➜  skaffold version -v debug
INFO[0000] Skaffold &{Version:v0.6.0 GitVersion: GitCommit:73d0a6526b949c62ed073932f3058480cc63c9c5 GitTreeState:clean BuildDate:2018-05-22T12:54:19Z GoVersion:go1.10.2 Compiler:gc Platform:darwin/amd64}
v0.6.0

Copy link
Contributor

@dgageot dgageot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dgageot dgageot merged commit f392c62 into GoogleContainerTools:master May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants