Skip to content
Snippets Groups Projects

Add Collection ID to ostree-based recipes

Merged Denis Pynkin requested to merge wip/d4s/collectionid into apertis/v2019dev0
3 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -62,6 +62,9 @@ actions:
branch: {{ $branch }}
os: {{ $osname }}
append-kernel-cmdline: {{ $cmdline }}
{{ if .collection_id }}
collection-id: {{ .collection_id }}
{{ end }}
# Add multimedia demo pack
# Provide URL via '-t demopack:"https://images.apertis.org/media/multimedia-demo.tar.gz"'
Loading