Skip to content

Commit

Permalink
[PPS-284] Cleaned up Server component
Browse files Browse the repository at this point in the history
  • Loading branch information
Semab-Tariq committed Jul 15, 2021
1 parent 83eb1e6 commit 0e7c9b8
Show file tree
Hide file tree
Showing 67 changed files with 0 additions and 8,751 deletions.
15 changes: 0 additions & 15 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,6 @@ else
fi

# Check the VMs
if [ $PG_ARCH_LINUX = 1 ];
then
_check_unix_vm $PG_SSH_LINUX $PG_PATH_LINUX
fi

if [ $PG_ARCH_LINUX_X64 = 1 ];
then
_check_unix_vm $PG_SSH_LINUX_X64 $PG_PATH_LINUX_X64
fi

if [ $PG_ARCH_WINDOWS = 1 ];
then
_check_windows_vm $PG_SSH_WINDOWS $PG_PATH_WINDOWS
fi

if [ $PG_ARCH_WINDOWS_X64 = 1 ];
then
_check_windows_vm $PG_SSH_WINDOWS_X64 $PG_PATH_WINDOWS_X64
Expand Down
444 changes: 0 additions & 444 deletions server/build-linux-ppc64.sh

This file was deleted.

808 changes: 0 additions & 808 deletions server/build-linux-x64.sh

This file was deleted.

803 changes: 0 additions & 803 deletions server/build-linux.sh

This file was deleted.

523 changes: 0 additions & 523 deletions server/build-solaris-sparc.sh

This file was deleted.

532 changes: 0 additions & 532 deletions server/build-solaris-x64.sh

This file was deleted.

727 changes: 0 additions & 727 deletions server/build-windows.sh

This file was deleted.

146 changes: 0 additions & 146 deletions server/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,48 +8,12 @@ then
source $WD/server/build-osx.sh
fi

# Linux
if [ $PG_ARCH_LINUX = 1 ];
then
source $WD/server/build-linux.sh
fi

# Linux x64
if [ $PG_ARCH_LINUX_X64 = 1 ];
then
source $WD/server/build-linux-x64.sh
fi

# Linux ppc64
if [ $PG_ARCH_LINUX_PPC64 = 1 ];
then
source $WD/server/build-linux-ppc64.sh
fi

# Windows
if [ $PG_ARCH_WINDOWS = 1 ];
then
source $WD/server/build-windows.sh
fi

# Windows x64
if [ $PG_ARCH_WINDOWS_X64 = 1 ];
then
source $WD/server/build-windows-x64.sh
fi

# Solaris x64
if [ $PG_ARCH_SOLARIS_X64 = 1 ];
then
source $WD/server/build-solaris-x64.sh
fi

# Solaris sparc
if [ $PG_ARCH_SOLARIS_SPARC = 1 ];
then
source $WD/server/build-solaris-sparc.sh
fi

################################################################################
# Build preparation
################################################################################
Expand Down Expand Up @@ -172,48 +136,11 @@ _prep_server() {
_prep_server_osx
fi

# Linux
if [ $PG_ARCH_LINUX = 1 ];
then
_prep_server_linux
fi

# Linux x64
if [ $PG_ARCH_LINUX_X64 = 1 ];
then
_prep_server_linux_x64
fi

# Linux ppc64
if [ $PG_ARCH_LINUX_PPC64 = 1 ];
then
#_prep_server_linux_ppc64
echo "Linux-PPC64 build pre-process is not part of build framework yet."
fi

# Windows
if [ $PG_ARCH_WINDOWS = 1 ];
then
_prep_server_windows
fi

# Windows x64
if [ $PG_ARCH_WINDOWS_X64 = 1 ];
then
_prep_server_windows_x64
fi

# Solaris x64
if [ $PG_ARCH_SOLARIS_X64 = 1 ];
then
_prep_server_solaris_x64
fi

# Solaris sparc
if [ $PG_ARCH_SOLARIS_SPARC = 1 ];
then
_prep_server_solaris_sparc
fi
}

################################################################################
Expand Down Expand Up @@ -249,48 +176,11 @@ _build_server() {
_build_server_osx
fi

# Linux
if [ $PG_ARCH_LINUX = 1 ];
then
_build_server_linux
fi

# Linux x64
if [ $PG_ARCH_LINUX_X64 = 1 ];
then
_build_server_linux_x64
fi

# Linux ppc64
if [ $PG_ARCH_LINUX_PPC64 = 1 ];
then
#_build_server_linux_ppc64
echo "Linux-PPC64 build process is not part of build framework yet."
fi

# Windows
if [ $PG_ARCH_WINDOWS = 1 ];
then
_build_server_windows
fi

# Windows x64
if [ $PG_ARCH_WINDOWS_X64 = 1 ];
then
_build_server_windows_x64
fi

# Solaris x64
if [ $PG_ARCH_SOLARIS_X64 = 1 ];
then
_build_server_solaris_x64
fi

# Solaris sparc
if [ $PG_ARCH_SOLARIS_SPARC = 1 ];
then
_build_server_solaris_sparc
fi
}

_prepare_server_xml() {
Expand Down Expand Up @@ -389,46 +279,10 @@ _postprocess_server() {
_postprocess_server_osx
fi

# Linux
if [ $PG_ARCH_LINUX = 1 ];
then
_postprocess_server_linux
fi

# Linux x64
if [ $PG_ARCH_LINUX_X64 = 1 ];
then
_postprocess_server_linux_x64
fi

# Linux ppc64
if [ $PG_ARCH_LINUX_PPC64 = 1 ];
then
_postprocess_server_linux_ppc64
fi

# Windows
if [ $PG_ARCH_WINDOWS = 1 ];
then
_postprocess_server_windows
fi

# Windows x64
if [ $PG_ARCH_WINDOWS_X64 = 1 ];
then
_postprocess_server_windows_x64
fi

# Solaris x64
if [ $PG_ARCH_SOLARIS_X64 = 1 ];
then
_postprocess_server_solaris_x64
fi

# Solaris sparc
if [ $PG_ARCH_SOLARIS_SPARC = 1 ];
then
_postprocess_server_solaris_sparc
fi
}

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-installationnotes.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-pgadmin.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-pljava-readme.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-pljava.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-postgresql-releasenotes.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-doc-postgresql.desktop

This file was deleted.

7 changes: 0 additions & 7 deletions server/resources/xdg/pg-documentation.directory

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-pgadmin.desktop

This file was deleted.

7 changes: 0 additions & 7 deletions server/resources/xdg/pg-postgresql.directory

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-psql.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-reload.desktop

This file was deleted.

8 changes: 0 additions & 8 deletions server/resources/xdg/pg-stackbuilder.desktop

This file was deleted.

Loading

0 comments on commit 0e7c9b8

Please sign in to comment.