This website requires JavaScript.
Explore
Help
Sign In
extern
/
rclone
Watch
1
Star
0
Fork
0
You've already forked rclone
mirror of
https://github.com/rclone/rclone.git
synced
2024-12-02 21:37:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
da1682a30e
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 18:09:45 +02:00
#!/bin/bash
Use a vendor directory for repeatable builds - fixes #816 This is using godep to manage the vendor directory.
2016-10-31 16:50:02 +01: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 18:09:45 +02: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 16:50:02 +01:00
go
test
-bench
=
.
Reference in New Issue
Copy Permalink