We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
File::Util
CURRENT_VERSION.txt
1 parent af60084 commit 018bb67Copy full SHA for 018bb67
1 file changed
Makefile
@@ -20,8 +20,7 @@ help:
20
21
22
installdep_debian:
23
- sudo apt install -y cpanminus libpod-markdown-perl libwww-mechanize-gzip-perl perltidy dos2unix
24
- sudo cpanm File::Util
+ sudo apt install -y cpanminus libfile-util-perl libpod-markdown-perl libwww-mechanize-gzip-perl perltidy dos2unix
25
curl -sL https://raw.githubusercontent.com/slimtoolkit/slim/master/scripts/install-slim.sh | sudo -E bash -
26
27
tidy:
@@ -43,6 +42,8 @@ generate_cve:
43
42
generate_version_file:
44
rm -f CURRENT_VERSION.txt
45
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt
+ git add ./CURRENT_VERSION.txt
46
+ git commit -m "Generate CURRENT_VERSION.txt at $(shell date --iso=seconds)"
47
48
generate_eof_files:
49
bash ./build/endoflife.sh mariadb
0 commit comments