Skip to content

Commit 8019382

Browse files
committed
Use repo.l
1 parent 31e6d7b commit 8019382

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build/helpers/dependencies.cmd

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

1919
:BUILD_LESS
2020
TITLE "Building less"
@@ -40,7 +40,7 @@ cp -va *.exe %DEPENDENCIES_BIN_DIR%\less
4040
TITLE Build winlibedit
4141
CD /D %DOWNLOADS_DIR%
4242
REM wget --no-check-certificate -c http://downloads.sourceforge.net/project/mingweditline/wineditline-%EDITLINE_VER%.zip
43-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/wineditline-%EDITLINE_VER%.zip
43+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/wineditline-%EDITLINE_VER%.zip
4444
CD /D %DEPENDENCIES_SRC_DIR%
4545
7z x %DOWNLOADS_DIR%\wineditline-%EDITLINE_VER%.zip
4646
CD /D wineditline-%EDITLINE_VER%\src
@@ -64,7 +64,7 @@ COPY editline\readline.h %DEPENDENCIES_BIN_DIR%\wineditline\include\editline
6464
TITLE Building iconv...
6565
CD /D %DOWNLOADS_DIR%
6666
REM wget --no-check-certificate -c http://ftp.gnu.org/gnu/libiconv/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
67-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
67+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/libiconv-%ICONV_VER%.tar.gz -O libiconv-%ICONV_VER%.tar.gz
6868
rm -rf %DEPENDENCIES_BIN_DIR%\iconv %DEPENDENCIES_SRC_DIR%\libiconv-*
6969
MKDIR %DEPENDENCIES_BIN_DIR%\iconv
7070
tar xf libiconv-%ICONV_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR
@@ -200,7 +200,7 @@ CD /D %DOWNLOADS_DIR%
200200
TITLE Building gettext...
201201
CD /D %DOWNLOADS_DIR%
202202
REM wget --no-check-certificate -c http://ftp.gnu.org/gnu/gettext/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
203-
wget --no-check-certificate -c http://repo.postgrespro.ru/depends/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
203+
wget --no-check-certificate -c http://repo.l.postgrespro.ru/depends/gettext-%GETTEXT_VER%.tar.gz -O gettext-%GETTEXT_VER%.tar.gz
204204
rm -rf %DEPENDENCIES_BIN_DIR%\libintl %DEPENDENCIES_SRC_DIR%\gettext-*
205205
MKDIR %DEPENDENCIES_BIN_DIR%\libintl
206206
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-1.22.1.po -O i18n/ru_RU/pgadmin3.po
91-
wget --no-check-certificate -c https://repo.postgrespro.ru/depends/pgadmin3-ru_RU.tar.bz2 -O docs/ru_RU.tar.bz2
90+
wget --no-check-certificate -c https://repo.l.postgrespro.ru/depends/pgadmin3-1.22.1.po -O i18n/ru_RU/pgadmin3.po
91+
wget --no-check-certificate -c https://repo.l.postgrespro.ru/depends/pgadmin3-ru_RU.tar.bz2 -O docs/ru_RU.tar.bz2
9292
tar xf docs/ru_RU.tar.bz2 -C docs/ru_RU || GOTO :ERROR
9393
rm -f docs/ru_RU.tar.bz2
9494

build/helpers/postgres.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ rem cp -va html/* %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\doc
125125
rem download help sources
126126
CD /D %DOWNLOADS_DIR%
127127
SET WGET=wget --no-check-certificate
128-
SET DOCURL=http://repo.postgrespro.ru/doc
128+
SET DOCURL=http://repo.l.postgrespro.ru/doc
129129

130130
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-en.zip %DOCURL%/pgpro/9.5/en/help-sources.zip || GOTO :ERROR
131131
if "%PRODUCT_NAME%" == "PostgresPro" %WGET% -O help-sources-ru.zip %DOCURL%/pgpro/9.5/ru/help-sources.zip || GOTO :ERROR

build/helpers/setvars.cmd

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

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy