Empaquetage paquets binaires OK

This commit is contained in:
2015-09-23 21:59:29 +02:00
parent 2cff8041dc
commit 913945a08c
5 changed files with 13 additions and 80 deletions

View File

@ -34,7 +34,7 @@ function build_project()
cd "${workspace}"
dpkg-buildpackage -us -uc 2> >(error) 1> >(info)
dpkg-buildpackage -b 2> >(error) 1> >(info)
if [ $? != 0 ]; then
fatal "The build process has not completed successfuly !"