A container image for a web-site preview proxy for Zuul
Go to file
Monty Taylor b4c96c2094 Use bool cast for testing optional<> value
We don't need the call to has_value, we can do it in the if directly.
2019-02-11 15:21:54 +00:00
m4 Use autoconf archive for boost and openssl 2019-02-11 14:53:57 +00:00
playbooks Initial commit 2019-02-09 15:55:31 +00:00
zuul-preview Use bool cast for testing optional<> value 2019-02-11 15:21:54 +00:00
.gitignore Add zuul-preview to .gitignore 2019-02-09 15:57:32 +00:00
.gitreview Initial commit 2019-02-09 15:55:31 +00:00
.mailmap Initial commit 2019-02-09 15:55:31 +00:00
.zuul.yaml Initial commit 2019-02-09 15:55:31 +00:00
COPYING Initial commit 2019-02-09 15:55:31 +00:00
Dockerfile Run apache 2019-02-10 17:33:27 -08:00
Makefile.am Remove cruft from Makefile.am 2019-02-10 19:15:50 +00:00
README.rst Initial commit 2019-02-09 15:55:31 +00:00
bindep.txt Remove vendored copies of m4 files 2019-02-10 15:31:12 +00:00
build.sh Initial commit 2019-02-09 15:55:31 +00:00
configure.ac Use autoconf archive for boost and openssl 2019-02-11 14:53:57 +00:00
vhost.conf Run apache 2019-02-10 17:33:27 -08:00

README.rst

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