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
471 B

Index: src/github.com/containous/traefik/script/binary
--- src/github.com/containous/traefik/script/binary.orig 2022-09-16 20:38:28.277738000 +0200
+++ src/github.com/containous/traefik/script/binary 2022-09-16 20:39:13.639752000 +0200
@@ -3,13 +3,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