1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Generate code counts for all source files.

The source files are also classified by type and purpose.
This commit is contained in:
David Steele
2018-04-16 15:52:17 -04:00
parent 3e22977484
commit dce11ce3cf
6 changed files with 1538 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev lcov
apt-get install -y devscripts build-essential lintian git txt2man debhelper libssl-dev lcov cloc
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install AWS CLI' && date