Monty Taylor 5a36c4a3eb Use boost::optional and drop std back to 14
boost::optional works on stretch and doesn't add any depends. The
c++17 support in gcc isn't complete anyway.
2019-02-11 15:27:50 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 15:57:32 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 15:55:31 +00:00
2019-02-10 15:31:12 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 15:55:31 +00:00
2019-02-10 17:33:27 -08:00
2019-02-10 19:15:50 +00:00
2019-02-09 15:55:31 +00:00
2019-02-11 07:24:41 -08:00

zuul-preview

A preview proxy server for zuul.

Building

First you need some dependencies:

python3 -m pip install bindep
apt-get install $(bindep -b compile)

Then you can build the code:

autoreconf -fi
./configure
make
Description
A container image for a web-site preview proxy for Zuul
Readme 358 KiB
Languages
C++ 69.6%
Dockerfile 17.9%
Makefile 12.5%