Skip to content

Commit 1bdb4b1

Browse files
author
Jean-Marie Renouard
committed
Update Vulnerabilities list
Indenting mysqltuner Update Usage information
1 parent 1ecb2e9 commit 1bdb4b1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

build/updateStaff.sh

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#!/bin/sh
2-
3-
(cd ..
4-
echo "* GENERATING USAGE FILE"
5-
pod2markdown mysqltuner.pl >USAGE.md
6-
echo "* TIDYFY SCRIPT"
7-
perltidy -b mysqltuner.pl
8-
)
9-
echo "* Update CVE list"
10-
perl updateCVElist.pl
11-
dos2unix ../mysqltuner.pl
12-
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
13-
git commit -m 'Update Vulnerabilities list
14-
Indenting mysqltuner
15-
Update Usage information'
1+
#!/bin/sh
2+
3+
(cd ..
4+
echo "* GENERATING USAGE FILE"
5+
pod2markdown mysqltuner.pl >USAGE.md
6+
echo "* TIDYFY SCRIPT"
7+
perltidy -b mysqltuner.pl
8+
)
9+
echo "* Update CVE list"
10+
perl updateCVElist.pl
11+
dos2unix ../mysqltuner.pl
12+
git add ../vulnerabilities.csv ../mysqltuner.pl ../USAGE.md
13+
git commit -m 'Update Vulnerabilities list
14+
Indenting mysqltuner
15+
Update Usage information'

0 commit comments

Comments
 (0)