diff --git a/mainline.config b/mainline.config index 52215b0..a12a3ff 100644 --- a/mainline.config +++ b/mainline.config @@ -1,3 +1,3 @@ HAPROXY_VER=2.6 -HAPROXY_MAINLINE_REPO=http://git.haproxy.org/git/haproxy-2.6.git -HAPROXY_MAINLINE_BRANCH=master +HAPROXY_SOURCE_REPO=http://git.haproxy.org/git/haproxy-2.6.git +HAPROXY_SOURCE_BRANCH=master diff --git a/nightly.config b/nightly.config index 12db91a..5900e86 100644 --- a/nightly.config +++ b/nightly.config @@ -1,3 +1,3 @@ HAPROXY_VER=nightly -HAPROXY_NIGHTLY_REPO=https://github.com/haproxy/haproxy.git -HAPROXY_NIGHTLY_BRANCH=master +HAPROXY_SOURCE_REPO=https://github.com/haproxy/haproxy.git +HAPROXY_SOURCE_BRANCH=master