-
Notifications
You must be signed in to change notification settings - Fork 65
/
overlay.yml
54 lines (41 loc) · 1.24 KB
/
overlay.yml
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
# This manifest file defines a set of RPMs that are in turn
# used for downstream content (Docker images, rpm-ostree commits),
# but can also be used directly by yum.
# Broadly speaking, dependencies are pulled from Fedora 23, and we
# track git master for things we are actively developing.
aliases:
- name: github
url: https://github.com/
cacertpath: certs/DigiCertSHA2ExtendedValidationServerCA.pem
- name: fedorapkgs
url: https://src.fedoraproject.org/git/rpms/
cacertpath: certs/DigiCertHighAssuranceEVRootCA.crt
- name: gnome
url: https://git.gnome.org/browse/
cacertpath: certs/LetsEncryptAuthorityX3.crt
distgit:
prefix: fedorapkgs
branch: f28
root:
mock: centos-7-and-extras-$arch.cfg
cache:
buildserial: 0
components:
- src: github:projectatomic/centos-release-atomic-host-devel
spec: internal
- src: github:projectatomic/bubblewrap
spec: internal
- src: github:projectatomic/atomic-devmode
- src: github:ostreedev/ostree
distgit:
branch: master
patches: drop
# Ensures we're more "self hosting"
- distgit: nss-altfiles
- src: github:projectatomic/rpm-ostree
distgit:
branch: master
patches: drop
rpmwith:
- rust
build-network: true