Monty Taylor b89f989055 Pass input string by const reference
We're not mutating the string, so it can be const. And we can pass
by reference instead of by value to avoid the copy.
2019-02-09 21:51:43 +00:00
2019-02-09 21:48:47 +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-09 15:55:31 +00:00
2019-02-09 18:24:46 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 21:39:17 +00:00
2019-02-09 15:55:31 +00: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%