initial debian build

This commit is contained in:
Tru Huynh (pasteur.fr) 2018-03-19 07:08:31 +01:00
parent 9f808175ab
commit 1ebe070363
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ RUN cd barrier-2.0.0-RC2 && cp dist/rpm/build_env.sh . && ./clean_build.sh | te
# during the testing period using truatpasteurdotfr/barrier pre-released tarball
# final version should use the https://github.com/debauchee/barrier release versions
#RUN wget https://github.com/truatpasteurdotfr/barrier/archive/v2.0.0-RC2.tar.gz && rpmbuild -ta v2.0.0-RC2.tar.gz | tee rpmbuild.log
# fix debian/changelog
RUN apt-get -y install dh-make
RUN cd barrier-2.0.0-RC2 && dpkg-buildpackage -us -uc | tee debian.log && tar czvf debian.tgz debian