[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [SCM] APT Archive Web-Frontend (Alioth repository) branch, master, updated. switch-to-templates-697-gb6cbdf8



Trying to work on translations of packages.d.o:

On 25 February 2010 23:50, Martin Ågren <martin.agren@gmail.com> wrote:
> The following commit has been merged in the master branch:
> commit b6cbdf83172c7f51c6f5f1ab1825a419e059b9fe
> Author: Martin Ågren <martin.agren@gmail.com>
> Date:   Thu Feb 25 23:50:06 2010 +0100
>
>    Correct mid-word letter capitalization (FÖrsök -> Försök).
>    Thanks, Johan Grönqvist!
>
> diff --git a/po/templates.sv.po b/po/templates.sv.po
[...]

When I pushed this commit to alioth, the mailing bot failed somehow
(yet the mail clearly made it). All output is below. This kind of
looks like a server-side problem, but this was actually my very first
commit/push to any alioth git repo, meaning I might very well be to
blame. :)

Output as promised:

me@computer:~/path$ git push
Counting objects: 7, done.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 446 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
To ssh://git.debian.org/git/webwml/packages.git
   bb00626..b6cbdf8  master -> master
/usr/local/bin/git-ciabot.pl: XML-RPC Error:
error: hooks/post-receive exited with error code 255
me@computer:~/path$

Seemingly relevant code:

my $rpc_response = $rpc_client->send_request($rpc_request);

unless (ref $rpc_response) {
  die "$0: XML-RPC Error: $RPC::XML::ERROR\n";
}

Note how the error variable is empty, yet $rpc_response doesn't seem
to be as expected. The usage of send_request seems to match that
suggested on http://search.cpan.org/dist/RPC-XML/lib/RPC/XML/Client.pm
.

Does anyone recognize this or know what the problem is?

Martin


Reply to: