Difference: ItComponentsHead (1 vs. 13)

Revision 132007-12-01 - FrancescoGiacomini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews. Some components are instead inherited from the 3.1 branch.
Line: 36 to 36
 
org.glite.dgas.hlr-service Andrea Guarise
org.glite.dgas.pa-service Andrea Guarise
Changed:
<
<
The development of the above components is done against a baseline release, represented by the ETICS configuration glite_branch_3_1_0, which includes all the external dependencies and other gLite components. The configuration name for a component under development in HEAD has a trailing _HEAD tag, preceded by a string that usually recalls the component name. For example the configuration name for org.glite.wms.manager is glite-wms-manager_HEAD. The components inherited without modifications from the 3.1 branch can use the same configurations available for glite_branch_3_1_0. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.
>
>
The development of the above components is done against a baseline release, represented by the ETICS configuration glite_branch_3_1_0, which includes all the external dependencies and other gLite components. The configuration name for a component under development in HEAD has a trailing _HEAD tag, preceded by a string that usually recalls the component name. For example the configuration name for org.glite.wms.manager is glite-wms-manager_HEAD.
 
Changed:
<
<
Properties to be included in etics.conf:
>
>
If you add a component to the above lists, please notify Elisabetta Ronchieri. She will add the corresponding configuration and assign management rights to the mentioned responsible people, who can then add platforms, dependencies, etc. Elisabetta, Francesco Giacomini and Alessandro Maraschini have management rights on all components.

The configuration glite-wms_HEAD currently contains the following component configurations:

 
Changed:
<
<
[properties]
>
>
[Hierarchy] org.glite.wms.purger = glite-wms-purger_HEAD org.glite.wms.wmproxy = glite-wms-wmproxy_HEAD org.glite.wms.broker = glite-wms-broker_HEAD org.glite.wms.rgma-purchaser = glite-wms-rgma-purchaser_HEAD org.glite.wms.ii-purchaser = glite-wms-ii-purchaser_HEAD org.glite.wms.classad_plugin = glite-wms-classad_plugin_HEAD org.glite.wms.rls = glite-wms-rls_HEAD org.glite.wms.manager = glite-wms-manager_HEAD org.glite.wms.ism = glite-wms-ism_HEAD org.glite.wms.jobsubmission = glite-wms-jobsubmission_HEAD org.glite.wms.common = glite-wms-common_HEAD
 
Changed:
<
<
org.glite.jdl.api-cpp.DEFAULT=glite-jdl-api-cpp_HEAD org.glite.wms-utils.exception.DEFAULT=glite-wms-utils-exception_HEAD org.glite.wms-utils.classad.DEFAULT=glite-wms-utils-classad_HEAD org.glite.wms.common.DEFAULT=glite-wms-common_HEAD org.glite.wms.wmproxy.DEFAULT=glite-wms-wmproxy_HEAD
>
>
The configuration glite-wms-utils_HEAD currently contains the following component configurations:

[Hierarchy]
org.glite.wms-utils.classad = glite-wms-utils-classad_HEAD
org.glite.wms-utils.exception = glite-wms-utils-exception_HEAD

The configuration glite-jdl_HEAD currently contains the following component configurations:

[Hierarchy]
org.glite.jdl.api-java = glite-jdl-api-java_HEAD
org.glite.jdl.api-cpp = glite-jdl-api-cpp_HEAD

Developing a subsystem/component in HEAD

As already mentioned above, the development is done against a stable release, corresponding to the project configuration glite_branch_3_1_0.

To checkout a module and all its dependencies from HEAD:

  1. prepare the workspace and get the org.glite project
  2. create an etics.properties file with the values for the dynamic dependencies that differ from what expressed in the project configuration.
  3. checkout the module
  4. build the module

Taking as an example org.glite.wms, the procedure is:

$ etics-workspace-setup
$ etics-get-project org.glite
$ vi etics.properties
$ cat etics.properties
org.glite.wms.purger.DEFAULT=glite-wms-purger_HEAD
 org.glite.wms.wmproxy-interface.DEFAULT=glite-wms-wmproxy-interface_HEAD
