Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
caddy
Commits
27f9b58c
Commit
27f9b58c
authored
Mar 21, 2016
by
Matthew Holt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bypass "bandwidth limit exceeded" errors when cloning from googlesource
cf. golang/go#12933
parent
f23d8cb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
.travis.yml
.travis.yml
+9
-1
dist/gitcookie.sh.enc
dist/gitcookie.sh.enc
+3
-0
No files found.
.travis.yml
View file @
27f9b58c
...
@@ -5,9 +5,17 @@ go:
...
@@ -5,9 +5,17 @@ go:
-
tip
-
tip
env
:
env
:
-
CGO_ENABLED=0
-
CGO_ENABLED=0
before_install
:
# Decrypts a script that installs an authenticated cookie
# for git to use when cloning from googlesource.com.
# Bypasses "bandwidth limit exceeded" errors.
# See github.com/golang/go/issues/12933
-
openssl aes-256-cbc -K $encrypted_3df18f9af81d_key -iv $encrypted_3df18f9af81d_iv -in dist/gitcookie.sh.enc -out dist/gitcookie.sh -d
install
:
install
:
-
bash dist/gitcookie.sh
-
go get -t ./...
-
go get -t ./...
-
go get golang.org/x/tools/cmd/vet
-
go get golang.org/x/tools/cmd/vet
...
...
dist/gitcookie.sh.enc
0 → 100644
View file @
27f9b58c
(#劕- Dr}`:,0@9pK8ZˎVm0^B%լ@9]lП)8"Z_͑:g7v]7#`'ޅǦB9z^'5\*N
k~=w^$-Df(*Cd/uk _vM U+LgJ#[]
.wQ/٫B\BJi'"v{y)x\8'2렋ta}<G7Gb I0o~R)O
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment