You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
475 B

Index: src/github.com/containous/traefik/script/binary
--- src/github.com/containous/traefik/script/binary.orig 2016-07-22 19:22:37.000000000 +0200
+++ src/github.com/containous/traefik/script/binary 2016-07-22 19:25:12.952103014 +0200
@@ -8,13 +8,13 @@
rm -f dist/traefik
-FLAGS=""
+FLAGS="-v"
if [ -n "$VERBOSE" ]; then
FLAGS="${FLAGS} -v"
fi
if [ -z "$VERSION" ]; then
- VERSION=$(git rev-parse HEAD)
+ VERSION=0000
fi
if [ -z "$CODENAME" ]; then