Deleted:
<
<
org.glite.wms.wmproxy-api-cpp.DEFAULT=glite-wms-wmproxy-api-cpp_HEAD org.glite.wms.wmproxy-api-python.DEFAULT=glite-wms-api-python_HEAD org.glite.wms.wmproxy-api-java.DEFAULT=glite-wms-api-java_HEAD
 org.glite.wms.interactive.DEFAULT=glite-wms-interactive_HEAD
Changed:
<
<
org.glite.wms.classad_plugin.DEFAULT=glite-wms-classad-plugin_HEAD org.glite.wms.rls.DEFAULT=glite-wms-rls_HEAD org.glite.wms.ism.DEFAULT=glite-wms-ism_HEAD
>
>
org.glite.wms.broker.DEFAULT=glite-wms-broker_HEAD
 org.glite.wms.rgma-purchaser.DEFAULT=glite-wms-rgma-purchaser_HEAD
Added:
>
>
org.glite.wms.wmproxy-api-java.DEFAULT=glite-wms-wmproxy-api-java_HEAD org.glite.wms.classad_plugin.DEFAULT=glite-wms-classad_plugin_HEAD
 org.glite.wms.ii-purchaser.DEFAULT=glite-wms-ii-purchaser_HEAD
Changed:
<
<
org.glite.wms.broker.DEFAULT=glite-wms-broker_HEAD org.glite.wms.purger.DEFAULT=glite-wms-purger_HEAD
>
>
org.glite.wms.rls.DEFAULT=glite-wms-rls_HEAD org.glite.wms.brokerinfo-access.DEFAULT=glite-wms-brokerinfo-access_HEAD org.glite.wms.wmproxy-api-cpp.DEFAULT=glite-wms-wmproxy-api-cpp_HEAD
 org.glite.wms.manager.DEFAULT=glite-wms-manager_HEAD
Changed:
<
<
org.glite.wms.jobsubmission.DEFAULT=glite-wms-jobsubmission_HEAD
>
>
org.glite.wms.wmproxy-api-python.DEFAULT=glite-wms-wmproxy-api-python_HEAD org.glite.wms.common.DEFAULT=glite-wms-common_HEAD org.glite.wms.ism.DEFAULT=glite-wms-ism_HEAD
 org.glite.wms.thirdparty-bypass.DEFAULT=glite-wms-thirdparty-bypass_HEAD
Changed:
<
<
org.glite.wms.brokerinfo-access.DEFAULT=glite-wms-brokerinfo-access_HEAD org.glite.wms-ui.configuration.DEFAULT=glite-wms-ui-configuration_HEAD org.glite.wms-ui.api-python.DEFAULT=glite-wms-ui-api-python_HEAD org.glite.wms-ui.commands.DEFAULT=glite-wms-ui-commands_HEAD org.glite.ce.blahp.DEFAULT=glite-ce-blahp_HEAD org.glite.dgas.common.DEFAULT=glite-dgas-common_HEAD org.glite.dgas.hlr-clients.DEFAULT=glite-dgas-hlr-clients_HEAD org.glite.dgas.ce-sensors.DEFAULT=glite-dgas-ce-sensors_HEAD org.glite.dgas.pa-clients.DEFAULT=glite-dgas-pa-clients_HEAD org.glite.dgas.service-common.DEFAULT=glite-dgas-service-common_HEAD org.glite.dgas.hlr-service.DEFAULT=glite-dgas-hlr-service_HEAD org.glite.dgas.pa-service.DEFAULT=glite-dgas-pa-service_HEAD
>
>
org.glite.wms.jobsubmission.DEFAULT=glite-wms-jobsubmission_HEAD org.glite.wms.wmproxy.DEFAULT=glite-wms-wmproxy_HEAD org.glite.wms-utils.classad.DEFAULT=glite-wms-utils-classad_HEAD org.glite.wms-utils.exception.DEFAULT=glite-wms-utils-exception_HEAD org.glite.jdl.api-cpp.DEFAULT=glite-jdl-api-cpp_HEAD org.glite.jobid.api-c.DEFAULT=glite-jobid-api-c_HEAD org.glite.jobid.api-cpp.DEFAULT=glite-jobid-api-cpp_HEAD org.glite.lb.client.DEFAULT=glite-lb-client_HEAD org.glite.lb.common.DEFAULT=glite-lb-common_HEAD org.glite.lbjp-common.db.DEFAULT=glite-lbjp-common-db_HEAD org.glite.lbjp-common.server-bones.DEFAULT=glite-lbjp-common-server-bones_HEAD org.glite.lbjp-common.trio.DEFAULT=glite-lbjp-common-trio_HEAD org.glite.lb.logger.DEFAULT=glite-lb-logger_HEAD org.glite.lb.server.DEFAULT=glite-lb-server_HEAD org.glite.lb.types.DEFAULT=glite-lb-types_HEAD org.glite.lb.utils.DEFAULT=glite-lb-utils_HEAD org.glite.lb.ws-interface.DEFAULT=glite-lb-ws-interface_HEAD org.glite.security.gss.DEFAULT=glite-security-gss_HEAD $ etics-checkout --project-config glite_branch_3_1_0 -c glite-wms_HEAD org.glite.wms $ for d in org.glite.lb*; do (cd $d && cvs up -Pd -r restruct_2007-11-19); done $ etics-build org.glite.wms
 
