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)
committerBill Erickson <berick@esilibrary.com>
Mon, 19 Aug 2013 16:28:10 +0000 (12:28 -0400)
commite8271f216c50f22dd79a76cb30fa52ef9586df33
tree5c51abecad505a39ec1bfe737c7de2f17e6fc633
parent6eb897008de43390c3902ac2c246b4a1cb8d5afe
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>
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