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

Bug#752170: vcswatch: does not handle -b in Vcs-Git



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 to: