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
467 B
19 lines
467 B
Index: src/github.com/containous/traefik/script/binary |
|
--- src/github.com/containous/traefik/script/binary.orig 2019-06-21 10:09:53.736220000 +0200 |
|
+++ src/github.com/containous/traefik/script/binary 2019-06-21 10:10:57.260470000 +0200 |
|
@@ -8,13 +8,10 @@ |
|
|
|
rm -f dist/traefik |
|
|
|
-FLAGS=() |
|
-if [ -n "$VERBOSE" ]; then |
|
- FLAGS+=(-v) |
|
-fi |
|
+FLAGS=(-v) |
|
|
|
if [ -z "$VERSION" ]; then |
|
- VERSION=$(git rev-parse HEAD) |
|
+ VERSION=0000 |
|
fi |
|
|
|
if [ -z "$CODENAME" ]; then
|
|
|