WIP génération tarball sources

This commit is contained in:
2015-09-23 17:42:08 +02:00
parent 0d5e391e97
commit 5bd63ab0ef
6 changed files with 18 additions and 3 deletions

View File

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