forked from TrueCloudLab/rclone
Notes on the vendor directory
This commit is contained in:
parent
00af021abb
commit
d4ddbcea96
1 changed files with 13 additions and 1 deletions
|
@ -52,7 +52,10 @@ Note the top level Makefile targets
|
||||||
* make test
|
* make test
|
||||||
|
|
||||||
Both of these will be run by Travis when you make a pull request but
|
Both of these will be run by Travis when you make a pull request but
|
||||||
you can do this yourself locally too.
|
you can do this yourself locally too. These require some extra go
|
||||||
|
packages which you can install with
|
||||||
|
|
||||||
|
* make build_dep
|
||||||
|
|
||||||
Make sure you
|
Make sure you
|
||||||
|
|
||||||
|
@ -119,6 +122,15 @@ contribution.
|
||||||
* make test
|
* make test
|
||||||
* make tag
|
* make tag
|
||||||
|
|
||||||
|
## Updating the vendor dirctory ##
|
||||||
|
|
||||||
|
Do these commands to update the entire build directory to the latest
|
||||||
|
version of all the dependencies. This should be done early in the
|
||||||
|
release cycle. Individual dependencies can be added with `godep get`.
|
||||||
|
|
||||||
|
* make build_dep
|
||||||
|
* make update
|
||||||
|
|
||||||
## Writing a new backend ##
|
## Writing a new backend ##
|
||||||
|
|
||||||
Choose a name. The docs here will use `remote` as an example.
|
Choose a name. The docs here will use `remote` as an example.
|
||||||
|
|
Loading…
Add table
Reference in a new issue