summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into rm/morph-pass1-mergeRichard Maw2012-03-161-20/+44
|\ \ | |/
| * Fix morph cache key to use morphology filename rather than declared nameLars Wirzenius2012-03-151-1/+1
| * Fix system image building with morphLars Wirzenius2012-03-151-19/+43
* | build-system: autotools: use PREFIXRichard Maw2012-03-141-1/+1
* | morphlib.builder.Builder: PREFIX changes cache-keyRichard Maw2012-03-131-1/+1
* | morphlib.builder.Builder: fix sharing envRichard Maw2012-03-131-5/+8
* | morphlib.builder.Builder: key depends on some envRichard Maw2012-03-131-2/+5
|/
* morphlib/builder.py: bring it closer to mkimage.shRichard Maw2012-03-081-23/+21
* Return nothing from do_build/build; fix unassigned built_items bug.Jannis Pohlmann2012-03-061-13/+5
* Remove unused argument from Builder.build and build_single methodsLars Wirzenius2012-03-021-2/+2
* Remove unnecessary Builder.settings attributeLars Wirzenius2012-03-021-2/+2
* Move cleaning of environment into morphLars Wirzenius2012-03-021-87/+12
* Simplify instantiation of BlobBuilder subclassesLars Wirzenius2012-03-021-27/+21
* Remove unused app parameter and attribute to BlobBuilderLars Wirzenius2012-03-021-5/+4
* Remove unnecessary variableLars Wirzenius2012-03-021-1/+0
* Remove unnecessary method (which also had an unhelpful name)Lars Wirzenius2012-03-021-4/+1
* Remove unused kwargs usage from prepare_binary_metadataLars Wirzenius2012-03-021-3/+1
* Refactor to clarify code a tiny bit by moving variable setting close to useLars Wirzenius2012-03-021-1/+1
* Simplify how files are created in the cache directoryLars Wirzenius2012-03-021-11/+6
* Simplify how BlobBuilder.builds gets implemented/inheritedLars Wirzenius2012-03-021-4/+10
* Simplify what the BlobBuilder.build method doesLars Wirzenius2012-03-021-38/+38
* Remove unnecessary variableLars Wirzenius2012-03-021-7/+2
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-021-125/+171
* Remove unnecessary import of time moduleLars Wirzenius2012-02-281-1/+1
* Add comment explaining PATH trickery when running ldconfigLars Wirzenius2012-02-281-0/+7
* Builder.build and build_single also do not need to return values anymoreLars Wirzenius2012-02-281-6/+1
* Remove unused needs_built methodLars Wirzenius2012-02-281-4/+0
* Set sensible defaults for git-base-url, bundle-server, cachedir, max-jobsLars Wirzenius2012-02-281-4/+1
* Make ./check check for long lines (with excptions); fix long linesLars Wirzenius2012-02-271-1/+2
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-271-5/+13
* Hide git output from unit test outputLars Wirzenius2012-02-271-1/+1
* morph: drop special case .git in mtime settingRichard Maw2012-02-271-6/+4
* morph: use right dir for set mtimeRichard Maw2012-02-271-1/+1
* morph: set mtime after submodule extractRichard Maw2012-02-271-1/+1
* Exclude the .git directory from mtime changing, just in caseLars Wirzenius2012-02-241-5/+7
* Set mtime of all files after git checkout of source tree for buildingLars Wirzenius2012-02-241-0/+19
* Use "cp -a" and "git checkout" to unpack sources in the build tree.Jannis Pohlmann2012-02-221-2/+9
* builder.py: use sh -c instead of writing a scriptRichard Maw2012-02-211-11/+2
* Add Assert to make sure the destdir muckery is safeLars Wirzenius2012-02-171-0/+1
* Remove staging path prefix from $DESTDIR when we run things in chrootLars Wirzenius2012-02-171-0/+7
* Show the commands to be run in chrootLars Wirzenius2012-02-171-0/+1
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-02-161-1/+2
|\
| * build-system: autotools now runs autoreconfRichard Maw2012-02-161-1/+2
* | Fix how ldconfig is runLars Wirzenius2012-02-161-2/+2
* | Build non-bootstrap chunks inside a staging chrootLars Wirzenius2012-02-161-4/+27
|/
* Fix overriding of build system commandsLars Wirzenius2012-02-151-1/+15
* Allow *-commands to override commands provided by build systemLars Wirzenius2012-02-151-18/+25
* Revert "Add --prefix option, adjust autotools system and env variables."Jannis Pohlmann2012-02-141-26/+6
* Revert "Set environment variables needed to build in a different prefix."Jannis Pohlmann2012-02-141-21/+19
* Set environment variables needed to build in a different prefix.Jannis Pohlmann2012-02-111-19/+21