Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Bug 590369. Fix talos branch name for releases. r=catlee
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano Gasparnian committed Aug 25, 2010
1 parent 62c20f8 commit 20d2632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ def doUpload(self):

# Send to the "release" branch on talos, it will do
# super-duper-extra testing
talosBranch = "%s-release-%s-talos" % (self.branchName, self.platform)
talosBranch = "release-%s-%s-talos" % (self.branchName, self.platform)
for master, warn in self.talosMasters:
self.addStep(SendChangeStep(
name='sendchange_%s' % master,
Expand Down

0 comments on commit 20d2632

Please sign in to comment.