summaryrefslogtreecommitdiff
path: root/morphlib/source.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Artifact compatibility methodsRichard Maw2014-09-191-2/+2
* FIXUP: Add compatibility methods to Artifact for fields that moved to SourceRichard Maw2014-09-191-1/+1
* Move dependencies and cache keys to SourcesRichard Maw2014-09-191-1/+20
* Create multiple sources per stratum morphologyRichard Maw2014-09-191-11/+41
* Add __repr__ method to Source and SplitRulesRichard Maw2014-09-171-0/+3
* Use exact filenames to refer to morphology filesRichard Maw2014-07-101-1/+1
* Add split rules to sourcesRichard Maw2014-01-161-1/+7
* Source: Create all Artifact objects in advanceRichard Maw2014-01-151-1/+4
* Remove features used by old bootstrap methodSam Thursfield2013-03-131-1/+1
* Fix incorrect commentSam Thursfield2013-03-131-5/+0
* Don't use .morph extension when printing name of tripletsSam Thursfield2012-09-121-1/+1
* Resolve tree SHA1 along with commit SHA1 when resolving refsJannis Pohlmann2012-09-051-1/+4
* python scripts: pep8ize codebaseRichard Maw2012-08-011-9/+9
* Remove dead code (dependencies in Source objects)Lars Wirzenius2012-06-181-12/+0
* Remove assert for checking type of argumentLars Wirzenius2012-06-141-1/+0
* Add a repo_name to Source, use that instead of repo in most places.Jannis Pohlmann2012-04-181-3/+5
* Add original_name member to CachedRepo. Use it for SourcePool lookups.Jannis Pohlmann2012-04-171-1/+3
* Accept any object that is an instance of morph2.Morphology in Source.Jannis Pohlmann2012-04-121-1/+1
* morphlib.source: print the ref rather than the shaRichard Maw2012-04-111-1/+1
* Add the new BuildGraph class including tests.Jannis Pohlmann2012-04-111-0/+2
* Add original_ref member to Source. Default to None for build-depends.Jannis Pohlmann2012-04-111-1/+3
* Add SourcePool class and make Source store its morphology filenameLars Wirzenius2012-04-101-1/+3
* Add a Source classLars Wirzenius2012-04-101-0/+54