Closed Bug 394963 Opened 17 years ago Closed 17 years ago

change master.cfg to use ShellCommand("cvs"...), not CVS step

Categories

(Release Engineering :: General, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: joduinn, Assigned: rhelmer)

References

Details

Attachments

(2 files)

As a workaround for unresolved issues about passing branch names from buildbot to cvs, try the following: Replace the use of CVS "step" syntax: ... tagFactory.addStep(CVS, cvsroot=cvsroot, branch=None, cvsmodule=cvsmodule, mode="clobber") ... with what we had originally, which was calling CVS using ShellCommand("cvs"...). This will help ensure we always use the proper bootstrap tag, and help us avoid dealing with Buildbot's idea of branches, sourcestamps, etc.
Priority: -- → P3
Assignee: build → rhelmer
Already landed and testing, please take a look. If this works ok, we need to merge into the production master.cfg
Attachment #283269 - Flags: review?(joduinn)
Here's the production version. Note that "automation_tag" is set to the latest Bootstrap tag, we'll need to bump that when we do a new Bootstrap tag. Also, I corrected "projectName" at the bottom to say "Production" not "Test".
Attachment #283285 - Flags: review?(joduinn)
Comment on attachment 283269 [details] [diff] [review] call cvs from ShellCommand I like the change from "branch" to "automation_tag"... much less confusing.
Attachment #283269 - Flags: review?(joduinn) → review+
Comment on attachment 283285 [details] [diff] [review] call cvs from ShellCommand, merged into production config 1) Again, agree with "automation_tag" instead of branch, its less confusing. 2) Thanks for catching the projectName typo.
Attachment #283285 - Flags: review?(joduinn) → review+
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: