LP 1190279 Installer makefiles OS targets for PG server
authorBill Erickson <berick@esilibrary.com>
Mon, 8 Jul 2013 19:43:57 +0000 (15:43 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 20 Aug 2013 18:13:35 +0000 (14:13 -0400)
commit0c4ae655130c4c17a456b1902acd74a7dcff3852
tree1c6e5205b190bf46a646c7402fd78840f76a2b19
parent98d644e2cf4b779a1dd7a62a4f48ae9ec9f10d22
LP 1190279 Installer makefiles OS targets for PG server

Instead of requesting install_pgsql_server_debs_91,
install_pgsql_server_backport_debs_91, etc. when installing the
postgres server, simply give each OS type its own postgres install
target.

make -f Makefile.install postgres-server-debian-wheezy
make -f Makefile.install postgres-server-debian-squeeze
make -f Makefile.install postgres-server-ubuntu-lucid
make -f Makefile.install postgres-server-ubuntu-precise
make -f Makefile.install postgres-server-fedora

Let the OS module decide what and how to install the postgres server.

Changes are reflected in docs/installation/server_installation.txt

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
docs/installation/server_installation.txt