[jhbuild] fix regression of #592438 caused by commit for #592433
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] fix regression of #592438 caused by commit for #592433
- Date: Wed, 28 Apr 2010 11:32:16 +0000 (UTC)
commit c209f38dfc18d840840f96ffcb4dcce2add2cb2f
Author: Sascha Silbe <sascha-pgp silbe org>
Date: Sun Jan 31 11:28:49 2010 +0000
fix regression of #592438 caused by commit for #592433
jhbuild/commands/bot.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py
index b2ce18b..4ab28c5 100644
--- a/jhbuild/commands/bot.py
+++ b/jhbuild/commands/bot.py
@@ -168,6 +168,7 @@ class cmd_bot(Command):
config.build_targets = ['install']
elif args[0] == 'check':
config.makecheck = True
+ config.build_targets = ['check']
phases = ['check']
elif args[0] == 'clean':
phases = ['clean']
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]