Skip to content

Commit 018bb67

Browse files
committed
build: update Debian File::Util dependency installation and commit generated CURRENT_VERSION.txt
1 parent af60084 commit 018bb67

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ help:
2020

2121

2222
installdep_debian:
23-
sudo apt install -y cpanminus libpod-markdown-perl libwww-mechanize-gzip-perl perltidy dos2unix
24-
sudo cpanm File::Util
23+
sudo apt install -y cpanminus libfile-util-perl libpod-markdown-perl libwww-mechanize-gzip-perl perltidy dos2unix
2524
curl -sL https://raw.githubusercontent.com/slimtoolkit/slim/master/scripts/install-slim.sh | sudo -E bash -
2625

2726
tidy:
@@ -43,6 +42,8 @@ generate_cve:
4342
generate_version_file:
4443
rm -f CURRENT_VERSION.txt
4544
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt
45+
git add ./CURRENT_VERSION.txt
46+
git commit -m "Generate CURRENT_VERSION.txt at $(shell date --iso=seconds)"
4647

4748
generate_eof_files:
4849
bash ./build/endoflife.sh mariadb

0 commit comments

Comments
 (0)