I hereby claim:
- I am craigfurman on github.
- I am craigfurman (https://keybase.io/craigfurman) on keybase.
- I have a public key ASBV_NaR1wAph0IABRagkJVrX8jKeZ_Y7QRfUSU2ii_fswo
To claim this, I am signing this object:
| package headers | |
| import ( | |
| "net/http" | |
| "net/http/httptest" | |
| "testing" | |
| "github.com/stretchr/testify/require" | |
| ) |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "math/rand" | |
| "os" | |
| "time" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| set -euo pipefail | |
| for sub in $(git submodule | awk '{print $2}'); do | |
| ( | |
| cd "$sub" | |
| if git status | grep "Your branch is ahead of" >/dev/null 2>&1 ; then | |
| git push | |
| fi | |
| ) |
| From 5fbff5f152bc032c54dce72623d9a047e0596138 Mon Sep 17 00:00:00 2001 | |
| From: Craig Furman <[email protected]> | |
| Date: Wed, 4 Oct 2017 18:00:13 +0100 | |
| Subject: [PATCH] Update to version 6.32.0 | |
| --- | |
| .SRCINFO | 18 ++++++++---------- | |
| PKGBUILD | 10 +++++----- | |
| 2 files changed, 13 insertions(+), 15 deletions(-) |
| package main | |
| import ( | |
| "crypto/tls" | |
| "fmt" | |
| "os" | |
| "os/exec" | |
| "github.com/cloudfoundry/noaa/consumer" | |
| "github.com/cloudfoundry/sonde-go/events" |
| go list -f '{{join .Deps "\n"}}' ./... | xargs go list -f '{{if not .Standard}}{{.ImportPath}}{{end}}' | xargs go install -a |