Statistics
| Revision:

Repository (Git)

Name Size Revision Age Author Comment
  doc 1604ee82 173 days Brett Neumeier a few non-code updates
  lib ad76bd2f 339 days Brett Neumeier allow xz decompression of source archives
  spec 887b573b 491 days Brett Neumeier report the working directory for failed commands
.gitignore 7 Bytes 206e3409 608 days Brett Neumeier Package can prepare source If the source direc...
README 1.6 KB 1604ee82 173 days Brett Neumeier a few non-code updates
TODO 661 Bytes 1604ee82 173 days Brett Neumeier a few non-code updates

Latest revisions

# Date Author Comment
1604ee82 02/06/2010 02:12 PM Brett Neumeier

a few non-code updates

ad76bd2f 08/24/2009 09:42 AM Brett Neumeier

allow xz decompression of source archives

887b573b 03/25/2009 03:24 AM Brett Neumeier

report the working directory for failed commands

0e6cffee 03/24/2009 04:36 AM Brett Neumeier

Add phase name to log files for phased recipes.

b61e9144 02/24/2009 07:54 AM Brett Neumeier

only prepare source once

A package that needs to prepare its sources should only do so
once. Otherwise, patches may be applied multiple times, leading
to problems.

5cbac417 02/22/2009 05:12 PM Brett Neumeier

improve env var handling in command lines

Sometimes, the value of an environment variable is a quoted string,
in which case the stupid "break on spaces" logic fails. Regular
expressions are more reliable.

b3c33c32 02/19/2009 03:15 PM Brett Neumeier

Handle commands with leading environment vars

When running a command like 'CC=gcc ./configure blahblahblah', litbuild
should work like bash and run the command './configure blahblahblah' with
the environment variable CC set to 'gcc'.

5da647ac 02/19/2009 02:52 PM Brett Neumeier

Clean up obsolete stuff

a01aecb2 02/19/2009 07:27 AM Brett Neumeier

use one log file for the entire stage

02d25a31 02/17/2009 05:09 PM Brett Neumeier

build-dir can now be phase-specific

For a package with phases, build-dir can be specified in the base
directives section and any subset of the phase sections. When
building a phase, the build-dir directive for that phase will be
used if there is one; otherwise the base build-dir directive will...

View revisions

Also available in: Atom