Peter Souter
Peter Souter
Ok, reopening as they're going to add repos back: ``` s you may have seen, the packages we removed from {yum,apt}.puppetlabs.com this week have been put back. This was due...
@Magisus I just merged my PR so this will need rebasing, sorry! I think this might be useful, esp for bootstrapping
This is actually pretty cool, but I feel like this might be pushing the boundries of the use-case for lookup... I'm writing up some Vault helpers and other things as...
Code is here: ```go func deleteBranch(repo *git.Repository, remote string, branchShortName string) error { gitAuth, _ := gitssh.DefaultAuthBuilder("git") err := repo.Push(&git.PushOptions{ RemoteName: remote, Auth: gitAuth, }) return err } ``` Is...