[Rt-commit] rt branch, 3.6-trunk, updated. rt-3.6.9-3-ge28bfab

Alex M Vandiver alexmv at bestpractical.com
Wed Sep 30 17:09:19 EDT 2009


The branch, 3.6-trunk has been updated
       via  e28bfabe51ad2b53ca33a7328d3bd6a202d504d8 (commit)
       via  81f0759f2852c5b3950f48849300eed5a7166f7f (commit)
      from  f11c4d447caa74e314f67a80dfcd41cd1a114006 (commit)

Summary of changes:
 Makefile.in                        |    8 ++++----
 lib/t/regression/00-mason-syntax.t |    4 ----
 releng.cnf                         |    7 -------
 sbin/extract-message-catalog       |    2 +-
 4 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 releng.cnf

- Log -----------------------------------------------------------------
commit 81f0759f2852c5b3950f48849300eed5a7166f7f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Sep 30 17:07:24 2009 -0400

    Remove references to .svn

diff --git a/Makefile.in b/Makefile.in
index 5cdc56b..754027e 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -461,10 +461,10 @@ POD2TEST_EXE = sbin/extract_pod_tests
 
 testify-pods:
 	[ -d lib/t/autogen ] || mkdir lib/t/autogen
-	find lib -name \*pm |grep -v .svn | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
-	find bin -type f |grep -v .svn | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
-	find lib -name \*pm |grep -v .svn | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
-	find bin -type f |grep -v .svn | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
+	find lib -name \*pm | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
+	find bin -type f | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
+	find lib -name \*pm | grep -v \*.in |xargs -n 1 $(PERL) $(POD2TEST_EXE)
+	find bin -type f | grep -v \~ | grep -v "\.in" | xargs -n 1 $(PERL) $(POD2TEST_EXE)
 
 
 
diff --git a/lib/t/regression/00-mason-syntax.t b/lib/t/regression/00-mason-syntax.t
index a94c7ef..ce692a3 100644
--- a/lib/t/regression/00-mason-syntax.t
+++ b/lib/t/regression/00-mason-syntax.t
@@ -12,10 +12,6 @@ find( {
     no_chdir => 1,
     wanted   => sub {
         return if /\.(?:jpe?g|png|gif|rej|\~)$/i;
-	if (m!/\.svn$!) {
-	    $File::Find::prune = 1;
-	    return;
-	}
         return unless -f $_;
         diag "testing $_" if $ENV{'TEST_VERBOSE'};
         eval { compile_file($_) } and return;
diff --git a/sbin/extract-message-catalog b/sbin/extract-message-catalog
index 19b142d..44f8d51 100755
--- a/sbin/extract-message-catalog
+++ b/sbin/extract-message-catalog
@@ -100,7 +100,7 @@ sub extract_strings_from_code {
 
     local $/;
     return if ( -d $_ );
-    return if ( $File::Find::dir =~ 'lib/blib|lib/t/autogen|var|m4|local|\.svn' );
+    return if ( $File::Find::dir =~ 'lib/blib|lib/t/autogen|var|m4|local' );
     return if ( /\.po$|\.bak$|~|,D|,B$|extract-message-catalog$/ );
     return if ( /^[\.#]/ );
     return if ( -f "$_.in" );

commit e28bfabe51ad2b53ca33a7328d3bd6a202d504d8
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Sep 30 17:08:29 2009 -0400

    Remove old and incorrect releng.cnf

diff --git a/releng.cnf b/releng.cnf
deleted file mode 100644
index d555d73..0000000
--- a/releng.cnf
+++ /dev/null
@@ -1,7 +0,0 @@
-PRODUCT			= rt
-TAG			= 3.6.7
-CANONICAL_REPO		= svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
-TAGS		        = tags/
-TRUNK	                = branches/3.6-RELEASE
-TMP_DIR			= /tmp
-RELEASE_DIR		= /home/ftp/pub/rt/devel

-----------------------------------------------------------------------


More information about the Rt-commit mailing list