Skip to content

Commit

Permalink
Dammit readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
alenz33 committed Mar 27, 2015
1 parent 5d37d21 commit f040c18
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,25 @@ CONvenient Construction Tool

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



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>`_
Expand Down

0 comments on commit f040c18

Please sign in to comment.