Bug 422747 - clean up master.cfg of the talos buildmaster for more code re-use
Bustage fix p/a = anodelman git-svn-id: svn://10.0.0.236/trunk@253092 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ca000432a9
commit
3049bd79d0
@ -588,7 +588,7 @@ class TalosFactory(BuildFactory):
|
||||
linuxClean = ["rm", "-rf", "*.bz2", "*.gz", "talos/", "firefox/"]
|
||||
|
||||
def __init__(self, OS, envName, buildBranch, configFile, buildSearchString, buildDir, buildPath, talosCmd, customManifest='', cvsRoot=":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot"):
|
||||
BuildFactory.__init__(self, **kwargs)
|
||||
BuildFactory.__init__(self)
|
||||
if OS in ('linux', 'linuxbranch',):
|
||||
cleanCmd = self.linuxClean
|
||||
elif OS in ('win',):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user