similar to: git clone of syslinux with http - submodule issue

Displaying 20 results from an estimated 3000 matches similar to: "git clone of syslinux with http - submodule issue"

2015 Nov 23
2
git clone of syslinux with http - submodule issue
On Sun, Nov 22, 2015 at 5:49 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > >> The wiki: >> http://www.zytor.com/mailman/listinfo/syslinux > As of the moment I am writing this email, the current version of the > page you are actually referring to: > > http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419 > > was last edited on
2015 Nov 23
0
git clone of syslinux with http - submodule issue
2015-11-23 3:25 UTC+01:00, Gene Cumm via Syslinux <syslinux at zytor.com>: > On Sun, Nov 22, 2015 at 5:49 PM, Ady via Syslinux <syslinux at zytor.com> > wrote: >> >>> The wiki: >>> http://www.zytor.com/mailman/listinfo/syslinux > >> As of the moment I am writing this email, the current version of the >> page you are actually referring
2015 Nov 22
0
git clone of syslinux with http - submodule issue
> The wiki: > http://www.zytor.com/mailman/listinfo/syslinux As of the moment I am writing this email, the current version of the page you are actually referring to: http://www.syslinux.org/wiki/index.php?title=Development&oldid=4419 was last edited on 2015Oct25. > says to use this to clone git with http rather than git protocol: > git clone --recursive
2015 Oct 09
2
git clone --recursive
Hi, We use a git submodule for gnu-efi. What would be the downside of changing git clone git://repo.or.cz/syslinux.git into git clone --recursive git://repo.or.cz/syslinux.git on the Syslinux wik? Cheers Geert Stappers $ git clone git://repo.or.cz/syslinux.git Cloning into 'syslinux'... remote: Counting objects: 50546, done. remote: Total 50546 (delta 0), reused 0 (delta 0)
2018 Nov 19
1
[supermin PATCH] autogen: Run bootstrap if submodule is not initialized
This used to be the case before commit 30de2cb603cd. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- README | 1 - autogen.sh | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index 679bf7010bbe..e5187a65ed47 100644 --- a/README +++ b/README @@ -107,7 +107,6 @@ Building and installing If you're cloning this from git the first
2016 Oct 09
3
Embedding llvm as a git submodule in Project
Hi all. I want to use llvm in my project and I want to make llvm a git submodule in my project. http://llvm.org/docs/CMake.html#embedding-llvm-in-your-project At this in the documentation it claims to describe how to embed llvm into a project. I tried it that way but it doesn't work, because there isn't any findLLVM.cmake in the llvm/cmake/modules directory anymore (i don't
2009 Dec 02
1
[PATCH libguestfs] accommodate leading "+" in git submodule output
With the very latest git, "git submodule status" output may now start with a "+". This change makes it so that is also stripped away before comparing current and stored SHA1 values. >From 1bc2c5def80b8a0860a1980551d433f1fdce9a50 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Wed, 2 Dec 2009 15:06:48 +0100 Subject: [PATCH libguestfs]
2016 Oct 10
2
Embedding llvm as a git submodule in Project
Hi Timo: You need to find LLVMConfig.cmake in the binary or install directory tree, not the source tree. Although I don't embed clang/llvm, my config might help you figure it -- clang/llvm installed under (could have used build directory) ~/usr : $ cd /Users/dhinton/projects/cover/build/ && rm -rf * && CC=~/usr/bin/clang CXX=~/usr/bin/clang++ LLVM_DIR=~/usr/lib/cmake/llvm
2014 Jan 02
1
version: Bump version & Lua
Geert Stappers <stappers at stappers.nl> writes: > Op 2014-01-02 om 14:59 schreef Ferenc Wagner: > >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >>> On 12/12/2013 12:31 AM, Ferenc Wagner wrote: >>> >>>> Shall I rebase it to the current firmware head? >>>> >>>> Also, 5.2.3 was released a couple of
2016 Oct 10
2
Embedding llvm as a git submodule in Project
Sorry my example wasn't helpful. I did take a quick look at rust -- though I didn't download or try to build it -- and they seem to allow you to use an installed or prebuilt version in addition to building it in-tree. However, even when they build it in-tree, they build the whole thing -- see mk/llvm.mk. Good luck... On Mon, Oct 10, 2016 at 1:33 AM, Timo Janssen via llvm-dev <
2008 Mar 19
3
svn externals and git submodules
This is a request to split up the repository into at least two repositories rspec rspec_core (loaded as svn_external or git submodule) rspec_on_rails (loaded as svn_external or git submodule) We could load the plugins the same way as before ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_core ruby script/plugin install
2015 Sep 16
3
gnu-efi submodule WAS: efi: Makefile improvement
> >>> > > How about > > 1) Laying every needed versions of gnu-efi under its own directory where > > its name could be just the version. > > 2) Defining the gnu-efi version to use in a Makefile variable; if the source > > is not present then the Makefile triggers the corresponding > > "check out" with git. > > > The
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
On Nov 30, 2013 7:33 PM, "Geert Stappers" <stappers at stappers.nl> wrote: > > Op 2013-11-30 om 13:12 schreef Gene Cumm: > <bigsnip/> > > > > Is there any chance you two could try my branch efi-fixes (commit > > d04b0edf) as I believe this solves the issues of the changing > > StationPort and routing difficulties of both a single subnet and
2000 May 12
2
LPRng question
<It seems that the print command is trying to find the printer at location 'localhost'. Since this is a network printer it is not at localhost is it?> Yeah, the error messages made no sense to me either! Well, like I said earlier: < The IP address of this printer is 10.1.1.192. I call this printer nero, and have it listed in my /etc/hosts file> Here is a copy of part of my
2008 Jun 02
3
GiT and RSpec
> > Message: 2 > Date: Thu, 29 May 2008 06:35:01 -0700 > From: David Chelimsky <dchelimsky at gmail.com> > Subject: Re: [rspec-users] Coloured output in rspec 1.1.4 > To: rspec-users at rubyforge.org > Message-ID: <175B70FE-B706-4C03-8B20-C5B207268AD6 at gmail.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > On May 29, 2008,
2003 Sep 01
4
Sip Software from Nero Folk?
http://www.nero.com/us/631911127302064.html Have you all seen this? Its a SIP softphone put out by the people that do the CD burning software Nero... Check it out it works with * Dave
2008 Oct 01
1
nero 7
I'm trying to install it but it says your system has not been modified.what can i do help!!!
2009 Sep 01
0
script/plugin install vs git submodule add
I''ve found several web pages that describe how to use git submodules to install plugins, but it seems that those pages are missing something (or more likely, I am) . In a nutshell, they advise replacing $ script/plugin install git://path_to_spiffy_plugin with $ git submodule add git://path_to_spiffy_plugin vendor/plugins/spiffy_plugin It seems to me that these are not exactly
2015 Jun 21
1
[syslinux:master] core/pxe: extend parse_dhcp() for packet type
On Sun, Jun 21, 2015 at 11:12:07AM -0700, syslinux-bot wrote: > Commit-ID: 38e861ebf45a804bc5fbd74d9c19292822c84487 > Gitweb: http://www.syslinux.org/commit/38e861ebf45a804bc5fbd74d9c19292822c84487 > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sat, 20 Jun 2015 21:17:18 -0400 > Committer: Gene Cumm <gene.cumm at gmail.com> > CommitDate: Sat, 20
2001 Dec 12
1
Nero under Wine.. no writers show up
hi, i have problems getting nero recognize my atapi cd-writer under wine.. when i start nero, there's one message that repeats all the time: err:aspi:ASPI_GetHCforController Could not open HKEY_DYN_DATA\WineScsi\ControllerMap\c00, error=2 i think that is the cause, why my cd-writer isn't recognized by nero, but what can i do about that? or what does this message tell me? ;) thx in