summaryrefslogtreecommitdiff
path: root/morphlib/artifact.py
Commit message (Expand)AuthorAgeFilesLines
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-3/+2
* Remove out of date commentRichard Ipsum2014-10-101-3/+0
* Remove Artifact compatibility methodsRichard Maw2014-09-191-34/+1
* Remove get_dependency_prefix_setRichard Maw2014-09-191-14/+0
* FIXUP: Add compatibility methods to Artifact for fields that moved to SourceRichard Maw2014-09-191-1/+35
* Move dependencies and cache keys to SourcesRichard Maw2014-09-191-21/+3
* Tidy morphlib.artifact.Artifact.metadata_basenameRichard Maw2014-09-191-4/+1
* Move metadata_version value to cachekeycomputerRichard Maw2014-09-191-4/+0
* Add __repr__ method to Source and SplitRulesRichard Maw2014-09-171-0/+3
* Allow non-unicode paths to be hardlinked into staging areasbaserock/richardmaw/bugfix/unicode-safe-pathsRichard Maw2014-07-111-5/+5
* Include the artifact metadata-version in the cache id keyRichard Dale2013-05-241-2/+4
* Add contents list to chunk and stratum metadataRichard Dale2013-05-241-0/+2
* Add 'prefix' property for chunks within strataSam Thursfield2013-03-131-0/+14
* Refactor build processSam Thursfield2013-03-131-1/+0
* Avoid infinite looping when walking artifact dep graphLars Wirzenius2013-02-221-3/+3
* Replace builder order graph with just a single artifactLars Wirzenius2013-02-191-1/+22
* python scripts: pep8ize codebaseRichard Maw2012-08-011-11/+11
* morph: add cache id to the meta filesRichard Maw2012-04-201-0/+2
* Add RemoteArtifactCache. Move metadata basename code into Artifact.Jannis Pohlmann2012-04-191-0/+6
* Remove BuildGraph, compute cache keys based on Artifacts.Jannis Pohlmann2012-04-181-2/+2
* Change __str__() method of Artifact, add basename() method.Jannis Pohlmann2012-04-161-1/+3
* Add Artifact documentaiton, fix morphlib module imports.Jannis Pohlmann2012-04-161-0/+15
* Merge DependencyResolver into ArtifactResolver.Jannis Pohlmann2012-04-161-0/+13
* Add the new ArtifactResolver class.Jannis Pohlmann2012-04-121-0/+5
* Add Artifact and LocalArtifactCache classes.Jannis Pohlmann2012-04-111-0/+22