the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: buildbot-py%type_pkg[python]
Type: python (2.3 2.4 2.5)
Version: 0.7.7
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Depends: python%type_pkg[python], twisted2-py%type_pkg[python], twisted2-mail-py%type_pkg[python], twisted2-web-py%type_pkg[python], twisted2-words-py%type_pkg[python]
Source: mirror:sourceforge:buildbot/buildbot-%v.tar.gz
Source-MD5: 4647a15a9d9b2db6a5b3493ac78e11d9
DocFiles: CREDITS NEWS README PKG-INFO
CompileScript: <<
python%type_raw[python] setup.py build
<<
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n
cp -pr docs %i/share/doc/%n
cp -pr contrib %i/share/doc/%n
mv %i/bin/buildbot %i/bin/buildbot%type_raw[python]
<<
InfoTest: <<
TestScript: PYTHONPATH=. trial buildbot.test || exit 2
TestSuiteSize: medium
<<
PostInstScript: <<
update-alternatives --install %p/bin/buildbot buildbot %p/bin/buildbot%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove buildbot %p/bin/buildbot%type_raw[python]
fi
<<
Description: Automatic software build/test system
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
<<
DescPackaging:<<
$LastChangedRevision: 513 $ in my local repository.
This should eventually provide a system user to isolate the builds.
<<
License: GPL
Homepage: http://buildbot.net/
Maintainer: Charles Lepple
# Info2:
<<
Info2: <<
Package: buildbot-py%type_pkg[python]
Type: python (2.3 2.4 2.5)
Version: 0.7.8
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Depends: python%type_pkg[python], twisted2-py%type_pkg[python], twisted2-mail-py%type_pkg[python], twisted2-web-py%type_pkg[python], twisted2-words-py%type_pkg[python]
Source: mirror:sourceforge:buildbot/buildbot-%v.tar.gz
Source-MD5: 22a7f9d518cc41ec75873fc5c6083f03
DocFiles: CREDITS NEWS README PKG-INFO
CompileScript: <<
python%type_raw[python] setup.py build
<<
InstallScript: <<
python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/doc/%n
cp -pr docs %i/share/doc/%n
cp -pr contrib %i/share/doc/%n
mv %i/bin/buildbot %i/bin/buildbot%type_raw[python]
<<
InfoTest: <<
TestScript: PYTHONPATH=. trial buildbot.test || exit 2
TestSuiteSize: medium
<<
PostInstScript: <<
update-alternatives --install %p/bin/buildbot buildbot %p/bin/buildbot%type_raw[python] %type_pkg[python]
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove buildbot %p/bin/buildbot%type_raw[python]
fi
<<
Description: Automatic software build/test system
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
<<
DescPackaging:<<
$LastChangedRevision: 527 $ in my local repository.
This package should eventually provide a system user to isolate the builds.
<<
License: GPL
Homepage: http://buildbot.net/
Maintainer: Charles Lepple
# Info2:
<<