summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorDavid McMahon <djmm@google.com>2016-02-26 18:33:24 -0800
committerDavid McMahon <djmm@google.com>2016-03-01 18:16:09 -0800
commit1380489076b037a59bfde9d190ae2e38b536006c (patch)
treeb631a9108dd589adba6a8aff7ddee735976c286f /development.md
parent903eb395174c5a4698aed5600725f2b86bd4f9f6 (diff)
New Godeps LICENSE generation tool.
Includes initial Godeps/LICENSES and Godeps/.license_file_state file to ensure fast local generation.
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/development.md b/development.md
index bdef3213..e1a01015 100644
--- a/development.md
+++ b/development.md
@@ -228,9 +228,8 @@ It is sometimes expedient to manually fix the /Godeps/godeps.json file to minimi
Please send dependency updates in separate commits within your PR, for easier reviewing.
-6) If you updated the Godeps, please also update `Godeps/LICENSES.md` by running `hack/update-godep-licenses.sh`.
+6) If you updated the Godeps, please also update `Godeps/LICENSES` by running `hack/update-godep-licenses.sh`.
-_If Godep does not automatically vendor the proper license file for a new dependency, be sure to add an exception entry to `hack/update-godep-licenses.sh`._
## Unit tests