Skip to content
Closed

#1538 #1544

Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Mock-Core-Configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ distribution.
| [Fedora](https://fedoraproject.org/) | `fedora-*` | [Mock team][] | [Issues](https://github.com/rpm-software-management/mock/issues) |
| [Kylin](https://kylinos.cn/) | `kylin-*` | [@scaronni](https://github.com/scaronni) | NA |
| [Mageia](https://www.mageia.org/en/) | `mageia-*` | [@Conan-Kudo](https://github.com/Conan-Kudo) | [Issues](https://bugs.mageia.org/) |
| [Navy Linux](https://navylinux.org/) | `navy-*` | N/A | N/A |
| [Navy Linux](https://navylinux.org/) | `navy-*` | [@navylinux](https://github.com/navylinux) | [Issues](https://github.com/navy-linux/issue-tracker/issues) |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you mind mentioning either GH team (which is a list of people, see the Mock team exmaple), or mentioning yourself directly? The thing is that we don't know who can we CC in case of any issues.

| [openEuler](https://www.openeuler.org/en/) | `openeuler-*` | [@Yikun](https://github.com/Yikun) | NA |
| [OpenMandriva](https://www.openmandriva.org/) | `openmandriva-*` | [berolinux](https://github.com/berolinux) | [Issues](https://github.com/OpenMandrivaAssociation/distribution/issues) |
| [openSUSE](https://www.opensuse.org/) | `opensuse-*` | [@Conan-Kudo](https://github.com/Conan-Kudo), [@lkocman](https://github.com/lkocman) | [Issues](https://bugzilla.opensuse.org/) |
Expand Down
5 changes: 5 additions & 0 deletions mock-core-configs/etc/mock/navy+epel-8-x86_64.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config_opts['root'] = 'navy-8-x86_64'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)
include('templates/navy-8.tpl')
include('templates/epel-8.tpl')
4 changes: 0 additions & 4 deletions mock-core-configs/etc/mock/templates/navy-8.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['description'] = 'Navy Linux {{ releasever }}'
# FIXME: this might soon stop working because the image is 8.4, see
# https://github.com/rpm-software-management/mock/issues/1171
config_opts['bootstrap_image'] = 'docker.io/navylinux/navylinux:latest'

config_opts['dnf.conf'] = """
Expand Down Expand Up @@ -81,6 +79,4 @@ baseurl=https://cdn.navylinux.org/navylinux/releases/$releasever/$basearch/sourc
enabled=0
gpgcheck=1
gpgkey=file:///usr/share/distribution-gpg-keys/navy/RPM-GPG-KEY-navy-linux-official

"""

Loading