summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify how BlobBuilder.builds gets implemented/inheritedLars Wirzenius2012-03-021-4/+10
* Simplify what the BlobBuilder.build method doesLars Wirzenius2012-03-021-38/+38
* Remove unnecessary variableLars Wirzenius2012-03-021-7/+2
* Refactor SystemBuilder and add helper classLars Wirzenius2012-03-025-133/+345
* 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 further remnants of cmd_build* returning valuesLars Wirzenius2012-02-281-5/+3
* Remove unused needs_built methodLars Wirzenius2012-02-281-4/+0
* Simplify iterating over build triplets from the command lineLars Wirzenius2012-02-281-24/+15
* Remove unused return values from cmd_build*Lars Wirzenius2012-02-281-6/+0
* Clarify --keep-path help: it's not just for tests anymoreLars Wirzenius2012-02-281-2/+1
* Clarify --tempdir help to explain why it's different from setting $TMPDIRLars Wirzenius2012-02-281-1/+6
* Use Tempdir.remove instead of rm, and drop unused Tempdir.clearLars Wirzenius2012-02-283-30/+3
* Refactor tests to share more common codeLars Wirzenius2012-02-281-15/+18
* Remove pointless empty directory from testLars Wirzenius2012-02-281-2/+0
* Fix copyright yearLars Wirzenius2012-02-281-1/+1
* Document why test ignore directory size and mtimeLars Wirzenius2012-02-281-0/+11
* Remove version numberLars Wirzenius2012-02-283-5/+1
* Set sensible defaults for git-base-url, bundle-server, cachedir, max-jobsLars Wirzenius2012-02-282-10/+22
* Remove all but Python bytecode files from .gitignoreLars Wirzenius2012-02-281-7/+0
* Remove unnecessary parenthesesLars Wirzenius2012-02-271-2/+2
* Remove unnecessary unittest tearDown methodLars Wirzenius2012-02-271-3/+0
* Add version number to morphLars Wirzenius2012-02-271-1/+1
* Add docstring to the update-gits subcommandLars Wirzenius2012-02-271-0/+8
* Clarify that --ignore-submodules applies to git submodulesLars Wirzenius2012-02-271-2/+2
* Remove outdated warningLars Wirzenius2012-02-271-3/+0
* Make ./check check for long lines (with excptions); fix long linesLars Wirzenius2012-02-279-24/+50
* Expand TAB characters and make check check for themLars Wirzenius2012-02-273-10/+23
* Add missing copyright years to files missing itLars Wirzenius2012-02-272-2/+2
* Add checking of years in copyright statments to ./checkLars Wirzenius2012-02-271-1/+7
* Add script to check years in copyright statements against git commit datesLars Wirzenius2012-02-271-0/+86
* Remove the system testing subcommands and related codeLars Wirzenius2012-02-273-217/+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
* scripts: don't skip if not snapshottingRichard Maw2012-02-271-2/+2
* scripts: allow running without snapshotsRichard Maw2012-02-271-4/+4
* mkimage.sh: add scriptRichard Maw2012-02-271-0/+50
* morph: use right dir for set mtimeRichard Maw2012-02-271-1/+1
* morph: set mtime after submodule extractRichard Maw2012-02-271-1/+1
* bootstrap script: remove exit 1 if it succeededRichard Maw2012-02-271-1/+0
* Drop all references to glibc, use eglibc tarball from roadtrain.Jannis Pohlmann2012-02-242-30/+1
* Use eglibc instead of glibc in pass1.Jannis Pohlmann2012-02-242-1/+35
* 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
|/