Upgrade 2.7-stable to 1065b10
This commit is contained in:
parent
f27bb6ca43
commit
309ccc47af
@ -35,7 +35,7 @@ variables: &default-variables
|
|||||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
|
||||||
HAPROXY_VERSION: 2.7-stable
|
HAPROXY_VERSION: 2.7-stable
|
||||||
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=bb4bacf32db7564e668ccc3aacc6bed8688894ba
|
# https://git.haproxy.org/?p=haproxy-2.7.git;a=commit;h=bb4bacf32db7564e668ccc3aacc6bed8688894ba
|
||||||
HAPROXY_GITREF: "687176f6d661e7882fd3b76427f2fe9a53e7bc1e"
|
HAPROXY_GITREF: "1065b10007f4622f2af70fb114594a63af9c8c76"
|
||||||
|
|
||||||
.haproxy_dev: &haproxy-dev
|
.haproxy_dev: &haproxy-dev
|
||||||
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
|
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.7.git
|
HAPROXY_GITREPO = https://git.haproxy.org/?p=haproxy-2.7.git
|
||||||
HAPROXY_VERSION = 2.7-stable
|
HAPROXY_VERSION = 2.7-stable
|
||||||
HAPROXY_GITREF = bb4bacf32db7564e668ccc3aacc6bed8688894ba
|
HAPROXY_GITREF = 1065b10007f4622f2af70fb114594a63af9c8c76
|
||||||
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
|
HAPROXY_SHORTSHA = $(shell echo "$(HAPROXY_GITREF)" | grep -Eo '^.{7}' || echo "$(HAPROXY_GITREF)")
|
||||||
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)
|
HAPROXY_VERSION_MINOR = $(shell echo "$(HAPROXY_VERSION)" | cut -d'.' -f1-2)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user