Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Feb 25, 2019
1 parent 499037b commit 36935c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/master.cfg
Expand Up @@ -429,7 +429,7 @@ class CompileMXEBuildDir(ShellCommand):


class MXEFactory(BuildFactory): class MXEFactory(BuildFactory):
def __init__(self): def __init__(self):
BuildFactory.__init__(self) BuildFactory.__init__(self)
self.addStep(Git(repourl=master_repo)) self.addStep(Git(repourl=master_repo))
self.addStep(CreateMXEBuildDir()) self.addStep(CreateMXEBuildDir())
self.addStep(CompileMXEBuildDir()) self.addStep(CompileMXEBuildDir())
Expand Down

0 comments on commit 36935c0

Please sign in to comment.