1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Update RHEL package location (again).

This changed (again) upstream so update the file paths.
This commit is contained in:
David Steele 2020-04-21 10:51:38 -04:00
parent a999500d2c
commit 6d11fe53f7

View File

@ -961,10 +961,10 @@ eval
"mkdir /root/package-src && " .
"wget -q -O /root/package-src/pgbackrest-conf.patch " .
"'https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob_plain;hb=refs/heads/master;" .
"f=rpm/redhat/master/non-common/pgbackrest/master/pgbackrest-conf.patch' && " .
"f=rpm/redhat/master/common/pgbackrest/master/pgbackrest-conf.patch' && " .
"wget -q -O /root/package-src/pgbackrest.spec " .
"'https://git.postgresql.org/gitweb/?p=pgrpms.git;a=blob_plain;hb=refs/heads/master;" .
"f=rpm/redhat/master/non-common/pgbackrest/master/pgbackrest.spec'\"");
"f=rpm/redhat/master/common/pgbackrest/master/pgbackrest.spec'\"");
# Create build directories
$oStorageBackRest->pathCreate($strBuildPath, {bIgnoreExists => true, bCreateParent => true});