mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-31 01:34:23 +02:00
Updated script
This commit is contained in:
parent
d4054860cc
commit
e3eb743eab
@ -271,6 +271,10 @@
|
|||||||
# echo "Output: ${BZRSTATUS}"
|
# echo "Output: ${BZRSTATUS}"
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
|
if [ ! -d ${MYBUILDDIR}/git ]; then
|
||||||
|
mkdir ${MYBUILDDIR}/git
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -d ${MYBUILDDIR}/git/Lynis ]; then
|
if [ -d ${MYBUILDDIR}/git/Lynis ]; then
|
||||||
echo "git clone already exists"
|
echo "git clone already exists"
|
||||||
rm -rf ${MYBUILDDIR}/git/Lynis
|
rm -rf ${MYBUILDDIR}/git/Lynis
|
||||||
@ -289,9 +293,12 @@
|
|||||||
echo ""
|
echo ""
|
||||||
echo "---------------------------------------------"
|
echo "---------------------------------------------"
|
||||||
echo "RPM file: ${RPMFILE}"
|
echo "RPM file: ${RPMFILE}"
|
||||||
|
echo "DEB file: ${DEBWORKDIR}/lynis_${LYNIS_VERSION}_amd64.deb"
|
||||||
echo "Tarball: ${TARBALL}"
|
echo "Tarball: ${TARBALL}"
|
||||||
echo "Tarball (SHA1): ${TARBALL_SHA1}"
|
echo "Tarball (SHA1): ${TARBALL_SHA1}"
|
||||||
echo ""
|
echo ""
|
||||||
|
echo "Actions:"
|
||||||
|
echo " - Upload Debian package with dput (-f) my-ppa <source.changes>"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user