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
diff options
context:
space:
mode:
Diffstat (limited to 'extras/build-lynis.sh')
-rwxr-xr-xextras/build-lynis.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh
index 2ff4e010..fdca520a 100755
--- a/extras/build-lynis.sh
+++ b/extras/build-lynis.sh
@@ -271,6 +271,10 @@
# echo "Output: ${BZRSTATUS}"
# fi
+ if [ ! -d ${MYBUILDDIR}/git ]; then
+ mkdir ${MYBUILDDIR}/git
+ fi
+
if [ -d ${MYBUILDDIR}/git/Lynis ]; then
echo "git clone already exists"
rm -rf ${MYBUILDDIR}/git/Lynis
@@ -289,9 +293,12 @@
echo ""
echo "---------------------------------------------"
echo "RPM file: ${RPMFILE}"
+ echo "DEB file: ${DEBWORKDIR}/lynis_${LYNIS_VERSION}_amd64.deb"
echo "Tarball: ${TARBALL}"
echo "Tarball (SHA1): ${TARBALL_SHA1}"
echo ""
+ echo "Actions:"
+ echo " - Upload Debian package with dput (-f) my-ppa <source.changes>"