Hello, I'm a newbie here, I found the git server from: http://www.syslinux.org/wiki/index.php/Development And the web said: git clone git://git.zytor.com/syslinux/syslinux.git But it didn't work: Cloning into 'syslinux'... fatal: remote error: access denied or repository not exported: /syslinux/syslinux.git There is another git server on git.kernel.org and it works: git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git Is it the new git sever, please ? And do we still use this mailing for sending patches, please ? -- Thanks Robert
On Nov 20, 2014 1:25 AM, "Robert Yang" <liezhi.yang at windriver.com> wrote:> > > Hello, > > I'm a newbie here, I found the git server from: >http://www.syslinux.org/wiki/index.php/Development > > And the web said: > git clone git://git.zytor.com/syslinux/syslinux.git > > But it didn't work: > Cloning into 'syslinux'... > fatal: remote error: access denied or repository not exported:/syslinux/syslinux.git> > > There is another git server ongit.kernel.organd it works: > git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git > > Is it the new git sever, please ? And do we still use this mailing for > sending patches, please ?It's actually the one that's preferred though at times has lagged. There's no difference at this time. http://www.syslinux.org/archives/2014-October/022720.html --Gene
Robert Yang <liezhi.yang at windriver.com> writes:> Cloning into 'syslinux'... > fatal: remote error: access denied or repository not exported: /syslinux/syslinux.gitYes, it stopped working some time ago. Hopefully somebody with the power will fix it.> There is another git server on git.kernel.org and it works: > git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git > > Is it the new git sever, please?To my knowledge that isn't the offical one, but it looks current.> And do we still use this mailing for sending patches, please ?Yes. -- Regards, Feri.
> > Hello, > > I'm a newbie here, I found the git server from: > http://www.syslinux.org/wiki/index.php/Development > > And the web said: > git clone git://git.zytor.com/syslinux/syslinux.git > > But it didn't work: > Cloning into 'syslinux'... > fatal: remote error: access denied or repository not exported: > /syslinux/syslinux.git > > > There is another git server on git.kernel.org and it works: > git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git > > Is it the new git sever, please ? And do we still use this mailing for > sending patches, please ? > > -- > Thanks > > Robert > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux >Patches are welcome here. Both repositories are official, but they are sometimes not fully synchronized during development periods between stable releases. Currently the zytor git repo is down (and has been down since the release of Syslinux 6.03). I have updated the wiki page to reflect the current information. Regards, Ady.
On 11/20/2014 04:46 AM, Ady wrote:> > Patches are welcome here. > > Both repositories are official, but they are sometimes not fully > synchronized during development periods between stable releases. > > Currently the zytor git repo is down (and has been down since the > release of Syslinux 6.03). > > I have updated the wiki page to reflect the current information. >It is currently broken after a server upgrade. People with accounts can push, but the anonymous git server is broken and I have not yet had a chance to repair it. I'm guessing it is Yet Another SELinux Problem[TM]. -hpa
Reasonably Related Threads
- [PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
- [PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
- [PATCH 0/9] linux/syslinux: support ext2/3/4 device
- [PATCH 1/2] libupload: fix parallel build issue
- [PATCH 8/8] libinstaller/syslxopt.c: update the help text.