You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2013/05/27 06:40:47 UTC

[1/6] git commit: [flex-sdk] [refs/heads/develop] - fix issue in script

Updated Branches:
  refs/heads/develop 4573541bc -> da7c375d5


fix issue in script


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8608e8fe
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8608e8fe
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8608e8fe

Branch: refs/heads/develop
Commit: 8608e8fe3224ab515261ba9cb00cd2c3891ccd54
Parents: 4573541
Author: Alex Harui <ah...@apache.org>
Authored: Fri May 24 23:52:23 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Fri May 24 23:52:23 2013 +0100

----------------------------------------------------------------------
 test_patch_by_email.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8608e8fe/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
index f686cd4..765857c 100644
--- a/test_patch_by_email.sh
+++ b/test_patch_by_email.sh
@@ -41,5 +41,5 @@ b=`basename $file .patch`
 read replyAddr < $d/$b.reply
 echo "Testing In Progress" >mailbody.txt
 mutt -s "Patch Received" $replyAddr <mailbody.txt
-sh test_patch $file $replyAddr
+sh test_patch.sh $file $replyAddr
 done


[6/6] git commit: [flex-sdk] [refs/heads/develop] - more tweaks to the patch testing scripts

Posted by ah...@apache.org.
more tweaks to the patch testing scripts


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/da7c375d
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/da7c375d
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/da7c375d

Branch: refs/heads/develop
Commit: da7c375d5f153aab2e0e929c6331b672bda645e4
Parents: faf5db0
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 05:38:01 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 05:38:01 2013 +0100

----------------------------------------------------------------------
 test_patch.sh          |    1 +
 test_patch_by_email.sh |    4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/da7c375d/test_patch.sh
----------------------------------------------------------------------
diff --git a/test_patch.sh b/test_patch.sh
index fca3634..31aeac6 100755
--- a/test_patch.sh
+++ b/test_patch.sh
@@ -34,6 +34,7 @@ cd mustella/utilities/MustellaTestChooser/src
 cd ../../../..
 if [ -s mustella/changes.txt ]
 then
+    mutt -s "Patch Received: running tests" $2 <changes.txt 
     ant main checkintests
 	rc=$?
 	if [[ $rc != 0 ]] ; then

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/da7c375d/test_patch_by_email.sh
----------------------------------------------------------------------
diff --git a/test_patch_by_email.sh b/test_patch_by_email.sh
index 765857c..237043d 100644
--- a/test_patch_by_email.sh
+++ b/test_patch_by_email.sh
@@ -22,7 +22,7 @@
 ## runs test_patch
 ##
 
-## rm /var/spool/mail/mustellarunner
+rm /var/spool/mail/mustellarunner
 fetchmail
 cd mustella/utilities/PatchExtractor/src
 "$AIR_HOME/bin/adl" -runtime "$AIR_HOME/runtimes/air/win" PatchExtractor-app.xml -- c:/cygwin/var/spool/mail/mustellarunner
@@ -39,7 +39,5 @@ do
 d=`dirname $file`
 b=`basename $file .patch`
 read replyAddr < $d/$b.reply
-echo "Testing In Progress" >mailbody.txt
-mutt -s "Patch Received" $replyAddr <mailbody.txt
 sh test_patch.sh $file $replyAddr
 done


[5/6] git commit: [flex-sdk] [refs/heads/develop] - a few more files showed up after a mustella run

Posted by ah...@apache.org.
a few more files showed up after a mustella run


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/faf5db08
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/faf5db08
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/faf5db08

Branch: refs/heads/develop
Commit: faf5db087d99907d6c5cdac3e8773f0dc6cf598d
Parents: 24976b2
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 05:31:54 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 05:31:54 2013 +0100

----------------------------------------------------------------------
 mustella/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/faf5db08/mustella/.gitignore
----------------------------------------------------------------------
diff --git a/mustella/.gitignore b/mustella/.gitignore
index 4c5dbc6..42c1815 100644
--- a/mustella/.gitignore
+++ b/mustella/.gitignore
@@ -9,4 +9,6 @@ test_files.tmp
 classes/
 deps.xml
 changes.txt
