Displaying 5 results from an estimated 5 matches for "lkg".
Did you mean:
lg
2012 Nov 04
2
[LLVMdev] Last Known Good Builds?
...automated build succceds on ALL supported host platforms AND the
test suite succeeds, the build is marked as "Last Known Good" and
automatically published to the website so that people can download it
without using Subversion. There should always only be one and only one
Last Known Good (LKG) build - which is sort of equivalent to a "daily
tarball", albeit it is known to build properly on all platforms.
I believe step 1 is already in place, but perhaps the project's build
master, or I, can put together some Python scripts to automate the process
of making a LKG build.
W...
2012 Nov 05
0
[LLVMdev] Last Known Good Builds?
> Why is the LKG build so important? Because in software development in
> general, you want to reduce the "granularity" of the process as much as
> possible, approximating a kurve rather than a series of steps. If people
> adopt LLVM v3.1 and then have to wait one year for another update (v3.2)...
2012 Nov 05
1
[LLVMdev] Last Known Good Builds?
...rmation. All I know is that it is quite
difficult to find a working version on the trunk. I think this especially
hit those that are new to LLVM and yet want to play around with the
bleeding edge version.
I think you are right about extracting the last green build using the JSON
API instead of a LKG tarball. I didn't know it existed and hardly know
what it means. JSON is some Java technology? Is there any documentation
of this anywhere?
Perhaps somebody will volunteer to write up a few pages on how to extract
the last green build like you say? That would be most helpful.
2012/11/5 Se...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port.
Problem:
For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2010 Oct 15
0
nomianl response model
...------
Message: 79
Date: Wed, 13 Oct 2010 15:34:27 -0300
From: Henrique Dallazuanna <wwwhsd at gmail.com>
To: Bart Joosen <bartjoosen at hotmail.com>
Cc: r-help at r-project.org
Subject: Re: [R] Regular expression to find value between brackets
Message-ID:
<AANLkTinAUe_3dA8SNc7hTK4+LKg-Y+nFFgXPRH5vo8v0 at mail.gmail.com>
Content-Type: text/plain
Try this:
replace(gsub(".*\\((.*)\\)$", "\\1", tests), !grepl("\\(.*\\)", tests), "")
On Wed, Oct 13, 2010 at 3:16 PM, Bart Joosen <bartjoosen at hotmail.com> wrote:
>
> Hi,
>...