summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
* Return nothing from do_build/build; fix unassigned built_items bug.Jannis Pohlmann2012-03-061-13/+5
* Remove unused argument from Builder.build and build_single methodsLars Wirzenius2012-03-021-2/+2
* Remove unnecessary Builder.settings attributeLars Wirzenius2012-03-021-2/+2
* Move cleaning of environment into morphLars Wirzenius2012-03-021-87/+12
* Simplify instantiation of BlobBuilder subclassesLars Wirzenius2012-03-021-27/+21
* Remove unused app parameter and attribute to BlobBuilderLars Wirzenius2012-03-021-5/+4
* Remove unnecessary variableLars Wirzenius2012-03-021-1/+0
* Remove unnecessary method (which also had an unhelpful name)Lars Wirzenius2012-03-021-4/+1
* Remove unused kwargs usage from prepare_binary_metadataLars Wirzenius2012-03-021-3/+1
* Refactor to clarify code a tiny bit by moving variable setting close to useLars Wirzenius2012-03-021-1/+1
* Simplify how files are created in the cache directoryLars Wirzenius2012-03-021-11/+6
* Allow passing arguments to open() in CacheDir.openLars Wirzenius2012-03-021-2/+4
* Change Cachedir.open to allow dict_key instead of basename, and optional suffixLars Wirzenius2012-03-022-4/+25
* 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-023-126/+337
* 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 unused needs_built methodLars Wirzenius2012-02-281-4/+0
* Use Tempdir.remove instead of rm, and drop unused Tempdir.clearLars Wirzenius2012-02-282-21/+0
* Refactor tests to share more common codeLars Wirzenius2012-02-281-15/+18
* Remove pointless empty directory from testLars Wirzenius2012-02-281-2/+0
* Document why test ignore directory size and mtimeLars Wirzenius2012-02-281-0/+11
* Remove version numberLars Wirzenius2012-02-281-3/+0
* Set sensible defaults for git-base-url, bundle-server, cachedir, max-jobsLars Wirzenius2012-02-281-4/+1
* Remove unnecessary parenthesesLars Wirzenius2012-02-271-2/+2
* Remove unnecessary unittest tearDown methodLars Wirzenius2012-02-271-3/+0
* 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