Merge branch 'master' of ssh://git.onelab.eu/git/sfa
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Dec 2011 08:13:45 +0000 (09:13 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 6 Dec 2011 08:13:45 +0000 (09:13 +0100)
Makefile
config/default_config.xml

index f020204..d6ecaad 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -152,5 +152,9 @@ fastsync:
        +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib\*/python2.\*/site-packages/sfa/
        $(SSHCOMMAND) exec service sfa restart
 
-.PHONY: sync
+clientsync:
+       +$(RSYNC)  $(BINS) $(SSHURL)/usr/bin/
+
+.PHONY: sync fastsync clientsync
+
 ##########
index 99c5d37..9a0a887 100644 (file)
@@ -33,12 +33,6 @@ Thierry Parmentelat
           <description>The human readable name for this interface.</description>
         </variable>
 
-        <variable id="aggregate_api_version" type="int">
-          <name>Aggregate Manager API Version</name>
-          <value>1</value>
-          <description>The Aggregate API version</description>
-        </variable>
-
         <variable id="credential_schema" type="string">
           <name>Credential Schema</name>
           <value>/etc/sfa/credential.xsd</value>
@@ -169,6 +163,13 @@ Thierry Parmentelat
          <value>12346</value>
          <description>The port where the aggregate is to be found.</description>
        </variable>
+
+        <variable id="api_version" type="int">
+          <name>Aggregate Manager API Version</name>
+          <value>1</value>
+          <description>The Aggregate API version</description>
+        </variable>
+
       </variablelist>
 
     </category>