You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2017/06/27 18:02:45 UTC

airavata git commit: removing pbs script comment

Repository: airavata
Updated Branches:
  refs/heads/master ec62e6877 -> 11e80b05a


removing pbs script comment


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/11e80b05
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/11e80b05
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/11e80b05

Branch: refs/heads/master
Commit: 11e80b05a5af41e2458f07e7534f78bad1d75462
Parents: ec62e68
Author: scnakandala <su...@gmail.com>
Authored: Tue Jun 27 14:02:39 2017 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Jun 27 14:02:39 2017 -0400

----------------------------------------------------------------------
 modules/configuration/server/src/main/resources/PBS_Groovy.template | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/11e80b05/modules/configuration/server/src/main/resources/PBS_Groovy.template
----------------------------------------------------------------------
diff --git a/modules/configuration/server/src/main/resources/PBS_Groovy.template b/modules/configuration/server/src/main/resources/PBS_Groovy.template
index 71659bf..97c49eb 100644
--- a/modules/configuration/server/src/main/resources/PBS_Groovy.template
+++ b/modules/configuration/server/src/main/resources/PBS_Groovy.template
@@ -1,6 +1,5 @@
 #!${shellName}
 
-#PBS batch job submission script generated by Apache Airavata
 <%
    if(shellName != null && shellName != "") out.print '#PBS -S ' + shellName + '\n'
    if (queueName != null && queueName != "") out.print '#PBS -q ' + queueName + '\n'