Your message dated Sat, 08 Oct 2016 16:30:56 -0400
with message-id <[email protected]>
and subject line VCS issue / git clone fails
has caused the Debian Bug report #838636,
regarding VCS issue / git clone fails
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 [email protected]
immediately.)


-- 
838636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838636
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:log4cpp
Version: 1.1.1-3
Severity: important

The package advertises the VCS URLs

Vcs-Git: https://anonscm.debian.org/git/collab-maint/log4cpp.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/log4cpp.git/


Cloning from the first URL gives an error:

$ git clone https://anonscm.debian.org/git/collab-maint/log4cpp.git
Cloning into 'log4cpp'...
remote: Counting objects: 59, done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 59 (delta 17), reused 0 (delta 0)
Unpacking objects: 100% (59/59), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.



It looks like there is no master branch and the repository is not
configured to tell the client which branch to use.

Maybe this can be resolved by doing something like this in the bare
repository in alioth:

git symbolic-ref HEAD refs/heads/debian

--- End Message ---
--- Begin Message ---
I fixed the HEAD file to point to the debian branch by default.
anonscm.debian.org /git/collab-maint/log4cpp.git/HEAD
now contains
ref: refs/heads/debian

Thanks for the report, sorry for not fixing this faster
(and not getting it right from when I first set up the repo).
-Maitland

--- End Message ---

Reply via email to