summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ignore (for now) errors updating cached git reposLars Wirzenius2012-02-091-2/+8
* Replace use of wget with pure Python code, for bootstrapping to workLars Wirzenius2012-02-091-3/+14
* Change how git clones are created from bundlesLars Wirzenius2012-02-092-7/+9
* Create bundle URL so it actually points at the bundle serverLars Wirzenius2012-02-091-1/+1
* Extract chunk submodule repos into the build directory directly.Jannis Pohlmann2012-02-082-19/+33
* Cache submodule repositories recursively.Jannis Pohlmann2012-02-083-38/+190
* Set GIT_DIR when running git archive. Drop --remote.Jannis Pohlmann2012-02-022-5/+6
* Stop after updating the repo successfully from one of the base URLs.Jannis Pohlmann2012-02-011-0/+2
* Always specify '-l' when cloning in order to use hardlinking.Jannis Pohlmann2012-02-011-1/+1
* Fix mtime handling in tests for chunk and stratum creation and unpackingLars Wirzenius2012-02-011-4/+14
* Make the code of SourceManager.get_treeish() easier to understand.Jannis Pohlmann2012-02-011-12/+12
* Save the build log of each blob as $cache_prefix.log.Jannis Pohlmann2012-01-311-2/+24
* Properly unpack dependencies into the staging area in build-single.Jannis Pohlmann2012-01-316-46/+161
* Only force TTY when using sudo. It seems to corrupt the standard output.Jannis Pohlmann2012-01-261-2/+3