Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 19b6100

Browse files
committed
WIP
1 parent fc38526 commit 19b6100

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build/helpers/probackup.cmd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ MKDIR %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSIO
2121

2222
CD /D %BUILD_DIR%\pg_probackup\pg_probackup-%PG_MAJOR_VERSION%-%PROBACKUP_VERSION% || GOTO :ERROR
2323

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
2727

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
2931

3032
gen_probackup_project.pl %BUILD_DIR%\postgresql\postgresql-%PGVER%
3133

0 commit comments

Comments
 (0)