[Rt-commit] r6276 - in rtir/branches/2.1-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 25 07:42:54 EDT 2006


Author: ruz
Date: Wed Oct 25 07:42:53 2006
New Revision: 6276

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content

Log:
 r1683 at cubic-pc (orig r6145):  ruz | 2006-10-04 02:14:23 +0400
 * add check for RTFM to upgrade script


Modified: rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content	Wed Oct 25 07:42:53 2006
@@ -1,3 +1,10 @@
+ at Initial = ( sub {
+    eval { require RT::FM; };
+    if ($@) {
+        die "RTIR is built on top of RTFM; please install RTFM before continuing.\n";
+    }
+} );
+
 @CustomFields = (
     {
         Name        => '_RTIR_Resolution',


More information about the Rt-commit mailing list