You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Added package builds to test suite and other improvements:
* Automated builds of Debian packages for all supported distributions. * Added --dev option to aggregate commonly used dev options. * Added --no-package option to skip package builds. * C library and packages are built by default, added -smart option to rebuild only when file changes are detected. * The --libc-only option has been changed to --build-only now that packages builds have been added.
This commit is contained in:
@@ -77,6 +77,14 @@ use constant VM_U16 => 'u16';
|
||||
use constant VM_D8 => 'd8';
|
||||
push @EXPORT, qw(VM_D8);
|
||||
|
||||
# Defines the host VM (the VM that the containers run in)
|
||||
use constant VM_HOST => VM_U16;
|
||||
push @EXPORT, qw(VM_HOST);
|
||||
|
||||
# Lists valid VMs
|
||||
use constant VM_LIST => (VM_CO6, VM_U16, VM_D8, VM_CO7, VM_U14, VM_U12);
|
||||
push @EXPORT, qw(VM_LIST);
|
||||
|
||||
my $oyVm =
|
||||
{
|
||||
# CentOS 6
|
||||
|
Reference in New Issue
Block a user