Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Mar 27, 2015
1 parent e47251f commit 1b11738
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,31 @@ CONvenient Construction Tool
============================

`Documentation <http://conduct.rtfd.org>`_

Author: `Alexander Lenz <mailto:alexander.lenz@posteo.de>`_


conduct is a build system that is intended to be used as a standalone script (conduct.py) or in conjunction with some load balancer (e.g. via Jenkins).

The idea is to checkout/install conduct to some system, give it a build chain config and the necessary parameters, and everything else shall be done automatically. That means:

Bootstrapping of necessary tools
Configuring necessary tools
Building by using the given chain config and parameters
Cleanup after the build
Rollback the boostrapped packages (if desired)

Basically, conduct’s goals are:

easy to configure the build process
easy to use the build process
easy to extend for special needs
consistent logging
automatic boostrapping
great selection of standard build steps




Special thanks for contribution and other input to:
* `Georg Brandl <mailto:georg@python.org>`_
* `Dr. Enrico Faulhaber <mailto:enrico.faulhaber@arcor.de>`_

0 comments on commit 1b11738

Please sign in to comment.