jhbuild r2529 - in trunk: . jhbuild/commands
- From: johncarr svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2529 - in trunk: . jhbuild/commands
- Date: Mon, 17 Nov 2008 15:49:13 +0000 (UTC)
Author: johncarr
Date: Mon Nov 17 15:49:13 2008
New Revision: 2529
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2529&view=rev
Log:
* jhbuild/commands/checkmodulesets.py: Show which URL we are testing so its quicker to track down problems
Modified:
trunk/ChangeLog
trunk/jhbuild/commands/checkmodulesets.py
Modified: trunk/jhbuild/commands/checkmodulesets.py
==============================================================================
--- trunk/jhbuild/commands/checkmodulesets.py (original)
+++ trunk/jhbuild/commands/checkmodulesets.py Mon Nov 17 15:49:13 2008
@@ -38,9 +38,9 @@
try:
if not mod.branch.exists():
- uprint(_('E: %(module)s is unreachable!') % {'module': mod.name,})
+ uprint(_('E: %(module)s is unreachable (%(href)s)') % {'module': mod.name, 'href': mod.branch.module})
except NotImplementedError:
if False:
- uprint(_('W: Cannot check %(module)s') % {'module': mod.name,})
+ uprint(_('W: Cannot check %(module)s (%(href)s)') % {'module': mod.name, 'href': mod.branch.module})
register_command(cmd_checkmodulesets)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]