]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Lp#1718459: Remove Debian 7 Wheezy Installation Support
authorJason Stephenson <jason@sigio.com>
Fri, 22 Sep 2017 04:29:37 +0000 (00:29 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 12 Sep 2018 18:08:25 +0000 (14:08 -0400)
commitc6437c29fdeb0a922eac46aa1d4f2190e43e9307
tree50b60907e87c8cf09733bdf67888b39c0f3c1bfe
parent7567914437d0c0508d845f96c2677b29f9d411af
Lp#1718459: Remove Debian 7 Wheezy Installation Support

Remove references to Debian 7 Wheezy in the installation and upgrade
documentation.

Remove debian-wheezy* targets from
Open-ILS/src/extras/Makefile.install and the supporting Makefiles.

Remove the example Apache 2.2 configuration files, since the supported
distributions all ship with Apache 2.4.

Move the eg_startup.in file from Open-ILS/example/apache to
Open-ILS/examples/apache_24.

Remove references to eg_wheezy_installer.sh in Perl live test
comments.

Remove Open-ILS/web/js/ui/default/staff/README.install, which is out
of date and entirely aimed at Debian 7 Wheezy.

To test: Simply install on a supported distribution other than Debian
7 Wheezy and do the usual tests.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
16 files changed:
Open-ILS/examples/apache/eg.conf.in [deleted file]
Open-ILS/examples/apache/eg_startup.in [deleted file]
Open-ILS/examples/apache/eg_vhost.conf.in [deleted file]
Open-ILS/examples/apache_24/eg_startup.in [new file with mode: 0755]
Open-ILS/src/Makefile.am
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.debian-jessie
Open-ILS/src/extras/install/Makefile.debian-wheezy [deleted file]
Open-ILS/src/perlmods/live_t/01-auth.t
Open-ILS/src/perlmods/live_t/02-simple_circ.t
Open-ILS/src/perlmods/live_t/03-overdue_circ.t
Open-ILS/src/perlmods/live_t/04-overdue_with_closed_dates.t
Open-ILS/src/perlmods/live_t/05-pay_bills.t
Open-ILS/src/perlmods/live_t/09-lp1198465_neg_balances.t
docs/installation/server_installation.adoc
docs/installation/server_upgrade.adoc