github / glb-director

GitHub Load Balancer Director and supporting tooling.
Other
2.37k stars 227 forks source link

Pin fpm to a working version #121

Closed statik closed 3 years ago

statik commented 3 years ago

fpm 1.12 generates deb packages with a failing postinst script, as described in https://github.com/jordansissel/fpm/issues/1749.

When I run scripts/cibuild, the setup fails for glb-healthcheck and glb-director packages.

After I pinned the fpm version like this PR does, scripts/cibuild completed successfully.