Deleted:
<
<
If you add a component to the above list, please notify Elisabetta Ronchieri. She will add the corresponding configuration and assign management rights to the mentioned responsible people, who can then add platforms, dependencies, etc. Elisabetta, Francesco Giacomini and Alessandro Maraschini have management rights on all components.
 -- FrancescoGiacomini - 08 Oct 2007 \ No newline at end of file

Revision 122007-10-16 - FrancescoGiacomini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews. Some components are instead inherited from the 3.1 branch.
Line: 20 to 20
 
org.glite.wms.ii-purchaser Salvatore Monforte
org.glite.wms.broker Salvatore Monforte
org.glite.wms.purger Salvatore Monforte
Changed:
<
<
org.glite.wms.manager Marco Cecchi
>
>
org.glite.wms.manager Marco Cecchi, Salvatore Monforte
 
org.glite.wms.jobsubmission Alessio Gianelle
org.glite.wms.thirdparty-bypass Massimo Mezzadri
org.glite.wms.brokerinfo-access Massimo Mezzadri

Revision 112007-10-16 - SalvatoreMonforte

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews. Some components are instead inherited from the 3.1 branch.
Line: 6 to 6
 
org.glite.jdl.api-cpp Alessandro Maraschini
org.glite.wms-utils.exception Alessandro Maraschini
org.glite.wms-utils.classad Salvatore Monforte
Changed:
<
<
org.glite.wms.common Enzo Martelli
>
>
org.glite.wms.common Salvatore Monforte, Enzo Martelli
 
org.glite.wms.wmproxy Alessandro Maraschini
org.glite.wms.wmproxy-interface Alessandro Maraschini
org.glite.wms.wmproxy-api-cpp Alessandro Maraschini

Revision 102007-10-12 - FrancescoGiacomini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
>
>
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews. Some components are instead inherited from the 3.1 branch.
 
component responsible
org.glite.jdl.api-cpp Alessandro Maraschini
Line: 36 to 36
 
org.glite.dgas.hlr-service Andrea Guarise
org.glite.dgas.pa-service Andrea Guarise
Added:
>
>
The development of the above components is done against a baseline release, represented by the ETICS configuration glite_branch_3_1_0, which includes all the external dependencies and other gLite components. The configuration name for a component under development in HEAD has a trailing _HEAD tag, preceded by a string that usually recalls the component name. For example the configuration name for org.glite.wms.manager is glite-wms-manager_HEAD. The components inherited without modifications from the 3.1 branch can use the same configurations available for glite_branch_3_1_0. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.
 
