Code Search for Developers
 
 
  

README.txt from cruisecontrol at Krugle


Show README.txt syntax highlighted

Updated by Chris Read
June 30, 2006

Based on the initial RPM package stuff by Julian Simpson

Usage:

ant [-Dconfig.version=version] -Dconfig.release=release [rpm] [deb] 

Comments:

The included Ant buildfile is heavily based on one created by
Julian Simpson for creating an RPM package. Key changes made
are:

- Make the initial build and file layout package independant
- Have targets for building .deb and .rpm packages. More may
  follow soon.

The config.version is pulled from the CC build.properties file, 
but you can override it if you really really need to. By default 
it will try to build both the .deb and .rpm packages.

This has been tested on Ubuntu 6.06 and Fedora Core 5.

The rpm target requires the "rpmbuild" program (yum install rpm-build).
The "symlink" optional ant task is also required (yum install ant-nodeps).




See more files for this project here

cruisecontrol

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.

Project homepage: http://sourceforge.net/projects/cruisecontrol
Programming language(s): Java,XML
License: other

  debian/
    conffiles
    control
    postinst
    prerm
  etc/
    cruisecontrol/
      cruisecontrol.xml
    default/
      cruisecontrol
    init.d/
      cruisecontrol
  redhat/
    cruisecontrol.spec
  usr/
    bin/
      cruisecontrol
  .subversion
  README.txt
  build.xml
  override.properties
  package.properties