Skip to content

Commit 4be6e67

Browse files
committed
[um42]: Backport changes
1 parent fef92e4 commit 4be6e67

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ RUN \
77
dnf5 up -y &&\
88
dnf5 swap -y systemd-standalone-sysusers systemd &&\
99
dnf5 swap -y fedora-release-common ultramarine-release-common --allowerasing &&\
10-
dnf5 in -y ultramarine-mock-configs subatomic-cli anda{,-srpm-macros} terra-appstream-helper mock-scm \
10+
dnf5 in -y ultramarine-mock-configs ultramarine-mock-gpg-keys terra-mock-gpg-keys subatomic-cli anda{,-srpm-macros} terra-appstream-helper mock-scm \
1111
gh wget less podman fuse-overlayfs dnf5-plugins script mold sudo terra-sccache jq @buildsys-build &&\
12-
dnf5 clean packages dbcache &&\
13-
cp -pv /etc/pki/rpm-gpg/RPM-GPG-KEY-um* -t /etc/pki/mock &&\
14-
cp -pv /etc/pki/rpm-gpg/RPM-GPG-KEY-terra* -t /etc/pki/mock
12+
dnf5 clean packages dbcache

dnf.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ baseurl=https://repos.fyralabs.com/terra$releasever-mesa
4747
type=rpm
4848
gpgkey=https://repos.fyralabs.com/terra$releasever-mesa/key.asc
4949
repo_gpgcheck=1
50-
enabled=0
50+
enabled=1
5151
enabled_metadata=1
5252
priority=80
5353

0 commit comments

Comments
 (0)