jhbuild r2229 - in trunk: . jhbuild/buildbot
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2229 - in trunk: . jhbuild/buildbot
- Date: Thu, 14 Aug 2008 09:00:42 +0000 (UTC)
Author: fpeters
Date: Thu Aug 14 09:00:42 2008
New Revision: 2229
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2229&view=rev
Log:
* jhbuild/buildbot/steps.py: revert the passing of jhbuildrc as the
jhbuildrc location on master has no use on slaves.
Modified:
trunk/ChangeLog
trunk/jhbuild/buildbot/steps.py
Modified: trunk/jhbuild/buildbot/steps.py
==============================================================================
--- trunk/jhbuild/buildbot/steps.py (original)
+++ trunk/jhbuild/buildbot/steps.py Thu Aug 14 09:00:42 2008
@@ -102,7 +102,6 @@
command = ['jhbuild']
if (moduleset is not None):
command += ['--moduleset='+moduleset]
- command += ['-f', jhbuild_config.filename]
command += ['bot', '--step', stage, module]
self.name =module + ' ' + stage
self.description = [module + ' ' + stage + ' (running)']
@@ -131,7 +130,6 @@
command = ["jhbuild"]
if (moduleset is not None):
command += ['--moduleset='+moduleset]
- command += ['-f', jhbuild_config.filename]
command += ['bot', '--step', 'run', '--in-builddir', module,
'--', action]
self.name=module+" "+" ".join(action)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]