Changed:
<
<
For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.
>
>
Properties to be included in etics.conf:

[properties]

org.glite.jdl.api-cpp.DEFAULT=glite-jdl-api-cpp_HEAD
org.glite.wms-utils.exception.DEFAULT=glite-wms-utils-exception_HEAD
org.glite.wms-utils.classad.DEFAULT=glite-wms-utils-classad_HEAD
org.glite.wms.common.DEFAULT=glite-wms-common_HEAD
org.glite.wms.wmproxy.DEFAULT=glite-wms-wmproxy_HEAD
org.glite.wms.wmproxy-interface.DEFAULT=glite-wms-wmproxy-interface_HEAD
org.glite.wms.wmproxy-api-cpp.DEFAULT=glite-wms-wmproxy-api-cpp_HEAD
org.glite.wms.wmproxy-api-python.DEFAULT=glite-wms-api-python_HEAD
org.glite.wms.wmproxy-api-java.DEFAULT=glite-wms-api-java_HEAD
org.glite.wms.interactive.DEFAULT=glite-wms-interactive_HEAD
org.glite.wms.classad_plugin.DEFAULT=glite-wms-classad-plugin_HEAD
org.glite.wms.rls.DEFAULT=glite-wms-rls_HEAD
org.glite.wms.ism.DEFAULT=glite-wms-ism_HEAD
org.glite.wms.rgma-purchaser.DEFAULT=glite-wms-rgma-purchaser_HEAD
org.glite.wms.ii-purchaser.DEFAULT=glite-wms-ii-purchaser_HEAD
org.glite.wms.broker.DEFAULT=glite-wms-broker_HEAD
org.glite.wms.purger.DEFAULT=glite-wms-purger_HEAD
org.glite.wms.manager.DEFAULT=glite-wms-manager_HEAD
org.glite.wms.jobsubmission.DEFAULT=glite-wms-jobsubmission_HEAD
org.glite.wms.thirdparty-bypass.DEFAULT=glite-wms-thirdparty-bypass_HEAD
org.glite.wms.brokerinfo-access.DEFAULT=glite-wms-brokerinfo-access_HEAD
org.glite.wms-ui.configuration.DEFAULT=glite-wms-ui-configuration_HEAD
org.glite.wms-ui.api-python.DEFAULT=glite-wms-ui-api-python_HEAD
org.glite.wms-ui.commands.DEFAULT=glite-wms-ui-commands_HEAD
org.glite.ce.blahp.DEFAULT=glite-ce-blahp_HEAD
org.glite.dgas.common.DEFAULT=glite-dgas-common_HEAD
org.glite.dgas.hlr-clients.DEFAULT=glite-dgas-hlr-clients_HEAD
org.glite.dgas.ce-sensors.DEFAULT=glite-dgas-ce-sensors_HEAD
org.glite.dgas.pa-clients.DEFAULT=glite-dgas-pa-clients_HEAD
org.glite.dgas.service-common.DEFAULT=glite-dgas-service-common_HEAD
org.glite.dgas.hlr-service.DEFAULT=glite-dgas-hlr-service_HEAD
org.glite.dgas.pa-service.DEFAULT=glite-dgas-pa-service_HEAD

  If you add a component to the above list, please notify Elisabetta Ronchieri. She will add the corresponding configuration and assign management rights to the mentioned responsible people, who can then add platforms, dependencies, etc. Elisabetta, Francesco Giacomini and Alessandro Maraschini have management rights on all components.

Revision 92007-10-12 - FrancescoGiacomini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.

component responsible
Added:
>
>
org.glite.jdl.api-cpp Alessandro Maraschini
org.glite.wms-utils.exception Alessandro Maraschini
org.glite.wms-utils.classad Salvatore Monforte
org.glite.wms.common Enzo Martelli
org.glite.wms.wmproxy Alessandro Maraschini
org.glite.wms.wmproxy-interface Alessandro Maraschini
org.glite.wms.wmproxy-api-cpp Alessandro Maraschini
org.glite.wms.wmproxy-api-python Alessandro Maraschini
org.glite.wms.wmproxy-api-java Alessandro Maraschini
 
