Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-10-24 13:55:43 +0400
committermboelen <michael@cisofy.com>2014-10-24 13:55:43 +0400
commit7a08544fff338d44ab0f9b9c88f97866a36e099d (patch)
tree2deb940b741a04f94cd844fd762d8728e2c76a22 /extras
parent4e356baeb3c0f182b696112f992d5bb181cdeca2 (diff)
Ignore new files
Diffstat (limited to 'extras')
-rwxr-xr-xextras/build-lynis.sh4
1 files 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}