move debian tweaks to startpackpack.sh

This commit is contained in:
Andrew Bauer 2018-02-21 09:56:19 -06:00
parent aaf3b4137b
commit ebc6bf0dcc
2 changed files with 1 additions and 4 deletions

View File

@ -30,10 +30,6 @@ install:
- update-binfmts --enable qemu-arm
env:
global:
- DEB_BUILD_OPTIONS="parallel=4"
- DEBUILD_LINTIAN="no"
- SMPFLAGS="-j4"
matrix:
- OS=el DIST=6
- OS=el DIST=6 ARCH=i386 DOCKER_REPO=knnniggett/packpack

View File

@ -231,6 +231,7 @@ execpackpack () {
parms="-f utils/packpack/redhat_package.mk redhat_package"
else
parms=""
export SMPFLAGS="-j$(nproc) --no-lintian"
fi
if [ "${TRAVIS}" == "true" ]; then