-
Notifications
You must be signed in to change notification settings - Fork 9
/
comma.yaml
34 lines (30 loc) · 1.09 KB
/
comma.yaml
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
32
33
34
repos:
linux: https://github.com/torvalds/linux.git
Debian9-backport: https://salsa.debian.org/kernel-team/linux.git
Debian10-backport: https://salsa.debian.org/kernel-team/linux.git
SUSE12: https://github.com/openSUSE/kernel
SUSE15: https://github.com/openSUSE/kernel
Ubuntu18.04: https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/bionic
Ubuntu20.04: https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/focal
Ubuntu22.04: https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/jammy
upstream:
repo: linux
reference: master
paths: []
sections:
- Hyper-V/Azure CORE AND DRIVERS
- DRM DRIVER FOR HYPERV SYNTHETIC VIDEO DEVICE
downstream:
- repo: SUSE12
reference: SLE12-SP5-AZURE
- repo: SUSE15
reference: SLE15-SP4-AZURE
- repo: Debian9-backport
reference: stretch-backports
- repo: Debian10-backport
reference: bullseye-backports
spreadsheet:
# Commits that include excluded paths are not included in spreadsheet exports
excluded_paths:
# - '%fs/cifs%'
# - '%tools/hv/%'