[jboss-cvs] JBossAS SVN: r87991 - projects/ejb3/trunk/hudson/svn.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 29 07:32:02 EDT 2009


Author: wolfc
Date: 2009-04-29 07:32:02 -0400 (Wed, 29 Apr 2009)
New Revision: 87991

Modified:
   projects/ejb3/trunk/hudson/svn/fix_rev.sh
   projects/ejb3/trunk/hudson/svn/svnsync_and_fix.sh
Log:
Removed debugging


Modified: projects/ejb3/trunk/hudson/svn/fix_rev.sh
===================================================================
--- projects/ejb3/trunk/hudson/svn/fix_rev.sh	2009-04-29 11:11:56 UTC (rev 87990)
+++ projects/ejb3/trunk/hudson/svn/fix_rev.sh	2009-04-29 11:32:02 UTC (rev 87991)
@@ -3,9 +3,9 @@
 set -e
 
 # dump everything we do to a log
-set -x
-exec > >(tee -a /tmp/$0.log)
-exec 2>&1
+#set -x
+#exec > >(tee -a /tmp/$0.log)
+#exec 2>&1
 
 # Fix the svn:date of a revision in a SVN mirror
 # http://subversion.tigris.org/issues/show_bug.cgi?id=3194

Modified: projects/ejb3/trunk/hudson/svn/svnsync_and_fix.sh
===================================================================
--- projects/ejb3/trunk/hudson/svn/svnsync_and_fix.sh	2009-04-29 11:11:56 UTC (rev 87990)
+++ projects/ejb3/trunk/hudson/svn/svnsync_and_fix.sh	2009-04-29 11:32:02 UTC (rev 87991)
@@ -1,5 +1,6 @@
 #!/bin/sh
-set -ex
+set -e
+#set -x
 
 DIRNAME=`dirname $0`
 HERE=${DIRNAME:-.}




More information about the jboss-cvs-commits mailing list