Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

unable to install automatically without pivotal org ssh keys #18

Closed
cwlbraa opened this issue Feb 22, 2019 · 2 comments
Closed

unable to install automatically without pivotal org ssh keys #18

cwlbraa opened this issue Feb 22, 2019 · 2 comments

Comments

@cwlbraa
Copy link

cwlbraa commented Feb 22, 2019

The CF CAPI team would love to use git-author, but we cannot automatically install it via Brewfile or by scripting because the permissions here require that one is logged in to the Pivotal org. 😢 We perform unattended installs and upgrades of our workspace machines, and would prefer for this to roll out to all of them simultaneously and automatically.

Please make this public or fix the Brew formula. It'd be very much appreciated.

Thanks, and excited to be rid of git-duet! 🎉

@professor
Copy link
Contributor

The brew tap downloads a tar.gz and then untars it. See https://github.com/pivotal-legacy/homebrew-tap/blob/master/git-author.rb

I'll check out your Brewfile once I find your team's repo. I did a search for capi and had 0 search results. Discoverability fail. =(

pivotal/workstation-setup does the installation with a brew install git-author without requiring the user to authenticate. https://github.com/pivotal/workstation-setup/blob/8e307518ce696d43df26f03914dd0e48e5895999/scripts/common/git.sh#L8

Given the way that the https://github.com/pivotal org is currently set up, if you use git@github.com:pivotal/git-author.gityou will need to authenticate. Anyone can use https://github.com/pivotal/git-author.git to download the repo. If this is a problem, please let @onlyawave know

@cwlbraa
Copy link
Author

cwlbraa commented Feb 25, 2019

We must've had some broken git config on Friday. Both Brew and git clone https://github.com/pivotal/git-author.git were asking for username/password authentication. Works fine today. Very strange. Maybe we attempted to clone the wrong repo.

You can see the workspace here: https://github.com/cloudfoundry/capi-workspace . Added tags just now to make it more searchable.

@cwlbraa cwlbraa closed this as completed Feb 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants