
stappers at stappers
Sep 26, 2007, 2:20 PM
Post #5 of 10
(2809 views)
Permalink
|
|
Re: SYSLINUX 3.52 release visible in 'git'
[In reply to]
|
|
Op 26-09-2007 om 17:35 schreef Luciano Rocha: > On Wed, Sep 26, 2007 at 06:07:27PM +0200, Geert Stappers wrote: > > > > > > [HPA just released SYSLINUX 3.52] > > > > Right now I get "version 3.50" with `git describe`, > > where I do expect 3.52. What do other people see? > > $ git pull > Already up-to-date. > $ git describe > syslinux-3.52 > > > stappers [at] alpac:/usr/src/syslinux > > $ git fetch > > Fetching refs/heads/master from > > http://www.kernel.org/pub/scm/boot/syslinux/syslinux.git using http > > * refs/heads/origin: not updating to non-fast forward branch 'master' of > > * http://www.kernel.org/pub/scm/boot/syslinux/syslinux > > old...new: a81fb89...595705f > > Note that it didn't apply the new changes. You have to merge them now. > > Also, I use the git protocol directly: > git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git Using a different URL, especial with a different protocol, could indeed be the reason that I missed tags. Webpage http://syslinux.zytor.com/wiki/index.php/Development says to use http: and it says to use `cg-update origin`, but I did previous only `cg-update`, I should have recheck the syslinux wiki earlier. But doing `cg-update origin` got me also errors: | stappers [at] alpac:/usr/src/syslinux | $ cg-update origin | Recovering from a previously interrupted fetch... | Fetching head... | cg-fetch: unable to get the HEAD branch | stappers [at] alpac:/usr/src/syslinux | $ df . | Bestandssysteem 1K-blokken Gebruikt Beschikbaar Gebruikt% | Aangekoppeld op | /dev/hda1 36985736 3876912 31230024 12% / | stappers [at] alpac:/usr/src/syslinux | $ cd .. | stappers [at] alpac:/usr/src | $ mkdir syslinux2 | stappers [at] alpac:/usr/src | $ cd !$ | cd syslinux2 | stappers [at] alpac:/usr/src/syslinux2 | $ cg-clone -s http://www.kernel.org/pub/scm/boot/syslinux/syslinux.git | Initialized empty Git repository in .git/ | Fetching head... | cg-fetch: unable to get the HEAD branch | stappers [at] alpac:/usr/src/syslinux2 | $ What is needed to fix 'cg-fetch: unable to get the HEAD branch' ? Cheers Geert Stappers _______________________________________________ SYSLINUX mailing list Submissions to SYSLINUX [at] zytor Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Please do not send private replies to mailing list traffic.
|