Update package management with Glide

This commit is contained in:
emile 2015-10-13 20:19:34 +02:00
parent 31c7aba8c4
commit 6362b1da7f
13 changed files with 161 additions and 332 deletions

View file

@ -22,9 +22,8 @@ fi
# Get rid of existing binaries
rm -f dist/traefik_*
rm -rf Godeps/_workspace/pkg
# Build binaries
GOPATH=`godep path`:$GOPATH gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" \
-output="dist/traefik_{{.OS}}-{{.Arch}}"