summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* buildsystem.py: Add support for generic Perl build systemJavier Jardón2012-04-231-0/+28
* Normalize test output for build-system.python-distutils testLars Wirzenius2012-04-232-5/+8
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-2311-10/+153
|\
| * tests: add test for python distutilsRichard Maw2012-04-232-0/+72
| * PythonDistutilsBuildSystem: set --prefixRichard Maw2012-04-231-1/+1
| * morphlib/morph2: correct the unit testsRichard Maw2012-04-231-4/+4
| * morphlib/morph2: default commands are NoneRichard Maw2012-04-231-4/+4
| * tests: add test for build-system: autotoolsRichard Maw2012-04-232-0/+65
| * morph: add cache id to the meta filesRichard Maw2012-04-204-1/+7
* | Break too-long lineLars Wirzenius2012-04-231-1/+2
* | Fix make-patch to use new builder stuff, and its cmdtest testLars Wirzenius2012-04-237-131/+144
* | Log command output at debug level if there was no errorLars Wirzenius2012-04-231-5/+7
|/
* Add missing import for shutilLars Wirzenius2012-04-201-0/+1
* Remove unnecessary argument from unpack_binary_from_file callLars Wirzenius2012-04-201-1/+1
* Add log message to indicate we got an error while system image buildingLars Wirzenius2012-04-201-1/+3
* Only create mount point if it is missingLars Wirzenius2012-04-201-1/+2
* Add logging to easier trace what's happening in system buildingLars Wirzenius2012-04-201-0/+16
* Fix reference to morphology (via source, no longer in artifact)Lars Wirzenius2012-04-201-2/+2
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-204-27/+64
|\
| * morphless chunks test: fix outputRichard Maw2012-04-202-1/+11
| * morphologyfactory: infer build system without listRichard Maw2012-04-202-26/+53
* | Always log output of commands executed, for easier build debuggingLars Wirzenius2012-04-201-7/+8
|/
* Only install chunk artifacts when we shouldLars Wirzenius2012-04-201-10/+19
* Fix how we run commands in a chrootLars Wirzenius2012-04-201-1/+2
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-207-156/+102
|\
| * bootstrap: remove wget-listRichard Maw2012-04-203-83/+1
| * morph: integrate MorphologyFactoryRichard Maw2012-04-202-33/+26
| * morph: attempt to simplify morphology iterationRichard Maw2012-04-201-66/+65
| * morphologyfactory: work without RemoteRepoCacheRichard Maw2012-04-202-6/+42
* | Fix morph to obey no-git-update when buildingLars Wirzenius2012-04-201-1/+2
|/
* Drop httplib2 in RemoteRepoCache, use custom HeadRequest and urllib2.Jannis Pohlmann2012-04-201-6/+13
* add morphology factoryRichard Maw2012-04-192-0/+153
* Add RemoteArtifactCache. Move metadata basename code into Artifact.Jannis Pohlmann2012-04-195-2/+262
* Add test case for morphless chunksLars Wirzenius2012-04-191-0/+61
* Fix LocalRepoCache tests.Jannis Pohlmann2012-04-192-4/+4
* Clone repos with no checkout, use correct gits cache dir in cmd_build.Jannis Pohlmann2012-04-192-3/+3
* morph: try not needing a morph for chunksRichard Maw2012-04-191-7/+14
* Remove old build commandLars Wirzenius2012-04-181-44/+0
* Set cache key in newly created artifact objectsLars Wirzenius2012-04-181-1/+3
* Fixes to adapt to changes in masterLars Wirzenius2012-04-182-16/+20
* Add logging to make it easier to see if something gets builtLars Wirzenius2012-04-181-0/+3
* Give StagingArea a temporary directory separatelyLars Wirzenius2012-04-181-2/+9
* Make StagingArea get temporary directory separately from root directoryLars Wirzenius2012-04-182-8/+6
* Fix minor problemsLars Wirzenius2012-04-183-5/+7
* Add a way to unpack a tar file from an open file handleLars Wirzenius2012-04-181-0/+12
* Log the actual environment variables used when runningLars Wirzenius2012-04-181-1/+1
* Have a default 'chunks' field in a chunk morphologyLars Wirzenius2012-04-183-1/+3
* Fix expected output for test caseLars Wirzenius2012-04-181-1/+1
* Add preliminary build2 subcommandLars Wirzenius2012-04-182-5/+124
* Start a new builder classLars Wirzenius2012-04-183-0/+484