Skip to content

Commits on Source 2

  • Qinusty's avatar
    cli.py: Add --build-manifest to build command · 38d5a4cf
    Qinusty authored
    This allows the user to opt in generating a build manifest containing
    all of the elements and sources used for their build alongside a buildstream
    version and build date/time.
    
    _manifest.py: New module to provide functionality for producing a
    manifest from a collection of elements.
    
    source.py: Add _get_element_index() to allow access to
    Source.__element_index.
    38d5a4cf
  • Qinusty's avatar
    tests: Add tests for build manifests · 7e0dc95a
    Qinusty authored
    Tests ensure that a build manifest is created when it should be, and
    isn't when it shouldn't be.
    7e0dc95a
Loading