From 7a08544fff338d44ab0f9b9c88f97866a36e099d Mon Sep 17 00:00:00 2001 From: mboelen Date: Fri, 24 Oct 2014 11:55:43 +0200 Subject: [PATCH] Ignore new files --- extras/build-lynis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh index 437a530a..0d8002ee 100755 --- a/extras/build-lynis.sh +++ b/extras/build-lynis.sh @@ -276,11 +276,11 @@ rm -rf ${MYBUILDDIR}/git/Lynis #git checkout tags/${LYNIS_VERSION} fi - git clone https://github.com/CISOfy/Lynis.git ${MYBUILDDIR}/git/Lynis + #git clone https://github.com/CISOfy/Lynis.git ${MYBUILDDIR}/git/Lynis #git tag -l ${MYBUILDDIR}/git/Lynis cd .. - ${GITBUILDPACKAGEBINARY} --git-tarball-dir=${MYBUILDDIR} --git-export-dir=${DEBWORKDIR} + ${GITBUILDPACKAGEBINARY} --git-tarball-dir=${MYBUILDDIR} --git-export-dir=${DEBWORKDIR} --git-ignore-new cd ${MYWORKDIR}