+catalog.xml
+library.swf
 


[3/6] git commit: [flex-sdk] [refs/heads/develop] - Even on windows, git seems to use forward slash

Posted by ah...@apache.org.
Even on windows, git seems to use forward slash


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/71366f99
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/71366f99
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/71366f99

Branch: refs/heads/develop
Commit: 71366f9949ad329cd728e9baecd0f977e80664af
Parents: e87ba6f
Author: Alex Harui <ah...@apache.org>
Authored: Sat May 25 01:06:05 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Sat May 25 01:06:05 2013 +0100

----------------------------------------------------------------------
 .../src/MustellaTestChooser.mxml                   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/71366f99/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser.mxml
----------------------------------------------------------------------
diff --git a/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser.mxml b/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser.mxml
index e682c38..cd54994 100644
--- a/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser.mxml
+++ b/mustella/utilities/MustellaTestChooser/src/MustellaTestChooser.mxml
@@ -115,13 +115,13 @@ limitations under the License.
 						if (c != -1)
 							file = file.substr(0, c);
 					}
-					c = file.indexOf(File.separator + "src" + File.separator);
+					c = file.indexOf("/src/");
 					if (c != -1)
 						file = file.substr(c + 5);
-					c = file.lastIndexOf(File.separator);
+					c = file.lastIndexOf("/");
 					if (c != -1)
 						file = file.substring(0, c) + ':' + file.substr(c + 1);
-					file = file.replace(new RegExp("\\" + File.separator,"g"), ".");
+					file = file.replace(new RegExp("\\" + "/","g"), ".");
 					modFiles[i] = file;
 				}
 				var runTests:Array = [];


[4/6] git commit: [flex-sdk] [refs/heads/develop] - Add environment variables for machine differences

Posted by ah...@apache.org.
Add environment variables for machine differences


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/24976b2e
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/24976b2e
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/24976b2e

Branch: refs/heads/develop
Commit: 24976b2e4de0bbecf9b11815b8fff6bd9e733831
Parents: 71366f9
Author: Alex Harui <ah...@apache.org>
Authored: Mon May 27 05:30:52 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Mon May 27 05:30:52 2013 +0100

----------------------------------------------------------------------
 mustella/test_changes.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/24976b2e/mustella/test_changes.sh
----------------------------------------------------------------------
diff --git a/mustella/test_changes.sh b/mustella/test_changes.sh
index 92f9081..0a81981 100755
--- a/mustella/test_changes.sh
+++ b/mustella/test_changes.sh
@@ -25,10 +25,10 @@
 numlines=0
 if [ -s changes.txt ]
 then
-sh ./mini_run.sh -changes
+sh ./mini_run.sh $MINI_RUN_TIMEOUT $MINI_RUN_LOCALHOST -changes
 if [ -s failures.txt ]
 then
-sh ./mini_run.sh -failures
+sh ./mini_run.sh $MINI_RUN_TIMEOUT $MINI_RUN_LOCALHOST -failures
 fi
 else
         if [ $# -lt 1 ]


[2/6] git commit: [flex-sdk] [refs/heads/develop] - add another mustella runner file

Posted by ah...@apache.org.
add another mustella runner file


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/e87ba6fd
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/e87ba6fd
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/e87ba6fd

Branch: refs/heads/develop
Commit: e87ba6fddb332865960414e15aa7304cb279de56
Parents: 8608e8f
Author: Alex Harui <ah...@apache.org>
Authored: Sat May 25 00:18:55 2013 +0100
Committer: Alex Harui <ah...@apache.org>
Committed: Sat May 25 00:18:55 2013 +0100

----------------------------------------------------------------------
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/e87ba6fd/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 6b7eb41..9bfe8f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -122,3 +122,4 @@ _ReSharper*/
 *.patch
 *.reply
 mailbody.txt
+gitstatus.txt