Skip to content

Commit 1d1a51b

Browse files
committed
Use repo.l
1 parent cc5ca40 commit 1d1a51b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build/helpers/dependencies.cmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ REM TO-DO: overwrite to build rules
3939
:DOWNLOAD_MSYS_UTILS
4040
TITLE Download msys utils...
4141
CD /D %DOWNLOADS_DIR%
42-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/mingw_min/min_msys_X86.zip -O min_msys_%ARCH%.zip
42+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/mingw_min/min_msys_X86.zip -O min_msys_%ARCH%.zip
4343

4444
:BUILD_LESS
4545
TITLE "Building less"
@@ -66,7 +66,7 @@ cp -va *.exe %DEPENDENCIES_BIN_DIR%\less
6666
TITLE Build winlibedit
6767
CD /D %DOWNLOADS_DIR%
6868
REM wget --no-check-certificate -c http://downloads.sourceforge.net/project/mingweditline/wineditline-%EDITLINE_VER%.zip
69-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/wineditline-%EDITLINE_VER%.zip
69+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/wineditline-%EDITLINE_VER%.zip
7070
CD /D %DEPENDENCIES_SRC_DIR%
7171
7z x %DOWNLOADS_DIR%\wineditline-%EDITLINE_VER%.zip
7272
CD /D wineditline-%EDITLINE_VER%\src
@@ -90,7 +90,7 @@ COPY editline\readline.h %DEPENDENCIES_BIN_DIR%\wineditline\include\editline
9090
TITLE Building iconv...
9191
CD /D %DOWNLOADS_DIR%
9292
REM wget --no-check-certificate -c http://ftp.gnu.org/gnu/libiconv/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
93-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
93+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
9494
rm -rf %DEPENDENCIES_BIN_DIR%\iconv %DEPENDENCIES_SRC_DIR%\libiconv-*
9595
MKDIR %DEPENDENCIES_BIN_DIR%\iconv
9696
tar xf libiconv-%ICONV_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR
@@ -226,7 +226,7 @@ CD /D %DOWNLOADS_DIR%
226226
TITLE Building gettext...
227227
CD /D %DOWNLOADS_DIR%
228228
REM wget --no-check-certificate -c http://ftp.gnu.org/gnu/gettext/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
229-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
229+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
230230
rm -rf %DEPENDENCIES_BIN_DIR%\libintl %DEPENDENCIES_SRC_DIR%\gettext-*
231231
MKDIR %DEPENDENCIES_BIN_DIR%\libintl
232232
tar xf gettext-%GETTEXT_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR

build/helpers/pgadmin.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ patch -f -p0 < libssh2.patch || GOTO :ERROR
8787
:DONE_PGADMIN_LIBSSH2_PATCH
8888

8989
REM Update RU po
90-
wget --no-check-certificate -c https://repo.postgrespro.ru/depends/pgadmin3-%PGADMIN_VERSION%.po -O i18n/ru_RU/pgadmin3.po
91-
wget --no-check-certificate -c https://repo.postgrespro.ru/depends/pgadmin3-%PGADMIN_VERSION%-ru_RU.tar.bz2 -O docs/ru_RU.tar.bz2
90+
wget --no-check-certificate -c https://repo.l.postgrespro.ru/depends/pgadmin3-%PGADMIN_VERSION%.po -O i18n/ru_RU/pgadmin3.po
91+
wget --no-check-certificate -c https://repo.l.postgrespro.ru/depends/pgadmin3-%PGADMIN_VERSION%-ru_RU.tar.bz2 -O docs/ru_RU.tar.bz2
9292
tar xf docs/ru_RU.tar.bz2 -C docs || GOTO :ERROR
9393
rm -f docs/ru_RU.tar.bz2
9494

build/helpers/postgres.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ rem cp -va html/* %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
126126
rem download and build pg_repack extension
127127
SET WGET=wget --no-check-certificate
128128

129-
set PG_REPACK_URL=https://repo.postgrespro.ru/pgproee-9.6-beta/src/pg_repack-%PG_REPACK_VER%.tar.bz2
129+
set PG_REPACK_URL=https://repo.l.postgrespro.ru/pgproee-9.6-beta/src/pg_repack-%PG_REPACK_VER%.tar.bz2
130130
if "%PRODUCT_NAME%" == "PostgresProEnterprise" (
131131
CD /D %DOWNLOADS_DIR%
132132
if not EXIST pg_repack-%PG_REPACK_VER%.tar.bz2 (
@@ -140,7 +140,7 @@ if "%PRODUCT_NAME%" == "PostgresProEnterprise" (
140140

141141
rem download help sources
142142
CD /D %DOWNLOADS_DIR%
143-
SET DOCURL=http://repo.postgrespro.ru/doc
143+
SET DOCURL=http://repo.l.postgrespro.ru/doc
144144

145145
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-en.zip %DOCURL%/pgpro/%PG_MAJOR_VERSION%/en/help-sources.zip || GOTO :ERROR
146146
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-ru.zip %DOCURL%/pgpro/%PG_MAJOR_VERSION%/ru/help-sources.zip || GOTO :ERROR

build/helpers/setvars.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ SET PGVER=%PG_DEF_VERSION%
6969
IF "%PGURL%"=="" (
7070
IF "%PRODUCT_NAME%"=="" SET PGURL="https://ftp.postgresql.org/pub/source/v%PGVER%/postgresql-%PGVER%.tar.bz2"
7171
IF "%PRODUCT_NAME%"=="PostgreSQL" SET PGURL="https://ftp.postgresql.org/pub/source/v%PGVER%/postgresql-%PGVER%.tar.bz2"
72-
IF "%PRODUCT_NAME%"=="PostgresPro" SET PGURL="http://repo.postgrespro.ru/pgpro-%PG_MAJOR_VERSION%-beta/src/postgrespro-%PGVER%.tar.bz2"
72+
IF "%PRODUCT_NAME%"=="PostgresPro" SET PGURL="http://repo.l.postgrespro.ru/pgpro-%PG_MAJOR_VERSION%-beta/src/postgrespro-%PGVER%.tar.bz2"
7373
)
7474

7575
REM Set useful directories paths so they're used in scripts

0 commit comments

Comments
 (0)