forked from buildbot/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename bbslave to buildslave, add miscellaneous text files
- Loading branch information
Dustin J. Mitchell
committed
Jun 5, 2010
1 parent
65ec9cf
commit 675c391
Showing
37 changed files
with
416 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include MANIFEST.in README NEWS COPYING UPGRADING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Major User visible changes in Buildslave. -*- outline -*- | ||
(see ChangeLog for a detailed list of changes) | ||
|
||
* NEXT RELEASE | ||
|
||
** First release of buildslave as a separate package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
BuildBot: build/test automation | ||
http://buildbot.net | ||
Brian Warner <warner-buildbot @ lothar . com> | ||
|
||
|
||
Abstract: | ||
|
||
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. | ||
|
||
|
||
Buildslave: | ||
|
||
This package contains only the buildslave implementation. The buildslave | ||
package contains the buildmaster. | ||
|
||
See http://buildbot.net for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
For information on ugprading a buildslave, see the section "Upgrading an | ||
Existing Buildslave" in the buildbot documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env python | ||
|
||
from buildbot.scripts import runner | ||
runner.run() |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters