summaryrefslogtreecommitdiff
path: root/morphlib
Commit message (Expand)AuthorAgeFilesLines
...
| * | morphlib/sourceresolver.py: Add _get_file_contents_from_repo()Javier Jardón2015-03-041-5/+11
| * | Add check for virtual networksRichard Ipsum2015-03-041-0/+48
| * | Check file can be created at locationRichard Ipsum2015-03-041-1/+22
| * | Only update Git submodules in cache when necessarySam Thursfield2015-03-043-66/+65
| * | Fix copyright yearsSam Thursfield2015-03-041-1/+1
* | | Merge remote-tracking branch 'petefoth/pf_copyright_in_help'Sam Thursfield2015-03-059-1/+127
|\ \ \
| * | | Add copyright headers to write.help and configure.help filesPete Fotheringham2015-03-059-1/+127
* | | | Merge branch 'jjardon/versioning_support'Javier Jardón2015-03-042-31/+65
|\ \ \ \
| * | | | morphlib/sourceresolver.py: Check and parse VERSION filejjardon/versioning_supportJavier Jardón2015-03-031-0/+25
| * | | | morphlib/sourceresolver.py: Remove not used functionsJavier Jardón2015-02-271-16/+0
| * | | | morphlib/sourceresolver.py: Do not duplicate what is already done in load_fro...Javier Jardón2015-02-271-8/+3
| * | | | morphlib/morphloader.py: Add a check to load_from_string()Javier Jardón2015-02-271-1/+5
| * | | | morphlib/morphloader.py: Update copyrigthJavier Jardón2015-02-271-1/+1
| * | | | morphlib/sourceresolver.py: Add _get_file_contents()Javier Jardón2015-02-271-12/+23
| * | | | morphlib/sourceresolver.py: Add _get_file_contents_from_definitions()Javier Jardón2015-02-271-1/+10
| * | | | morphlib/sourceresolver.py: Add _get_file_contents_from_repo()Javier Jardón2015-02-271-5/+11
* | | | | Merge remote-tracking branch 'origin/baserock/richardipsum/kvm-ext-more-checks'Richard Maw2015-03-041-1/+70
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add check for virtual networksRichard Ipsum2015-01-291-0/+48
| * | | | Check file can be created at locationRichard Ipsum2015-01-291-1/+22
* | | | | Merge branch 'sam/fewer-submodule-updates'Sam Thursfield2015-03-033-66/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Only update Git submodules in cache when necessarySam Thursfield2015-02-103-67/+66
* | | | | Fix copyright yearsSam Thursfield2015-02-271-1/+1
| |_|/ / |/| | |
* | | | Fix Morph producing unbootable systemsSam Thursfield2015-02-261-1/+25
* | | | sourceresolver: Never assume that a given ref is present locallySam Thursfield2015-02-201-6/+8
* | | | sourceresolver: Factor out 'cache repo locally' code into a functionSam Thursfield2015-02-204-31/+30
* | | | sourceresolver: Simplify some code pathsSam Thursfield2015-02-202-36/+40
* | | | sourceresolver: Fix InvalidRefError when local git cache is out of dateSam Thursfield2015-02-201-7/+11
* | | | sourceresolver: Always try to read chunk morph files from definitionsSam Thursfield2015-02-201-29/+40
* | | | sourceresolver: Fix LsTreeError raised when constructing build graphSam Thursfield2015-02-202-9/+40
* | | | Show a message when the build is startingAdam Coldrick2015-02-181-1/+1
* | | | Add tests for sourceresolverAdam Coldrick2015-02-182-10/+341
* | | | Read files from a local clone of definitions where possibleSam Thursfield2015-02-181-1/+30
* | | | Add a mechanism for extracting all files from a given commit to a dirSam Thursfield2015-02-184-6/+88
* | | | Split up traverse_morphs to improve readabilitySam Thursfield2015-02-181-61/+79
* | | | Add an LRU cache for detected build-systemsSam Thursfield2015-02-181-19/+101
* | | | Add an LRU cache for resolved tree refsSam Thursfield2015-02-183-30/+75
* | | | Add a cache manager utilising pylru and pickleAdam Coldrick2015-02-181-2/+52
* | | | Move MorphologyFactory into SourceResolverSam Thursfield2015-02-184-381/+69
* | | | sourceresolver: Add comments and factor out common functionSam Thursfield2015-02-181-13/+15
| |_|/ |/| |
* | | Fix copyright yearsSam Thursfield2015-02-111-1/+1
* | | distbuild: Refuse to start controller if there are no workers listedSam Thursfield2015-02-111-0/+5
* | | Remove two unused functionsSam Thursfield2015-02-111-17/+0
* | | Remove some ununsed importsSam Thursfield2015-02-111-4/+0
|/ /
* | Fix failing coverage testSam Thursfield2015-02-031-2/+2
* | Update copyright years so ./check passesSam Thursfield2015-02-032-2/+2
* | Merge branch 'baserock/tiagogomes/armv8'Tiago Gomes2015-02-031-1/+5
|\ \
| * | Add logic for contructing the correct GNU tripet for ARMv8Tiago Gomes2015-02-031-1/+5
* | | Remove checks for NETWORK_CONFIG and eth0 and eth1 in itJim MacArthur2015-01-271-14/+0
| |/ |/|
* | Fix copyrightRichard Ipsum2015-01-231-1/+1
* | Treat path given to deploy cmd as relative to cwdRichard Ipsum2015-01-231-2/+4