A container image for a web-site preview proxy for Zuul
Go to file
James E. Blair 1dbacebd70 Add restclient-cpp 2019-02-09 08:35:46 -08:00
m4 Fix warnings in build 2019-02-09 16:08:41 +00:00
playbooks Initial commit 2019-02-09 15:55:31 +00:00
zuul-preview Fix warnings in build 2019-02-09 16:08:41 +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
Makefile.am Initial commit 2019-02-09 15:55:31 +00:00
README.rst Initial commit 2019-02-09 15:55:31 +00:00
bindep.txt Initial commit 2019-02-09 15:55:31 +00:00
bootstrap.sh Add restclient-cpp 2019-02-09 08:35:46 -08:00
build.sh Initial commit 2019-02-09 15:55:31 +00:00
configure.ac Initial commit 2019-02-09 15:55:31 +00: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