org.glite.wms.interactive MassimoMezzadri
org.glite.wms.classad_plugin SalvatoreMonforte
org.glite.wms.rls EnzoMartelli
Changed:
<
<
org.glite.wms.wmproxy-interface Maraschini
org.glite.wms.wmproxy-api-python Maraschini
org.glite.wms.common  
org.glite.wms.ice  
org.glite.wms.wmproxy Maraschini
org.glite.wms.configuration  
org.glite.wms.broker SalvatoreMonforte
org.glite.wms.rgma-purchaser EnzoMartelli
org.glite.wms.thirdparty-bypass MassimoMezzadri
org.glite.wms.client (deprecated) Maraschini
org.glite.wms.wmproxy-api-java Maraschini
>
>
org.glite.wms.ism Salvatore Monforte, Enzo Martelli
org.glite.wms.rgma-purchaser Enzo Martelli
 
org.glite.wms.ii-purchaser SalvatoreMonforte
Changed:
<
<
org.glite.wms.ism SalvatoreMonforte EnzoMartelli
>
>
org.glite.wms.broker Salvatore Monforte
 
org.glite.wms.purger SalvatoreMonforte
Changed:
<
<
org.glite.wms.wmproxy-api-cpp Maraschini
org.glite.wms.manager  
>
>
org.glite.wms.manager Marco Cecchi
 
org.glite.wms.jobsubmission AlessioGianelle
Added:
>
>
org.glite.wms.thirdparty-bypass Massimo Mezzadri
 
org.glite.wms.brokerinfo-access MassimoMezzadri
Changed:
<
<
org.glite.wms-ui.configuration Maraschini
org.glite.wms-ui.api-python Maraschini
org.glite.wms-ui.commands Maraschini
org.glite.jdl.api-cpp Maraschini
org.glite.jdl.api-java  
org.glite.ce  
org.glite.ce.blahp MassimoMezzadri Prelz Rebatto
org.glite.ce.ce-plugin  
org.glite.ce.common-java  
org.glite.ce.cream  
org.glite.ce.cream-api-java  
org.glite.ce.cream-client-api-c  
org.glite.ce.job-plugin  
org.glite.ce.gridice-plugin  
org.glite.ce.monitor  
org.glite.ce.monitor-api-java  
org.glite.ce.monitor-client-api-c  
org.glite.ce.osg-ce-plugin  
org.glite.ce.wsdl  
>
>
org.glite.wms-ui.configuration Alessandro Maraschini
org.glite.wms-ui.api-python Alessandro Maraschini
org.glite.wms-ui.commands Alessandro Maraschini
org.glite.ce.blahp Massimo Mezzadri, Francesco Prelz, David Rebatto
 
org.glite.dgas.common AndreaGuarise
org.glite.dgas.hlr-clients AndreaGuarise
org.glite.dgas.ce-sensors AndreaGuarise

Revision 82007-10-11 - AndreaGuarise

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
Line: 43 to 43
 
org.glite.ce.monitor-client-api-c  
org.glite.ce.osg-ce-plugin  
org.glite.ce.wsdl  
Added:
>
>
org.glite.dgas.common AndreaGuarise
org.glite.dgas.hlr-clients AndreaGuarise
org.glite.dgas.ce-sensors AndreaGuarise
org.glite.dgas.pa-clients AndreaGuarise
org.glite.dgas.service-common AndreaGuarise
org.glite.dgas.hlr-service AndreaGuarise
org.glite.dgas.pa-service AndreaGuarise
 

For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.

Revision 72007-10-11 - MassimoMezzadri

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
Line: 29 to 29
 
org.glite.wms-ui.commands Maraschini
org.glite.jdl.api-cpp Maraschini
org.glite.jdl.api-java  
Added:
>
>
org.glite.ce  
org.glite.ce.blahp MassimoMezzadri Prelz Rebatto
org.glite.ce.ce-plugin  
org.glite.ce.common-java  
org.glite.ce.cream  
org.glite.ce.cream-api-java  
org.glite.ce.cream-client-api-c  
org.glite.ce.job-plugin  
org.glite.ce.gridice-plugin  
org.glite.ce.monitor  
org.glite.ce.monitor-api-java  
org.glite.ce.monitor-client-api-c  
org.glite.ce.osg-ce-plugin  
org.glite.ce.wsdl  
 

For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.

Revision 62007-10-11 - MassimoMezzadri

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.

component responsible
Changed:
<
<
org.glite.wms.interactive  
>
>
org.glite.wms.interactive MassimoMezzadri
 
org.glite.wms.classad_plugin SalvatoreMonforte
org.glite.wms.rls EnzoMartelli
org.glite.wms.wmproxy-interface Maraschini
Line: 14 to 14
 
org.glite.wms.configuration  
org.glite.wms.broker SalvatoreMonforte
org.glite.wms.rgma-purchaser EnzoMartelli
Changed:
<
<
org.glite.wms.thirdparty-bypass  
>
>
org.glite.wms.thirdparty-bypass MassimoMezzadri
 
org.glite.wms.client (deprecated) Maraschini
org.glite.wms.wmproxy-api-java Maraschini
org.glite.wms.ii-purchaser SalvatoreMonforte
Line: 23 to 23
 
org.glite.wms.wmproxy-api-cpp Maraschini
org.glite.wms.manager  
org.glite.wms.jobsubmission AlessioGianelle
Changed:
<
<
org.glite.wms.brokerinfo-access  
>
>
org.glite.wms.brokerinfo-access MassimoMezzadri
 
org.glite.wms-ui.configuration Maraschini
org.glite.wms-ui.api-python Maraschini
org.glite.wms-ui.commands Maraschini
Line: 31 to 31
 
org.glite.jdl.api-java  
Changed:
<
<
For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration.
>
>
For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration. Org.glite.wms.interactive, org.glite.wms.thirdparty-bypass and org.glite.wms.brokerinfo-access configurations should be taken from 3.1 branch.
  If you add a component to the above list, please notify Elisabetta Ronchieri. She will add the corresponding configuration and assign management rights to the mentioned responsible people, who can then add platforms, dependencies, etc. Elisabetta, Francesco Giacomini and Alessandro Maraschini have management rights on all components.

Revision 52007-10-10 - AlessioGianelle

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
Line: 22 to 22
 
org.glite.wms.purger SalvatoreMonforte
org.glite.wms.wmproxy-api-cpp Maraschini
org.glite.wms.manager  
Changed:
<
<
org.glite.wms.jobsubmission  
>
>
org.glite.wms.jobsubmission AlessioGianelle
 
org.glite.wms.brokerinfo-access  
org.glite.wms-ui.configuration Maraschini
org.glite.wms-ui.api-python Maraschini

Revision 42007-10-09 - EnzoMartelli

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.

component
<-- -->
Sorted ascending
responsible
org.glite.wms.interactive  
Changed:
<
<
org.glite.wms.classad_plugin  
org.glite.wms.rls  
>
>
org.glite.wms.classad_plugin SalvatoreMonforte
org.glite.wms.rls EnzoMartelli
 
org.glite.wms.wmproxy-interface Maraschini
org.glite.wms.wmproxy-api-python Maraschini
org.glite.wms.common  
org.glite.wms.ice  
org.glite.wms.wmproxy Maraschini
org.glite.wms.configuration  
Changed:
<
<
org.glite.wms.broker  
org.glite.wms.rgma-purchaser  
>
>
org.glite.wms.broker SalvatoreMonforte
org.glite.wms.rgma-purchaser EnzoMartelli
 
