File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
21
21
22
22
CD /D %BUILD_DIR% \pg_probackup\pg_probackup-%PG_MAJOR_VERSION% -%PROBACKUP_VERSION% || GOTO :ERROR
23
23
24
- wget --no-check-certificate %PROBACKUP_URL% -O %DOWNLOADS_DIR% \pg_probackup-%PROBACKUP_VERSION% .tar.bz2 || GOTO :ERROR
25
- CD /D %DOWNLOADS_DIR% || GOTO :ERROR
26
- tar xf pg_probackup-%PROBACKUP_VERSION% .tar.bz2 -C %BUILD_UDIR% /pg_probackup || GOTO :ERROR
24
+ rem wget --no-check-certificate %PROBACKUP_URL% -O %DOWNLOADS_DIR%\pg_probackup-%PROBACKUP_VERSION%.tar.bz2 || GOTO :ERROR
25
+ rem CD /D %DOWNLOADS_DIR% || GOTO :ERROR
26
+ rem tar xf pg_probackup-%PROBACKUP_VERSION%.tar.bz2 -C %BUILD_UDIR%/pg_probackup || GOTO :ERROR
27
27
28
- CD /D %BUILD_DIR% \pg_probackup\*%PROBACKUP_VERSION% * || GOTO :ERROR
28
+ git clone https://github.com/postgrespro/pg_probackup .
29
+
30
+ rem CD /D %BUILD_DIR%\pg_probackup\*%PROBACKUP_VERSION%* || GOTO :ERROR
29
31
30
32
gen_probackup_project.pl %BUILD_DIR% \postgresql\postgresql-%PGVER%
31
33
You can’t perform that action at this time.
0 commit comments