-
Notifications
You must be signed in to change notification settings - Fork 45
/
updatepackages.sh
executable file
·90 lines (78 loc) · 5.9 KB
/
updatepackages.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#! /bin/sh
# why does this exist? Because, i always struggle to work on upstream
# pkg's, i find myself wanting to rm -rf vendor, but then it won't build.
# so this allows me to match what is in "vendor" but use local-disk so
# i am editing upstream.
cd $GOPATH/src/cloud.google.com/go/ && git checkout master && git pull && git checkout v0.21.0
cd $GOPATH/src/github.com/araddon/dateparse && git checkout master && git pull
cd $GOPATH/src/github.com/araddon/gou && git checkout master && git pull
#cd $GOPATH/src/github.com/araddon/qlbridge && git checkout master && git pull
cd $GOPATH/src/github.com/bitly/go-hostpool && git checkout master && git pull
# cd $GOPATH/src/github.com/boltdb/bolt && git checkout master && git pull
# cd $GOPATH/src/github.com/cockroachdb/cmux && git checkout master && git pull
cd $GOPATH/src/github.com/coreos/etcd && git checkout master && git pull && git checkout v3.3.4
cd $GOPATH/src/github.com/coreos/go-semver && git checkout master && git pull
cd $GOPATH/src/github.com/coreos/go-systemd && git checkout master && git pull
cd $GOPATH/src/github.com/coreos/pkg && git checkout master && git pull
cd $GOPATH/src/github.com/couchbaselabs/goforestdb && git checkout master && git pull
cd $GOPATH/src/github.com/davecgh/go-spew && git checkout master && git pull
cd $GOPATH/src/github.com/dchest/siphash && git checkout master && git pull
cd $GOPATH/src/github.com/globalsign/mgo && git checkout master && git pull
cd $GOPATH/src/github.com/go-sql-driver/mysql && git checkout master && git pull
cd $GOPATH/src/github.com/gocql/gocql && git checkout master && git pull
cd $GOPATH/src/github.com/gogo/protobuf && git checkout master && git pull
cd $GOPATH/src/github.com/golang/protobuf && git checkout master && git pull
cd $GOPATH/src/github.com/golang/snappy && git checkout master && git pull
cd $GOPATH/src/github.com/google/btree && git checkout master && git pull
cd $GOPATH/src/github.com/google/gofuzz && git checkout master && git pull
cd $GOPATH/src/github.com/googleapis/gax-go && git checkout master && git pull
# cd $GOPATH/src/github.com/grpc-ecosystem/go-grpc-prometheus && git checkout master && git pull
# cd $GOPATH/src/github.com/grpc-ecosystem/grpc-gateway && git checkout master && git pull ##&& git checkout 84398b94e188ee336f307779b57b3aa91af7063c # check coreos/etcd for changes glide.yaml
cd $GOPATH/src/github.com/hailocab/go-hostpool && git checkout master && git pull
cd $GOPATH/src/github.com/hashicorp/go-immutable-radix && git checkout master && git pull
cd $GOPATH/src/github.com/hashicorp/go-memdb && git checkout master && git pull
cd $GOPATH/src/github.com/hashicorp/golang-lru && git checkout master && git pull
cd $GOPATH/src/github.com/jmespath/go-jmespath && git checkout master && git pull
cd $GOPATH/src/github.com/jmoiron/sqlx && git checkout master && git pull
cd $GOPATH/src/github.com/kr/pretty && git checkout master && git pull
cd $GOPATH/src/github.com/kr/pty && git checkout master && git pull
cd $GOPATH/src/github.com/kr/text && git checkout master && git pull
cd $GOPATH/src/github.com/leekchan/timeutil && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/cloudstorage && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/confl && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/datemath && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/dfa && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/go-lytics && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/grid && git checkout master && git pull
cd $GOPATH/src/github.com/lytics/retry && git checkout master && git pull
cd $GOPATH/src/github.com/mattbaird/elastigo && git checkout master && git pull
cd $GOPATH/src/github.com/mb0/glob && git checkout master && git pull
cd $GOPATH/src/github.com/mssola/user_agent && git checkout master && git pull
cd $GOPATH/src/github.com/pborman/uuid && git checkout master && git pull
cd $GOPATH/src/github.com/petar/GoLLRB && git checkout master && git pull
# cd $GOPATH/src/github.com/prometheus/client_golang && git checkout master && git pull
# cd $GOPATH/src/github.com/prometheus/client_model && git checkout master && git pull
# cd $GOPATH/src/github.com/prometheus/common && git checkout master && git pull
# cd $GOPATH/src/github.com/prometheus/procfs && git checkout master && git pull
# cd $GOPATH/src/github.com/rcrowley/go-metrics && git checkout master && git pull
cd $GOPATH/src/github.com/sony/sonyflake && git checkout master && git pull
cd $GOPATH/src/github.com/stretchr/testify && git checkout master && git pull
# this one if updated breaks older versions of etcd
#cd $GOPATH/src/github.com/ugorji/go && git checkout master && git pull
cd $GOPATH/src/go.opencensus.io && git checkout master && git pull
cd $GOPATH/src/golang.org/x/crypto && git checkout master && git pull
cd $GOPATH/src/golang.org/x/net && git checkout master && git pull
cd $GOPATH/src/golang.org/x/oauth2 && git checkout master && git pull
cd $GOPATH/src/google.golang.org/api && git checkout master && git pull #&& git checkout dfa61ae24628a06502b9c2805d983b57e89399b5
cd $GOPATH/src/google.golang.org/appengine && git checkout master && git pull
cd $GOPATH/src/google.golang.org/genproto && git checkout master && git pull
cd $GOPATH/src/google.golang.org/grpc && git checkout master && git pull #&& git checkout v1.0.4 # check coreos/etcd for changes glide.yaml
cd $GOPATH/src/gopkg.in/inf.v0 && git checkout master && git pull
#cd $GOPATH/src/gopkg.in/yaml.v2 && git checkout master && git pull
#echo "Fetch k8s.io"
# cd $GOPATH/src/k8s.io/apimachinery && git checkout master && git pull # && git checkout xxx # ??
# cd $GOPATH/src/k8s.io/client-go && git checkout master && git pull # && git checkout xxx # ??
# cd $GOPATH/src/k8s.io/api && git checkout master && git pull # && git checkout xxx # ??
# cd $GOPATH/src/k8s.io/kube-openapi && git checkout master && git pull # && git checkout xxx # ??
#go get -u -v ./...
#glock save github.com/dataux/dataux