A container image for a web-site preview proxy for Zuul
Go to file
Monty Taylor 00a92c15c8 Use uri builder to build the build url 2019-02-09 19:32:09 +00:00
config Switch to cpprest and add support for it 2019-02-09 17:51:06 +00:00
m4 Clean up a few more warning settings 2019-02-09 18:39:04 +00:00
playbooks Initial commit 2019-02-09 15:55:31 +00:00
zuul-preview Use uri builder to build the build url 2019-02-09 19:32:09 +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 Switch to cpprest and add support for it 2019-02-09 17:51:06 +00:00
README.rst Initial commit 2019-02-09 15:55:31 +00:00
bindep.txt Remove lib-link and lib-prefix and depend on gettext 2019-02-09 18:08:51 +00:00
bootstrap.sh Switch to cpprest and add support for it 2019-02-09 17:51:06 +00:00
build.sh Initial commit 2019-02-09 15:55:31 +00:00
configure.ac Check for pthreads before cpprest 2019-02-09 18:24:46 +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