blob: fb9dff6feb86dc4486b93813b125dcb45d6b3ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
schema: 1
bugzilla:
product: "Toolkit"
component: "Nimbus Desktop Client"
origin:
name: "nimbus-shared"
description: "Shared data and schemas for Project Nimbus"
url: "https://github.com/mozilla/nimbus-shared"
license: "MPL-2.0"
release: "version 2.1.0"
revision: "v2.1.0"
vendoring:
url: "https://github.com/mozilla/nimbus-shared"
source-hosting: "github"
tracking: "tag"
skip-vendoring-steps:
- "fetch"
- "update-moz-build"
keep:
- "*.schema.json"
- "vendor.sh"
update-actions:
- action: "run-script"
script: "vendor.sh"
cwd: "{yaml_dir}"
args: ["{revision}"]
|