File: corruption.bst

package info (click to toggle)
buildstream 1.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,412 kB
  • sloc: python: 27,865; sh: 1,339; makefile: 137; ansic: 48
file content (21 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
kind: script

depends:
- filename: base.bst
  type: build
- filename: script/corruption-image.bst
  type: build
- filename: script/corruption-integration.bst
  type: build

variables:
  install-root: "/"

config:
  layout:
  - element: base.bst
    destination: "/"
  - element: script/corruption-image.bst
    destination: "/"
  - element: script/corruption-integration.bst
    destination: "/"