Archived
1
0

Launch send_git in background

This commit is contained in:
Mercier Pierre-Olivier 2013-11-03 03:12:57 +01:00
parent 801d59d860
commit b5a8b5f5f9

View File

@ -112,7 +112,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
"rendu" => $tag,
"login" => $repo_login,
# "path" => "ssh://git\@localhost/".$ENV{GL_REPO},
});
}, undef, 1);
};
if ($@) {
my $err = $@;