[Rt-commit] rtir branch, 2.9-trunk, updated. 3.0.0rc1-30-gb938cc9
Kevin Falcone
falcone at bestpractical.com
Fri Jan 18 19:33:47 EST 2013
The branch, 2.9-trunk has been updated
via b938cc9195508bd6ea46df967494b8c387a1ea37 (commit)
via 6a6459e5490af47135c99e0f281e59dd2a20da99 (commit)
via cb4199d2bf65d0e495f06cc29b219369bb2e773f (commit)
via f3d38552ce60a6b3a9e8f64ed62cf6a678572f61 (commit)
via f0968372e6fac4f4c7f20e0c05fe69ce22aa2bb6 (commit)
via 8c70aaa9caa321fdcc1fb01310b3ede611aa2efc (commit)
via e3643bf5ab8585104a6d6676f0891ca387e1f9f2 (commit)
via 1bbce14150e972cc71e3d3f777db6dcdad7a36b1 (commit)
from cff337bef0ff2c5b79373c51cfc74aebeb2b3665 (commit)
Summary of changes:
.gitignore | 2 +-
README | 73 ++++---
UPGRADING | 257 ++++++++++++-----------
etc/RTIR_Config.pm | 5 +-
lib/RT/IR/AdministrationTutorial.pod | 224 +++++++++++---------
lib/RT/IR/Constituencies.pod | 389 ++++++++++++++++++++---------------
lib/RT/IR/Tutorial.pod | 297 +++++++++++++-------------
7 files changed, 688 insertions(+), 559 deletions(-)
- Log -----------------------------------------------------------------
commit cb4199d2bf65d0e495f06cc29b219369bb2e773f
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jan 18 19:15:05 2013 -0500
A few nits after re-re-reading the docs updates.
I'm striking the reference to NIS in the mail section.
We started needing 4.0.6 sometime after UPGRADING was updated.
Document the problem with RTIR_DisableBlocksQueue recorded in #22308
diff --git a/README b/README
index 795c4b8..94d4895 100644
--- a/README
+++ b/README
@@ -101,10 +101,7 @@ Configuring RTIR
SETTING UP THE MAIL GATEWAY
---------------------------
-An alias for the Incident Reports queue will need to be made in either
-your global mail aliases file (if you are using NIS) or locally on your
-machine.
-
+An alias for the Incident Reports queue will need to be configured.
Add the following lines to /etc/aliases (or your local equivalent):
rtir: "|/opt/rt4/bin/rt-mailgate --queue 'Incident Reports' --action correspond --url http://localhost/"
diff --git a/UPGRADING b/UPGRADING
index 495923a..272be8e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -13,7 +13,7 @@ General upgrade instructions
make a backup and something doesn't go as planned, you may
lose data.
-1) Upgrade your RT installation to RT 4.0.3 or newer following
+1) Upgrade your RT installation to RT 4.0.6 or newer following
its upgrade instructions. Make sure you follow all of the
steps and upgrade both the code and the database.
diff --git a/lib/RT/IR/AdministrationTutorial.pod b/lib/RT/IR/AdministrationTutorial.pod
index df19d82..79b2e52 100644
--- a/lib/RT/IR/AdministrationTutorial.pod
+++ b/lib/RT/IR/AdministrationTutorial.pod
@@ -21,6 +21,10 @@ RT_SiteConfig.pm config:
Set($RTIR_DisableBlocksQueue, 1);
+You will probably also want to disable the Queue using the RT
+Administrative interface. Tools -> Configuration -> Queues -> Blocks,
+uncheck Enabled and click Save Changes.
+
=head2 Status
The various states an incident, IR, investigation, or block can be in, such as
commit 6a6459e5490af47135c99e0f281e59dd2a20da99
Merge: cff337b cb4199d
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jan 18 19:16:37 2013 -0500
Merge branch '2.9/doc-updates' into 2.9-trunk
commit b938cc9195508bd6ea46df967494b8c387a1ea37
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri Jan 18 19:20:03 2013 -0500
MYMETA comes in json AND yaml.
diff --git a/.gitignore b/.gitignore
index 0b4be19..c5a420e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,4 @@ Makefile
blib/
pm_to_blib
t/tmp/
-MYMETA.yml
+MYMETA.*
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list