org.glite.wms.thirdparty-bypass  
org.glite.wms.client (deprecated) Maraschini
org.glite.wms.wmproxy-api-java Maraschini
Changed:
<
<
org.glite.wms.ii-purchaser  
org.glite.wms.ism  
org.glite.wms.purger  
>
>
org.glite.wms.ii-purchaser SalvatoreMonforte
org.glite.wms.ism SalvatoreMonforte EnzoMartelli
org.glite.wms.purger SalvatoreMonforte
 
org.glite.wms.wmproxy-api-cpp Maraschini
org.glite.wms.manager  
org.glite.wms.jobsubmission  

Revision 32007-10-09 - AlessandroMaraschini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
Line: 6 to 6
 
org.glite.wms.interactive  
org.glite.wms.classad_plugin  
org.glite.wms.rls  
Changed:
<
<
org.glite.wms.wmproxy-interface  
org.glite.wms.wmproxy-api-python  
>
>
org.glite.wms.wmproxy-interface Maraschini
org.glite.wms.wmproxy-api-python Maraschini
 
org.glite.wms.common  
org.glite.wms.ice  
Changed:
<
<
org.glite.wms.wmproxy  
>
>
org.glite.wms.wmproxy Maraschini
 
org.glite.wms.configuration  
org.glite.wms.broker  
org.glite.wms.rgma-purchaser  
org.glite.wms.thirdparty-bypass  
Changed:
<
<
org.glite.wms.client  
org.glite.wms.wmproxy-api-java  
>
>
org.glite.wms.client (deprecated) Maraschini
org.glite.wms.wmproxy-api-java Maraschini
 
org.glite.wms.ii-purchaser  
org.glite.wms.ism  
org.glite.wms.purger  
Changed:
<
<
org.glite.wms.wmproxy-api-cpp  
>
>
org.glite.wms.wmproxy-api-cpp Maraschini
 
org.glite.wms.manager  
org.glite.wms.jobsubmission  
org.glite.wms.brokerinfo-access  
Added:
>
>
org.glite.wms-ui.configuration Maraschini
org.glite.wms-ui.api-python Maraschini
org.glite.wms-ui.commands Maraschini
org.glite.jdl.api-cpp Maraschini
org.glite.jdl.api-java  
  For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration.

Revision 22007-10-08 - FrancescoGiacomini

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Deleted:
<
<
 In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.
Added:
>
>
component responsible
org.glite.wms.interactive  
org.glite.wms.classad_plugin  
org.glite.wms.rls  
org.glite.wms.wmproxy-interface  
org.glite.wms.wmproxy-api-python  
org.glite.wms.common  
org.glite.wms.ice  
org.glite.wms.wmproxy  
org.glite.wms.configuration  
org.glite.wms.broker  
org.glite.wms.rgma-purchaser  
org.glite.wms.thirdparty-bypass  
org.glite.wms.client  
org.glite.wms.wmproxy-api-java  
org.glite.wms.ii-purchaser  
org.glite.wms.ism  
org.glite.wms.purger  
org.glite.wms.wmproxy-api-cpp  
org.glite.wms.manager  
org.glite.wms.jobsubmission  
org.glite.wms.brokerinfo-access  

For each component an ETICS configuration exists, whose name recalls the corresponding CVS module name followed by the tag _HEAD. For example the configuration name for org.glite.wms.manager will be glite-wms-manager_HEAD. These configurations are attached to the glite_branch_3_1_0_jra1_HEAD configuration. The configurations for the external and the other gLite components are taken from the glite_branch_3_1_0 configuration.

If you add a component to the above list, please notify Elisabetta Ronchieri. She will add the corresponding configuration and assign management rights to the mentioned responsible people, who can then add platforms, dependencies, etc. Elisabetta, Francesco Giacomini and Alessandro Maraschini have management rights on all components.

  -- FrancescoGiacomini - 08 Oct 2007 \ No newline at end of file

Revision 12007-10-08 - FrancescoGiacomini

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

In the main CVS trunk (HEAD) some components have been restructured, in part following the recommendations produced during the dependency challenge, in part following internal code reviews.

-- FrancescoGiacomini - 08 Oct 2007

 
This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback