the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: buildbot-slave-py%type_pkg[python]
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
Type: python (2.4 2.5 2.6)
Version: 0.8.5
Revision: 1
Depends: <<
python%type_pkg[python],
twisted2-py%type_pkg[python]
<<
Conflicts: buildbot-py%type_pkg[python] (<< 0.8.1-0)
Replaces: buildbot-py%type_pkg[python] (<< 0.8.1-0)
# For patchfile:
BuildDepends: fink (>= 0.24.12), distribute-py%type_pkg[python]
Source: http://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-%v.tar.gz
Source-MD5: 0af8f60b4ede37878e9d3da25ec61bc3
DocFiles: UPGRADING NEWS README PKG-INFO
CompileScript: <<
python%type_raw[python] setup.py build
<<
InstallScript: <<
#!/bin/sh -ev
python%type_raw[python] setup.py install --root=%d
mv %i/bin/buildslave %i/bin/buildslave%type_raw[python]
<<
### Needs "mock" package:
# InfoTest: <<
# TestScript: PYTHONPATH=. trial%type_raw[python] buildslave.test || exit 2
# TestSuiteSize: small
# <<
PostInstScript: <<
update-alternatives --install %p/bin/buildslave buildslave %p/bin/buildslave%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove buildslave %p/bin/buildbot%type_raw[python]
fi
<<
Description: Automatic software build/test system (slave)
DescDetail: <<
The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and
testing the tree each time something has changed, build problems are pinpointed
quickly, before other developers are inconvenienced by the failure. The guilty
developer can be identified and harassed without human intervention. By running
the builds on a variety of platforms, developers who do not have the facilities
to test their changes everywhere before checkin will at least know shortly
afterwards whether they have broken the build or not. Warning counts, lint
checks, image size, compile time, and other build parameters can be tracked
over time, are more visible, and are therefore easier to improve.
The overall goal is to reduce tree breakage and provide a platform to run tests
or code-quality checks that are too annoying or pedantic for any human to waste
their time with. Developers get immediate (and potentially public) feedback
about their changes, encouraging them to be more careful about testing before
checkin.
It is suggested that you start buildbot from launchd:
http://buildbot.net/trac/wiki/UsingLaunchd
This package only includes the buildslave. For the BuildBot master, see the
"buildbot-py%type_pkg[python]" package.
<<
DescPackaging:<<
This package should eventually provide a system user to isolate the builds.
<<
License: GPL
Homepage: http://buildbot.net/
Maintainer: Charles Lepple
# Info2:
<<