Package: qa.debian.org
Severity: normal

vcswatch fails to check git repositories that have an additional -b
$branch in Vcs-Git. I guess there is only some argument splitting
missing. The error looks like vcswatch runs

 git clone "$repo -b $branch"

but should run

 git clone $repo -b $branch

in this case.

The error can be seen on the page for libdiscid:
http://qa.debian.org/cgi-bin/vcswatch?package=libdiscid

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to