Fredrik Wendt

Results 19 comments of Fredrik Wendt

Well, GoCD currently doesn't manage keys for you, but you can still put them in the default directory so the SSH binary can pick them up. We build a Docker...

1) Any solution that is Git only would be local and a laugh at any org using Mercurial or some other DVCS (anything Launchpad.net accepts for instance) 2) Central management,...

+1 to the proposed solution, and the need for simpler renaming of work. Since there's no DSL, Go.cd is obviously created for having humans model pipelines manually, and humans rarely...

I applied the changes in https://github.com/ansible-collections/community.general/pull/4177/files (homebrew.py) and that fixes the issue with detecting already installed casks. +1 for not having to separate between `homebrew` and `homebrew_cask` from me.

No, you are correct and it's broken. If you supply a pull request, or make a patch publicly available - a lot of people will be happy.

Me too (and everyone else at the job that I've spoken to today).

The full cask name works, yes. The bug here lies with how Homebrew deals with ``` brew install finestructure/hummingbird/hummingbird brew upgrade hummingbird ``` ... which works just fine, until another...

Using the full cask name helps at installation, but often breaks at upgrade. Homebrew uninstalls finestructure/hummingbird, and installs the other package. :-(

This is becoming really annoying. Would it be possible to call the cask hbird, or create a real homebrew package with a name that doesn't collide with a package (actually...

It usually ends up in this mess: ```bash ceda@studiom1 ~ % brew upgrade ==> Downloading https://formulae.brew.sh/api/formula.jws.json ==> Downloading https://formulae.brew.sh/api/cask.jws.json ==> Casks with 'auto_updates true' or 'version :latest' will not be...