summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix something that was inserted by accident.Jannis Pohlmann2012-02-141-1/+0
* First check for cached repo, then try bundles, then repos.Jannis Pohlmann2012-02-141-21/+34
* Try original repo as well if no bundle is available.Jannis Pohlmann2012-02-141-11/+13
* Rewrite get_treeish(), fetching and update code.Jannis Pohlmann2012-02-142-99/+146
* Fix potential out of memory errors when fetching large bundles.Jannis Pohlmann2012-02-141-5/+11
* SourceManager: Do not attempt to fetch bundle if update is false.Jannis Pohlmann2012-02-131-41/+48
* Set environment variables needed to build in a different prefix.Jannis Pohlmann2012-02-111-19/+21
* Add --prefix option, adjust autotools system and env variables.Jannis Pohlmann2012-02-111-6/+26
* Do not pass cmdline options to workers if their value is None.Jannis Pohlmann2012-02-101-0/+2
* Ignore submodules for which the parent repo has a non-commit object.Jannis Pohlmann2012-02-091-22/+26
* Add missing import for loggingLars Wirzenius2012-02-091-0/+1
* Add --ignore-submodules flag to avoid updating/unpacking submodules.Jannis Pohlmann2012-02-092-7/+11
* Fix test coverageLars Wirzenius2012-02-091-2/+2