You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ch...@apache.org on 2015/11/10 20:41:20 UTC

airavata-php-gateway git commit: updating library

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 4fa2e7fb8 -> 258f38bbc


updating library


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/258f38bb
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/258f38bb
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/258f38bb

Branch: refs/heads/master
Commit: 258f38bbcb0dfd910c0f3526209ace2ecdc81da6
Parents: 4fa2e7f
Author: Chathuri Wimalasena <ch...@apache.org>
Authored: Tue Nov 10 14:41:15 2015 -0500
Committer: Chathuri Wimalasena <ch...@apache.org>
Committed: Tue Nov 10 14:41:15 2015 -0500

----------------------------------------------------------------------
 app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/258f38bb/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
----------------------------------------------------------------------
diff --git a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
index ce752e3..e2d2461 100644
--- a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
+++ b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
@@ -177,6 +177,7 @@ final class JobSubmissionProtocol {
   const UNICORE = 3;
   const CLOUD = 4;
   const SSH_FORK = 5;
+  const LOCAL_FORK = 6;
   static public $__names = array(
     0 => 'LOCAL',
     1 => 'SSH',
@@ -184,6 +185,7 @@ final class JobSubmissionProtocol {
     3 => 'UNICORE',
     4 => 'CLOUD',
     5 => 'SSH_FORK',
+    6 => 'LOCAL_FORK',
   );
 }