Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4839f4f

Browse files
committed
PgAdmin downgrade to 1.22.1
1 parent 2717c5c commit 4839f4f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build/helpers/pgadmin.cmd

+3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ IF %ARCH% == X64 msbuild xtra/png2c/png2c.vcxproj /m /p:Configuration="Release (
8989
cp -va xtra pgadmin || GOTO :ERROR
9090
IF %ARCH% == X86 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration="Release (3.0)" /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
9191
IF %ARCH% == X64 msbuild pgadmin/pgAdmin3.vcxproj /m /p:Configuration="Release (3.0)" /p:Platform=x64 /p:PlatformToolset=%PlatformToolset% || GOTO :ERROR
92+
REM Docs building is not working now
93+
REM Need to understand how to add sphinx-build to PATH
94+
REM msbuild docs/Docs.vcxproj /m /p:Configuration="All" /p:Platform="Win32" || GOTO :ERROR
9295
rm -rf %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin
9396
MKDIR %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin\bin %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin\lib
9497
cp -va pgadmin/Release*/*.exe %BUILD_DIR%\distr_%ARCH%_%PGVER%\pgadmin\bin || GOTO :ERROR

build/run.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ IF "%PG_MAJOR_VERSION%"=="" SET PG_MAJOR_VERSION=9.5
3838
IF "%PG_PATCH_VERSION%"=="" SET PG_PATCH_VERSION=0
3939

4040
REM Set PgAdmin3 Version
41-
SET PGADMIN_VERSION=1.23.0
42-
SET PGADMIN_TAG=master
41+
SET PGADMIN_VERSION=1.22.1
42+
SET PGADMIN_TAG=REL-1_22_1
4343

4444
REM Set ONE_C for 1C Patching
4545
IF "%ONE_C%"=="" SET ONE_C=NO

0 commit comments

Comments
 (0)