forked from minimization/content-resolver-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheln-buildroot-compose.yaml
55 lines (46 loc) · 1.26 KB
/
eln-buildroot-compose.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
# This configuration file defines a "View" in Feedback Pipeline.
# https://tiny.distro.builders
#
# Views are, well, views combining various things together!
document: feedback-pipeline-compose-view
version: 1
data:
# id is the filename — that automatically prevents collisions for free!
### MANDATORY FIELDS ###
# Name is an identifier for humans
#
# (mandatory field)
name: ELN Compose + Buildroot projection
# A short description, perhaps hinting the purpose
#
# (mandatory field)
description: A projection of the ELN Buildroot Compose using Fedora Rawhide content
# Who maintains it? This is just a freeform string
# for humans to read. In Fedora, a FAS nick is recommended.
#
# (mandatory field)
maintainer: bakery
# Labels connect things together.
# Workloads get installed in environments with the same label.
# They also get included in views with the same label.
#
# (mandatory field)
labels:
- eln
- eln-buildroot
# Choose one repository that gets used as a source.
#
# (mandatory field)
repository: repository-fedora-rawhide
# Just to demonstrate stuff
unwanted_packages:
- xen
- xen-devel
- xen-hypervisor
- xen-libs
- xen-licenses
- xen-ocaml
- xen-ocaml-devel
- xen-runtime
- xen-doc