Changes between Version 14 and Version 15 of Obsolete/Development/UsefulLinks


Ignore:
Timestamp:
Oct 4, 2010, 8:19:15 AM (14 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Charles Loomis/emailAddress=loomis@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/UsefulLinks

    v14 v15  
    2222=== Generated Packages & Artifacts ===
    2323
     24The project is currently migrating to the use of maven for managing the Quattor build and release processes.  For the parts of the Quattor toolkit that have migrated, there are maven repositories available: one for snapshots (development packages) and another for production releases.  These can be viewed with a standard web browser or used through maven.  The access and configuration information for the two repositories follows.
     25
     26Note:  Currently those needing access for uploading to the repositories can request it.  Eventually, upload access will be restricted only to the official build system.
     27
     28==== Snapshot (Development) Repository ==== 
     29
     30[http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/snapshots/ | Browse the development repository] or configure maven as follows.
     31{{{
     32<snapshotRepository>
     33    <id>quattor-snapshots</id>
     34    <name>quattor-snapshots</name>
     35    <url>http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/snapshots/</url>
     36</snapshotRepository>
     37}}}
     38
     39==== Releases Repository ====
     40
     41[http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/releases/ | Browse the releases repository] or configure maven as follows.
     42{{{
     43<repository>
     44    <id>quattor-releases</id>
     45    <name>quattor-releases</name>
     46    <url>http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/releases/</url>
     47</repository>
     48}}}
     49 
    2450=== Bug tracking ===
    2551See [wiki:Web/Contacts Contacts] page.