summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch to caching repos without checking them out.Jannis Pohlmann2012-02-141-5/+6
* scripts: use EXIT traps to unmountRichard Maw2012-02-142-7/+7
* Make run-bootstrap-in-chroot unless required env vars are setLars Wirzenius2012-02-141-4/+2
* Revert "Add --prefix option, adjust autotools system and env variables."Jannis Pohlmann2012-02-142-30/+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
* Use the correct (master) branch for foundation during bootstrapLars Wirzenius2012-02-131-2/+2
* SourceManager: Do not attempt to fetch bundle if update is false.Jannis Pohlmann2012-02-131-41/+48
* Make the parameter to run-bootstrap-in-chroot not be optionalLars Wirzenius2012-02-131-7/+7
* Always (re-)create the do-squeeze-chroot scriptLars Wirzenius2012-02-131-4/+2
* 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-112-6/+30
* baserock-bootstrap: bump version number for cliapp in build scriptRichard Maw2012-02-101-6/+6
* Do not pass cmdline options to workers if their value is None.Jannis Pohlmann2012-02-101-0/+2
* Use $TMPDIR for --tempdir by default, rather than hard-coding /tmp.Jannis Pohlmann2012-02-101-2/+2
* Add --tempdir option, allow to set the tempdir for building.Jannis Pohlmann2012-02-101-3/+6
* wget-list: use newest cliappRichard Maw2012-02-101-1/+1
* Ignore submodules for which the parent repo has a non-commit object.Jannis Pohlmann2012-02-091-22/+26
* Don't enable --ignore-submodules by default, cannot disable it this way.Jannis Pohlmann2012-02-091-2/+1
* Add missing import for loggingLars Wirzenius2012-02-091-0/+1
* Make bootstrap use the new --ignore-submodules optionLars Wirzenius2012-02-091-0/+2
* Add --ignore-submodules flag to avoid updating/unpacking submodules.Jannis Pohlmann2012-02-093-7/+15
* Fix test coverageLars Wirzenius2012-02-091-2/+2
* Copy current working directory (= morph repo) into chrootLars Wirzenius2012-02-091-2/+2
* Copy only the morph repository into the bootstrap chrootLars Wirzenius2012-02-091-1/+2
* Use the morphs repo that is relative to --git-base-url instead of hardcoding ...Lars Wirzenius2012-02-091-6/+6
* Ignore (for now) errors updating cached git reposLars Wirzenius2012-02-091-2/+8
* Make bootstrap build use git bundlesLars Wirzenius2012-02-092-1/+23
* 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
* baserock-bootstrap: Fix "$1: unbound variable" errorJavier Jardón2012-02-091-1/+1
* Extract chunk submodule repos into the build directory directly.Jannis Pohlmann2012-02-083-19/+54
* Cache submodule repositories recursively.Jannis Pohlmann2012-02-083-38/+190
* baserock-bootstrap: fix typoRichard Maw2012-02-071-1/+1
* baserock-bootstrap: wait for /dev/mapper/*Richard Maw2012-02-071-0/+2
* baserock-bootstrap: remove umountRichard Maw2012-02-071-2/+0
* 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
* Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-02-011-4/+14
|\
| * Merge branch 'master' of gitorious.org:baserock/morphLars Wirzenius2012-02-011-1/+41
| |\
| * | Fix mtime handling in tests for chunk and stratum creation and unpackingLars Wirzenius2012-02-011-4/+14
* | | Make caller specify $GITS for the location (dir) where git repos areLars Wirzenius2012-02-011-1/+2
| |/ |/|