similar to: SYSLINUX development is now in "git"

Displaying 18 results from an estimated 18 matches similar to: "SYSLINUX development is now in "git""

2018 Jan 18
2
Update the "repository URL" links for centos.org website
I had a bit of trouble git cloning the website since the repository URL portion isn't filled in, see: https://git.centos.org/summary/?r=websites/centos.org.git Only until I went onto https://git.centos.org/summary/?r=websites/bugs.centos.org.git was I able to infer on how to actually git clone it. Could someone possibly update the URL for
2007 Nov 19
1
biocep project (R for the Web and the Virtual R Workbench)
Dear all, I have been writing during last year at the European Bioinformatics Institute a general unified open source solution for R integration. This work is now available via this link: http://www.ebi.ac.uk/microarray-srv/frontendapp/ The different frameworks and tools of the biocep project are now robust enough for production use. The different APIs are finalized but the documentation is
2004 Aug 09
0
[LLVMdev] How to get LoopInfo within Pass subclass?
On Mon, 9 Aug 2004, Michael McCracken wrote: > On Aug 5, 2004, at 8:11 PM, Chris Lattner wrote: > > Sure, you can do that. Just use F->getParent() to get to the Module. > > D'oh. OK, so I can do what I need with a hack for now. Ok. > > We have no problem with people asking questions. :) The PassManager > > is actually do for a rewrite. The current
2004 Aug 09
2
[LLVMdev] How to get LoopInfo within Pass subclass?
On Aug 5, 2004, at 8:11 PM, Chris Lattner wrote: > > Sure, you can do that. Just use F->getParent() to get to the Module. D'oh. OK, so I can do what I need with a hack for now. >> Also, out of curiosity, why the stateless restriction - is it because >> passes may someday be run in parallel? > > Yup, exactly. That and we want to be able to make multiple instances
2018 Jan 22
0
Update the "repository URL" links for centos.org website
On 18/01/18 16:10, Charlie Drage wrote: > I had a bit of trouble git cloning the website since the repository URL > portion isn't filled in, > see:?https://git.centos.org/summary/?r=websites/centos.org.git > > Only until I went > onto?https://git.centos.org/summary/?r=websites/bugs.centos.org.git was > I able to infer on how to actually git clone it. > > Could
2010 Mar 27
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat Mar 27 21:38:52 +0100 2010, Michel Alexandre Salim wrote: > There are LLVM Git mirrors (there's one on GitHub, and I used to have > a personal clone too) but they all track only the trunk directory The Git mirror I maintain at http://github.com/earl/llvm-mirror has releases branches (and tags), currently going back to the 2.0 release. Once 2.7 is released, I'll add the
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim <michael.silvanus at gmail.com> wrote: >> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm > Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ > RA layer request failed: Server sent unexpected return value (403 > Forbidden) in response to REPORT request for >
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sun, Mar 28, 2010 at 7:05 AM, Reid Kleckner <rnk at mit.edu> wrote: > On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim > <michael.silvanus at gmail.com> wrote: >>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm >> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/ >> RA layer request
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
> A good solution, surely, would be to anoint a single official > Git/Mercurial mirror, and announce it in the same page as the SVN > checkout instructions? MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this post:
2010 Mar 31
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On 03/28/2010 09:54 PM, Chris Lattner wrote: > On Mar 28, 2010, at 10:35 AM, Jon wrote: > >>> A good solution, surely, would be to anoint a single official >>> Git/Mercurial mirror, and announce it in the same page as the SVN >>> checkout instructions? >> MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling
2010 Mar 28
2
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Mar 28, 2010, at 10:35 AM, Jon wrote: >> A good solution, surely, would be to anoint a single official >> Git/Mercurial mirror, and announce it in the same page as the SVN >> checkout instructions? > > MRI Ruby interpreter development did that and it seems to working fine. Of interest is their handling of branches and tags as discussed by Vladimir and Eric in this
2010 Mar 27
4
[LLVMdev] [repository] Make LLVM repository Git-clonable
Hi, As a Linux package maintainer I tend to follow LLVM mostly towards the end of each release cycle; nevertheless, I sometimes need to keep track of multiple LLVM branches at the same time. It would be great if I could use Git's SVN to clone the repository once, and then have the full version history available locally in a compact format. As a bonus, this will reduce the load on the server
2007 Nov 19
0
biocep project - R for the Web and the Virtual R Workbench
Dear all, I have been writing during last year at the European Bioinformatics Institute a general unified open source solution for R integration. This work is now available via this link: http://www.ebi.ac.uk/microarray-srv/frontendapp/ The different frameworks and tools of the biocep project are now robust enough for production use. The different APIs are finalized but the documentation is
2004 Aug 10
1
[LLVMdev] How to get LoopInfo within Pass subclass?
On Aug 9, 2004, at 1:46 PM, Chris Lattner wrote: >> Well, I took a look at it a bit over the weekend. I am probably not >> the >> right person to do the complete rewrite, for instance reworking the >> Pass class hierarchy doesn't sound like something I'd want to do. Just >> getting to this point has been a bit of an education in real C++. > > Ok, fair
2002 Sep 07
0
configuration problem
I must say that the sum of rates of child classes is higher than the rate of class 1:1(parent class); My configuration: tc qdisc add dev eth1 root handle 1: htb default 2 tc class add dev eth1 parent 1: classid 1:1 htb rate 500Kbit prio 1 quantum 2000 tc class add dev eth1 parent 1: classid 1:2 htb rate 9999Kbit prio 1 quantum 2000 Classes: tc class add dev eth1 parent 1:1 classid 1:601 htb rate
2010 Apr 07
53
ZFS RaidZ recommendation
I have been searching this forum and just about every ZFS document i can find trying to find the answer to my questions. But i believe the answer i am looking for is not going to be documented and is probably best learned from experience. This is my first time playing around with open solaris and ZFS. I am in the midst of replacing my home based filed server. This server hosts all of my media
2007 Nov 23
0
R users in Cyprus
Dear friends, are there enough R users in Cyprus to form a club? jason Dr. Iasonas Lamprianou Department of Education The University of Manchester Oxford Road, Manchester M13 9PL, UK Tel. 0044 161 275 3485 iasonas.lamprianou at manchester.ac.uk ----- Original Message ---- From: "r-help-request at r-project.org" <r-help-request at r-project.org> To: r-help at r-project.org
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
Signed-off-by: Scott Seago <sseago at redhat.com> --- AUTHORS | 17 ++++++ README | 10 +++ conf/ovirt-agent | 12 ++++ conf/ovirt-db-omatic | 12 ++++ conf/ovirt-host-browser | 12 ++++