You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Added release.pl to make releases reproducible.
This commit is contained in:
@ -131,17 +131,8 @@ eval
|
||||
!$bNoExe
|
||||
or confess "--no-exe ${strError}";
|
||||
|
||||
!$bNoCache
|
||||
or confess "--no-cache ${strError}";
|
||||
|
||||
!@stryRequire
|
||||
or confess "--require ${strError}";
|
||||
|
||||
!@stryOutput
|
||||
or confess "--out ${strError}";
|
||||
|
||||
!@stryExclude
|
||||
or confess "--exclude ${strError}";
|
||||
}
|
||||
|
||||
# Set console log level
|
||||
|
Reference in New Issue
Block a user