summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-023-126/+337
* 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
* Use Tempdir.remove instead of rm, and drop unused Tempdir.clearLars Wirzenius2012-02-282-21/+0
* Refactor tests to share more common codeLars Wirzenius2012-02-281-15/+18
* Remove pointless empty directory from testLars Wirzenius2012-02-281-2/+0
* Document why test ignore directory size and mtimeLars Wirzenius2012-02-281-0/+11
* Remove version numberLars Wirzenius2012-02-281-3/+0
* Set sensible defaults for git-base-url, bundle-server, cachedir, max-jobsLars Wirzenius2012-02-281-4/+1
* Remove unnecessary parenthesesLars Wirzenius2012-02-271-2/+2
* Remove unnecessary unittest tearDown methodLars Wirzenius2012-02-271-3/+0
* Make ./check check for long lines (with excptions); fix long linesLars Wirzenius2012-02-273-5/+8
* Remove the system testing subcommands and related codeLars Wirzenius2012-02-272-156/+0
* Create chunks, strata in cache via temporary filesLars Wirzenius2012-02-279-22/+235
* Hide git output from unit test outputLars Wirzenius2012-02-272-4/+6
* 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
* Apply the test changes of the previous commit to all related tests.Jannis Pohlmann2012-02-241-2/+6
* Merge remote branch 'origin/master'Lars Wirzenius2012-02-242-21/+17
|\
| * Rework the bundle code to set the bundle filename outside _wget().Jannis Pohlmann2012-02-242-24/+14
| * Make sure to always remove bundles on errors or when we've cloned them.Jannis Pohlmann2012-02-241-0/+6
* | 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
|/
* Make sure to remove cached git dirs if cloning/extracting fails.Jannis Pohlmann2012-02-221-1/+5
* Use "cp -a" and "git checkout" to unpack sources in the build tree.Jannis Pohlmann2012-02-222-13/+25
* Improve log messages and warnings when caching repos.Jannis Pohlmann2012-02-221-2/+3
* Fix exception when updating a cached clone in _cache_repo_from_url().Jannis Pohlmann2012-02-221-0/+1
* builder.py: use sh -c instead of writing a scriptRichard Maw2012-02-211-11/+2
* Delay bundle and base URL errors until we are sure all of them failed.Jannis Pohlmann2012-02-201-15/+21
* Update quote_url() to replace : with _.Jannis Pohlmann2012-02-201-4/+9
* Handle empty/short lines when validating submodulesLars Wirzenius2012-02-171-1/+1
* 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
* | Use a colon-less local filename for saved bundlesLars Wirzenius2012-02-161-0/+1
* | 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
* Log whenever updating origin fails.Jannis Pohlmann2012-02-141-0/+1
* Switch to caching repos without checking them out.Jannis Pohlmann2012-02-141-5/+6
* 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
* Ignore remote update failures in bootstrap mode.Jannis Pohlmann2012-02-141-1/+3
* Drop an unnecessary print statement.Jannis Pohlmann2012-02-141-1/+0