Plugins

Elements

The following element types are provided with BuildStream:

General Elements

  • stack - Symbolic Element for dependency grouping
  • import - Import sources directly
  • compose - Compose the output of multiple elements
  • script - Run scripts to create output

Build Elements

Sources

The following source types are provided with BuildStream:

  • local - A Source implementation for local files and directories
  • tar - A Source implementation for tarballs
  • zip - A Source implementation for zip archives
  • git - A Source implementation for git
  • bzr - A Source implementation for bazaar
  • ostree - A Source implementation for ostree
  • patch - A Source implementation for applying local patches