summaryrefslogtreecommitdiff
path: root/morphlib/plugins/artifact_inspection_plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Replaces Tempdir with fs.tempfs.TempFSDaniel Firth2013-12-201-14/+17
|
* Fix bug in autotools versionRichard Ipsum2013-10-081-2/+3
|
* Fixups for the Manifest generatorTiago Gomes2013-07-121-1/+2
|
* Improve docstring for "morph generate-manifest"Lars Wirzenius2013-07-051-2/+29
|
* Improve docstring for "morph run-in-artifact"Lars Wirzenius2013-07-051-1/+14
|
* Improve the GENIVI manifest generationTiago Gomes2013-07-051-34/+34
| | | | | | | | | | | | | | | | - Stop prefixing every field with the column name. Add a top row with the names of the columns. - Remove the morphology column. - Append the version to the artifact name instead of keeping it in a separate column - Use 7-char SHA1s for commit ids - Use 7-char SHA1s for build references (baserock/build/...) - Use 7-char for the cache key
* Add version guessing for autotools projectsJannis Pohlmann2013-02-211-1/+139
| | | | | This is more of a rough sketch so far, it's very ugly but it does work for a fair amount of projects.
* Add image inspection pluginJannis Pohlmann2013-02-211-0/+156
This adds a `run-in-artifact` command which allows another command to be run in a system. There is also a `content-manifest` command which gives a manifest of the artifacts, which commits they were built from, and if possible, a version. This adds a morphlib.bins.call_in_artifact_directory() method to run a command inside an artifact and to generate a manifest.