We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d3f6d commit fde6a42Copy full SHA for fde6a42
build/helpers/postgres.cmd
@@ -192,6 +192,7 @@ SET WGET=wget -N --no-check-certificate
192
rem download help sources
193
CD /D %DOWNLOADS_DIR%
194
SET DOCURL=http://repo.l.postgrespro.ru/doc
195
+if "%BUILD_TYPE%" == "dev" SET DOCURL=http://repo.l.postgrespro.ru/doc/dev
196
197
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-en.zip %DOCURL%/pgpro/%PG_MAJOR_VERSION%/en/help-sources.zip || GOTO :ERROR
198
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-ru.zip %DOCURL%/pgpro/%PG_MAJOR_VERSION%/ru/help-sources.zip || GOTO :ERROR
0 commit comments