[Opensrf-commits] r1950 - in trunk: . src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Apr 24 09:33:16 EDT 2010


Author: dbs
Date: 2010-04-24 09:33:14 -0400 (Sat, 24 Apr 2010)
New Revision: 1950

Modified:
   trunk/README
   trunk/src/extras/Makefile.install
Log:
Remove Ubuntu Intrepid support - EOL is this month (https://wiki.ubuntu.com/Releases)


Modified: trunk/README
===================================================================
--- trunk/README	2010-04-22 15:07:37 UTC (rev 1949)
+++ trunk/README	2010-04-24 13:33:14 UTC (rev 1950)
@@ -19,7 +19,6 @@
   * "debian-etch" for Debian 4.0
   * "debian-lenny" for Debian 5.0
   * "ubuntu-hardy" for Ubuntu 8.04
-  * "ubuntu-intrepid" for Ubuntu 8.10
   * "ubuntu-karmic" for Ubuntu 9.10
 
 Less-tested values for <osname> include:

Modified: trunk/src/extras/Makefile.install
===================================================================
--- trunk/src/extras/Makefile.install	2010-04-22 15:07:37 UTC (rev 1949)
+++ trunk/src/extras/Makefile.install	2010-04-24 13:33:14 UTC (rev 1950)
@@ -3,7 +3,7 @@
 #
 # Makefile to install prerequisites for OpenSRF
 #
-# Currently supports Debian (etch/lenny), Ubuntu (hardy/intrepid/karmic), and Gentoo.
+# Currently supports Debian (etch/lenny), Ubuntu (hardy/karmic), and Gentoo.
 # Working towards support of CentOS 5 / RHEL 5.
 # Installs Perl prereqs, libjs with Perl wrapper
 #
@@ -14,8 +14,6 @@
 # 	- or -
 # 	make -f Makefile.install ubuntu-hardy
 # 	- or -
-# 	make -f Makefile.install ubuntu-intrepid
-# 	- or -
 # 	make -f Makefile.install ubuntu-karmic
 # 	- or -
 # 	make -f Makefile.install centos
@@ -271,10 +269,8 @@
 rhel: centos
 
 ubuntu-hardy: generic_ubuntu install_cpan_xml hardy
-ubuntu-intrepid: generic_ubuntu install_cpan_xml intrepid
 ubuntu-karmic: generic_ubuntu karmic
 hardy: install_cpan install_libmemcached 
-intrepid: install_extra_debs install_libmemcached 
 karmic: install_extra_debs install_extra_debs_karmic
 generic_ubuntu: install_debs install_cpan_force debian_sys_config
 



More information about the opensrf-commits mailing list