summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Add morphlib.Error and make local repo cache exceptions be based on itLars Wirzenius2012-04-252-2/+11
* builder2 tests: add extra required parameterRichard Maw2012-04-251-2/+3
* Merge branch 'rm/cpan-paths'Richard Maw2012-04-251-1/+7
|\
| * CPANBuildSystem: split command into linesRichard Maw2012-04-251-1/+7
| * CPANBuildSystem: install into perl dirs insteadRichard Maw2012-04-251-1/+1
| * CPANBuildSystem: install to standard pathsRichard Maw2012-04-241-1/+1
* | Setup /proc in staging only if using chroot; install staging-fillersLars Wirzenius2012-04-251-19/+27
* | Log installed artifacts; do not log shell commandsLars Wirzenius2012-04-251-2/+4
* | Add logging to /proc mounting and unmounting, and create /procLars Wirzenius2012-04-241-0/+4
* | Mount /proc while building a chunkLars Wirzenius2012-04-241-0/+14
* | builder2: fix line widthRichard Maw2012-04-241-1/+2
* | Merge remote-tracking branch 'origin/master' into rm/timings-backRichard Maw2012-04-242-7/+20
|\ \
| * | Use submodule url, not path, to find it in the repo cacheLars Wirzenius2012-04-241-1/+1
| * | Make builder get submodule cache repo path cleanlyLars Wirzenius2012-04-242-12/+18
| * | Fix fix of submodule checkoutsLars Wirzenius2012-04-241-2/+3
| * | Fix how the new builder code checks out submodulesLars Wirzenius2012-04-241-1/+7
* | | builder2: fix system buildingRichard Maw2012-04-241-3/+4
| |/ |/|
* | builder tests: cover metadata writing to cacheRichard Maw2012-04-241-1/+69
* | builder: cache metadata in the right pathRichard Maw2012-04-241-2/+3
* | builder: add build times againRichard Maw2012-04-241-139/+183
|/
* cachekeycomputer: use sha1s in the cache_idRichard Maw2012-04-231-1/+1
* cachekeycomputer: log get_cache_id as wellRichard Maw2012-04-231-0/+4
* Add missing import, oopsLars Wirzenius2012-04-231-0/+1
* Add more logging to cache key computationLars Wirzenius2012-04-231-0/+4
* CPANBuildSystem: use $PREFIXRichard Maw2012-04-231-1/+1
* CPANBuildSystem: use destdirRichard Maw2012-04-231-1/+1
* buildsystem: rename Perl build system to CPANRichard Maw2012-04-231-4/+4
* buildsystem.py: Add support for generic Perl build systemJavier Jardón2012-04-231-0/+28
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-04-236-10/+15
|\
| * 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
| * morph: add cache id to the meta filesRichard Maw2012-04-203-1/+6
* | 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-202-26/+53
|\
| * 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
|/
* Fix how we run commands in a chrootLars Wirzenius2012-04-201-1/+2
* morph: integrate MorphologyFactoryRichard Maw2012-04-201-0/+1
* morphologyfactory: work without RemoteRepoCacheRichard Maw2012-04-202-6/+42
* 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
* Fix LocalRepoCache tests.Jannis Pohlmann2012-04-192-4/+4