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

Bug#752170: marked as done (vcswatch: does not handle -b in Vcs-Git)



Your message dated Mon, 23 Jun 2014 19:51:02 +0000
with message-id <E1WzAGc-0007gO-Pd@moszumanska.debian.org>
and subject line qa.debian.org bug fixed in revision 3182
has caused the Debian Bug report #752170,
regarding vcswatch: does not handle -b in Vcs-Git
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
752170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752170
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Version: 3182

This bug was closed by Christoph Berg (myon) in SVN revision 3182.
Note that it might take some time until the qa.debian.org code has
been updated and cronjobs have picked up changed data.

Commit message:

Implement -b and HEAD handling for git.  Closes: #752375, #752170.

--- End Message ---

Reply to: