diff options
author | Felix Lange <fjl@twurst.com> | 2016-11-03 20:44:16 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-03 20:44:16 +0800 |
commit | ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c (patch) | |
tree | 607dacdb7baeda5e4138bca28b4b0fa1ff4843ac /build/update-license.go | |
parent | d0c820acd697964c8480d91e1fa10615276b3ef6 (diff) | |
download | go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.gz go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.bz2 go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.lz go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.xz go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.zst go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.zip |
build, internal/build: misc improvements (#3229)
* travis.yml: don't create darwin/386 builds
* build: remove godep remains
* internal/build: improve archives
- enable compression for zip files
- don't write half-complete archives
* build: add -unstable to archive names
Diffstat (limited to 'build/update-license.go')
-rw-r--r-- | build/update-license.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update-license.go b/build/update-license.go index 96667be15..94b319550 100644 --- a/build/update-license.go +++ b/build/update-license.go @@ -45,7 +45,7 @@ var ( // paths with any of these prefixes will be skipped skipPrefixes = []string{ // boring stuff - "Godeps/", "tests/files/", "build/", + "vendor/", "tests/files/", "build/", // don't relicense vendored sources "crypto/sha3/", "crypto/ecies/", "logger/glog/", "crypto/secp256k1/curve.go", |