Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e39b1a commit 61383d0Copy full SHA for 61383d0
build/helpers/probackup.cmd
@@ -1,14 +1,5 @@
1
CALL %ROOT%\build\helpers\setvars.cmd
2
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
-
12
SET PROBACKUP_URL=https://github.com/postgrespro/pg_probackup/tarball/%PROBACKUP_VERSION%
13
SET BIN_DIR=%BUILD_DIR%\pg_probackup_%PG_MAJOR_VERSION%_%PROBACKUP_VERSION%_%ARCH%
14
SET PRODUCT_NAME=PostgreSQL
0 commit comments