Mailing List Archive

GIT repository problems
The attached (full) typescript has a lot of nasty looking errors.
Need I worry about consistency?

Abbreviated:

$ cg-clone -s http://www.kernel.org/pub/scm/boot/syslinux/syslinux.git
Initialized empty Git repository in .git/
....
progress: 55 objects, 124183 bytes
Fetching tags...
Missing tag before.graphics.merge...
Missing tag before.graphics.merge...
Missing tag syslinux-1.60...
[[[repeats over and over and over]]]
Missing tag syslinux-elf-test-1...
Missing tag syslinux.1.31...
Missing tag syslinux.1.31...
error: Couldn't get
http://www.kernel.org/pub/scm/boot/syslinux/syslinux.git/refs/tags/before.graphics.merge
for tags/before.graphics.merge
The requested URL returned error: 404
error: Could not interpret tags/before.graphics.merge as something to pull
progress: 0 objects, 0 bytes
unable to fetch tags (non-fatal)

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.
Re: GIT repository problems [ In reply to ]
Bruce Korb wrote:
> The attached (full) typescript has a lot of nasty looking errors.
> Need I worry about consistency?

Not sure... cloning over http is always somewhat cantankeous. It's
possible cg-clone is too out of date to use; it appears to be abandoned,
so try using "git clone" instead.

And if you can use git protocol (git://git.kernel.org/...) that is
always preferrable.

-hpa

_______________________________________________
SYSLINUX mailing list
Submissions to SYSLINUX@zytor.com
Unsubscribe or set options at:
http://www.zytor.com/mailman/listinfo/syslinux
Please do not send private replies to mailing list traffic.