wiki:Obsolete/Development/UsefulLinks

Version 19 (modified by /C=FR/O=CNRS/OU=UMR8607/CN=Charles Loomis/emailAddress=loomis@…, 14 years ago) (diff)

--

Links for developers wishing to develop or modify Quattor components or services:

Project Conventions

Build Framework

The Quattor community is moving from a make-based system to one driven by maven. This shift is being done in order to simplify the build tools and to take better advantage of existing software development tools (e.g. for continuous integration). The focus will initially be on migrating the Quattor configuration components. Instructions for using both the old build system and the newer one are below.

Software Development Tools

Source Repository

The Quattor source code is managed through a Subversion repository at SourceForge. This includes the core Quattor tools as well as the configuration components. Currently, the community's common configuration for grid services resides in another repository.

Generated Packages & Artifacts

The 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.

Note: Currently those needing access for uploading to the repositories can request it. Eventually, upload access will be restricted only to the official build system.

Snapshot (Development) Repository

Browse the development repository or configure maven as follows.

<snapshotRepository>
    <id>quattor-snapshots</id>
    <name>quattor-snapshots</name>
    <url>http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository>

Releases Repository

Browse the releases repository or configure maven as follows.

<repository>
    <id>quattor-releases</id>
    <name>quattor-releases</name>
    <url>http://lapp-repo01.in2p3.fr:8081/nexus/content/repositories/releases/</url>
</repository>

Bug tracking

See Contacts page.

Components

Pan language

To discuss