Skip to content

Commit

Permalink
Ensure all build steps have examples
Browse files Browse the repository at this point in the history
Deprecate the undocumented P4Sync step
  • Loading branch information
djmitche committed Aug 29, 2011
1 parent 5df89a9 commit e0db51c
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 89 deletions.
3 changes: 3 additions & 0 deletions master/NEWS
Expand Up @@ -41,6 +41,9 @@ addChange(). This lets the buildmaster know which VCS the Change is coming
from, such as 'git' or 'svn'. This means that you need to use the version
of your contrib script that corresponds to your buildmaster.

*** The un-documented P4Sync source step has been deprecated and will be
removed in the next version.

** Customizable validation regexps

The global c['validation'] parameter can be used to adjust the regular
Expand Down
5 changes: 4 additions & 1 deletion master/buildbot/steps/source/oldsource.py
Expand Up @@ -1307,7 +1307,10 @@ def startVC(self, branch, revision, patch):
self.startCommand(cmd)

class P4Sync(Source):
"""This is a partial solution for using a P4 source repository. You are
"""
DEPRECATED - will be removed in 0.8.5.
This is a partial solution for using a P4 source repository. You are
required to manually set up each build slave with a useful P4
environment, which means setting various per-slave environment variables,
and creating a P4 client specification which maps the right files into
Expand Down

0 comments on commit e0db51c

Please sign in to comment.