aboutsummaryrefslogtreecommitdiffstats
path: root/build/update-license.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-11-03 20:44:16 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-03 20:44:16 +0800
commited2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c (patch)
tree607dacdb7baeda5e4138bca28b4b0fa1ff4843ac /build/update-license.go
parentd0c820acd697964c8480d91e1fa10615276b3ef6 (diff)
downloaddexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar
dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.gz
dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.bz2
dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.lz
dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.xz
dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.zst
dexon-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.go2
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",