git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@151108 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6d7aba1725
commit
1facaa8482
|
@ -71,8 +71,8 @@ public class CheckMethod ***REMOVED***
|
||||||
|
|
||||||
|
|
||||||
public boolean algoExists(Algorithm a)***REMOVED***
|
public boolean algoExists(Algorithm a)***REMOVED***
|
||||||
File file = new File(System.getProperty("user.home")+File.separator+"wps_algorithms/algorithms/"+a.getName()+".jar");
|
File file = new File("/home/gcube/wps_algorithms/algorithms/"+a.getName()+".jar");
|
||||||
File file2 = new File(System.getProperty("user.home")+File.separator+"wps_algorithms/algorithms/"+a.getName()+"interface_.jar");
|
File file2 = new File("/home/gcube/wps_algorithms/algorithms/"+a.getName()+"_interface.jar");
|
||||||
|
|
||||||
if (file.exists()&&(file2.exists()))***REMOVED***
|
if (file.exists()&&(file2.exists()))***REMOVED***
|
||||||
return true;
|
return true;
|
||||||
|
@ -88,7 +88,7 @@ public class CheckMethod ***REMOVED***
|
||||||
***REMOVED*** System.out.println(a.getStagingHost());
|
***REMOVED*** System.out.println(a.getStagingHost());
|
||||||
|
|
||||||
CheckMethod a = new CheckMethod();
|
CheckMethod a = new CheckMethod();
|
||||||
if (!a.checkMethod("dataminer1-proto.d4science.org", "254c2e2d-7f48-47aa-9fc1-5e6453a41f78-843339462"))***REMOVED***
|
if (!a.checkMethod("dataminer1-devnext.d4science.org", "***REMOVED***"))***REMOVED***
|
||||||
System.out.println("ciao");***REMOVED***
|
System.out.println("ciao");***REMOVED***
|
||||||
|
|
||||||
***REMOVED***
|
***REMOVED***
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
- name: download and unzip the package
|
- name: download and unzip the package
|
||||||
unarchive:
|
unarchive:
|
||||||
src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller.zip
|
src: https:***REMOVED***svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataminerAlgorithmsInstaller/package/algorithmInstaller1_1.zip
|
||||||
dest: /home/gcube
|
dest: /home/gcube
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
validate_certs: no
|
validate_certs: no
|
||||||
|
|
Loading…
Reference in New Issue