Discussion:
[software/build-system/iurt] branch master updated (7f6069f -> 76f355f)
root-odJJhXpcy38dnm+
2014-04-30 16:43:07 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a change to branch master
in repository software/build-system/iurt.

from 7f6069f 0.6.21
new 76f355f perl_checker cleanup

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
iurt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-04-30 16:43:08 UTC
Permalink
This is an automated email from the git hooks/post-receive script.

tv pushed a commit to branch master
in repository software/build-system/iurt.

commit 76f355f9b7f5fb30e77a825b1894af80fe10e7be
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Wed Apr 30 18:42:58 2014 +0200

perl_checker cleanup
---
Commit Link:
http://gitweb.mageia.org/software/build-system/iurt/commit/?id=76f355f9b7f5fb30e77a825b1894af80fe10e7be

iurt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/iurt b/iurt
index 4269859..3a3eeee 100755
--- a/iurt
+++ b/iurt
@@ -518,7 +518,7 @@ my %config_usage = (

if ($run{config_usage}) {
config_usage(\%config_usage, $config);
- exit;
+ exit();
}

if (!$config->{repository}) {
--
Mageia Git Monkeys.
Loading...