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

Create a master list of errors in build/error.yaml.

The C and Perl errors lists are created automatically by Build.pm so they stay up to date.
This commit is contained in:
David Steele
2018-02-08 16:11:47 -05:00
parent eba31fbfe5
commit 1659598cfe
26 changed files with 911 additions and 366 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Vagrant.configure(2) do |config|
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Perl Modules' && date
apt-get install -y libdbd-pg-perl libio-socket-ssl-perl libxml-libxml-perl libxml-checker-perl libperl-critic-perl \
libdevel-nytprof-perl
libdevel-nytprof-perl libyaml-perl
#---------------------------------------------------------------------------------------------------------------------------
echo 'Install Build Tools' && date