[Rt-commit] [rtir] 02/04: Add in accidentally skipped files (missed the $ so the .in files were missed)

Kevin Falcone falcone at bestpractical.com
Thu Jul 25 16:44:23 EDT 2013


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0.0-releng
in repository rtir.

commit 3b5dd0cea9fd46ea4431a255adc632140e482c93
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Jul 25 13:10:04 2013 -0400

    Add in accidentally skipped files (missed the $ so the .in files were missed)
    
    Also include a new test file.
---
 MANIFEST      | 4 ++++
 MANIFEST.SKIP | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index f1d7f53..18b1ab1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -8,6 +8,7 @@ docs/UPGRADING
 docs/UPGRADING-2.4
 docs/UPGRADING-2.6
 docs/UPGRADING-3.0
+etc/add_constituency.in
 etc/initialdata
 etc/logo/gif/rtir-logo-badge-3d.gif
 etc/logo/gif/rtir-logo-badge-shadow.gif
@@ -42,6 +43,7 @@ etc/upgrade/2.5.1/update_saved_searches.pl.in
 etc/upgrade/2.6.2/content
 etc/upgrade/2.9.0/content
 etc/upgrade/3.0.0rc2/content
+etc/upgrade/upgrade.pl.in
 html/Callbacks/RTIR/autohandler/Default
 html/Callbacks/RTIR/Elements/EditCustomField/EditComponentName
 html/Callbacks/RTIR/Elements/Header/Default
@@ -188,6 +190,7 @@ lib/RT/Condition/RTIR_RequireReportActivation.pm
 lib/RT/Condition/RTIR_StaffResponse.pm
 lib/RT/IR.pm
 lib/RT/IR/Config.pm
+lib/RT/IR/Test.pm.in
 lib/RT/IR/Test/Web.pm
 Makefile.PL
 MANIFEST			This list of files
@@ -251,6 +254,7 @@ t/report/status.t
 t/rtfm/basics.t
 t/rtfm/on-create.t
 t/rtfm/on-update.t
+t/searches/menu.t
 t/searches/simple.t
 t/upgrade/2.6.0-to-2.9.0.t
 t/walk-web.t
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index f0b2f53..3f83bc6 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -9,9 +9,9 @@
 ^\.git
 ^t/tmp/
 ^MYMETA\.*
-^etc/add_constituency
-^etc/upgrade/upgrade.pl
+^etc/add_constituency$
+^etc/upgrade/upgrade.pl$
 ^etc/upgrade/2.5.1/update_saved_searches.pl$
-^lib/RT/IR/Test.pm
+^lib/RT/IR/Test.pm$
 ^\.prove
 \.sw[op]$

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list