summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Document all morph sub-commands.Jannis Pohlmann2012-02-011-1/+41
|/
* 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-317-52/+200
* Merge remote-tracking branch 'origin/master'Richard Maw2012-01-311-10/+4
|\
| * Fix "morph update-gits" to update all dependency repos properly.Jannis Pohlmann2012-01-301-10/+4
* | Merge branch 'richardmaw/run-to-sysimg'Richard Maw2012-01-313-26/+105
|\ \ | |/ |/|
| * .gitignore: ignore do-squeeze-chroot scriptRichard Maw2012-01-311-0/+1
| * run-bootstrap-in-chroot: make a script and run that to chrootRichard Maw2012-01-301-27/+19
| * baserock-bootstrap: build devel before linuxRichard Maw2012-01-301-1/+1
| * baserock-bootstrap: make morph build a bootstrap branch of foundationRichard Maw2012-01-301-1/+1
| * baserock-bootstrap: reorder strata buildsRichard Maw2012-01-301-3/+2
| * run-bootstrap-in-chroot: Take mirrors from environment variablesRichard Maw2012-01-271-5/+20
| * run-bootstrap-in-chroot: use backticks instead of $()Richard Maw2012-01-261-1/+1
| * scripts: use true/false instead of yes/noRichard Maw2012-01-262-10/+16
| * Actually run pass2Lars Wirzenius2012-01-201-3/+3
| * Make sure the do-chroot script unmounts proc, sys in case of failureLars Wirzenius2012-01-201-0/+1
| * Fix snapshotting logic and git repo updatingLars Wirzenius2012-01-201-42/+25
| * Make builds in chroot fail if any command failsLars Wirzenius2012-01-201-0/+2
| * Remove pointless empty element from PATHLars Wirzenius2012-01-201-1/+1
| * Keep proc, sys mounted only during chroot runsLars Wirzenius2012-01-201-13/+26
| * Do not put contents of proc, sys in snapshot tarballLars Wirzenius2012-01-201-1/+5
| * Fix creation of pass1 snapshot tarballLars Wirzenius2012-01-201-1/+1
| * Fix sh script line continuation indentation bugLars Wirzenius2012-01-201-3/+3
| * Change snapshot handling to be more flexibleLars Wirzenius2012-01-202-12/+62
| * build devel stratum firstLars Wirzenius2012-01-191-1/+1
| * force a PATH that has /tools at the endLars Wirzenius2012-01-191-0/+2
| * remove explicit ldconfig call in case it fixes the problemLars Wirzenius2012-01-191-1/+1
| * Improve error recovery and cleanup the chroot dir at startupLars Wirzenius2012-01-192-0/+4
| * add missing tools to the squeeze chroot so a system image can be builtLars Wirzenius2012-01-191-1/+1
| * make run-bootstrap-in-chroot build the whole bootstrap, not just pass1Lars Wirzenius2012-01-191-2/+9
* | Merge remote-tracking branch 'origin/master'Richard Maw2012-01-277-15/+100
|\ \
| * | Only force TTY when using sudo. It seems to corrupt the standard output.Jannis Pohlmann2012-01-261-2/+3
| * | Add a "build-single" command to build a blob without its dependencies.Jannis Pohlmann2012-01-263-5/+74
| * | Make the BuildDependencyGraph's resolve() method return the root blob.Jannis Pohlmann2012-01-261-1/+4
| * | Add an update option to prevent the source manager from updating origin.Jannis Pohlmann2012-01-262-4/+8
| * | Fix the wait_for_workers() loop.Jannis Pohlmann2012-01-261-1/+1
| * | Add sudo functionality to LocalBuildWorker. Doesn't work though.Jannis Pohlmann2012-01-261-2/+6
| * | Run remote sudo morph commands in a login shell.Jannis Pohlmann2012-01-261-5/+9
* | | baserock-bootstrap: zlib sometimes fails, disable parallel buildRichard Maw2012-01-271-1/+1
|/ /
* | Add poor checks for the output and error properties.Jannis Pohlmann2012-01-252-2/+12
* | Verify distributed-build with local workers works the same as "build".Jannis Pohlmann2012-01-254-0/+85
* | Add poor man's unit tests for controller and workers.Jannis Pohlmann2012-01-255-22/+171