This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
rclone
Watch
16
Star
0
Fork
You've already forked rclone
2
Code
Issues
1
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
6427029c4e
rclone
/
vendor
/
github.com
/
rfjakob
/
eme
/
benchmark.bash
7 lines
48 B
Bash
Raw
Normal View
History
Unescape
Escape
vendor: update all dependencies * Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
2018-05-02 16:09:45 +00:00
#!/bin/bash
Use a vendor directory for repeatable builds - fixes #816 This is using godep to manage the vendor directory.
2016-10-31 15:50:02 +00:00
vendor: update all dependencies * Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
2018-05-02 16:09:45 +00:00
set
-eu
go build
Use a vendor directory for repeatable builds - fixes #816 This is using godep to manage the vendor directory.
2016-10-31 15:50:02 +00:00
go
test
-bench
=
.
Reference in a new issue
Copy permalink