Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61383d0

Browse files
committed
WIP
1 parent 0e39b1a commit 61383d0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/helpers/probackup.cmd

-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
CALL %ROOT%\build\helpers\setvars.cmd
22

3-
IF EXIST %DOWNLOADS_DIR%\%DEPS_ZIP% (
4-
7z x %DOWNLOADS_DIR%\%DEPS_ZIP% -o%DEPENDENCIES_BIN_DIR% -y
5-
REM Go to last build
6-
GOTO :BUILD_ALL
7-
) ELSE (
8-
ECHO "You need to build dependencies first!"
9-
EXIT /B 1 || GOTO :ERROR
10-
)
11-
123
SET PROBACKUP_URL=https://github.com/postgrespro/pg_probackup/tarball/%PROBACKUP_VERSION%
134
SET BIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
145
SET PRODUCT_NAME=PostgreSQL

0 commit comments

Comments
 (0)