Skip to content

Commit

Permalink
upgrade Fedora test container to 39, and change in gnupg config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Sep 11, 2024
1 parent 125beaf commit dd4112b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:34
FROM fedora:39

RUN dnf -y upgrade
RUN dnf -y install gcc make cmake libcurl-devel rpm-devel rpm-build \
Expand Down
3 changes: 1 addition & 2 deletions pytests/repo/setup-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ mkdir -p -m 755 ${BUILD_PATH}/BUILD \
cat << EOF > ${TEST_REPO_DIR}/gpgkeydata
%echo Generating a key for repogpgcheck signatures
%no-protection
Key-Type: default
Subkey-Type: default
Key-Type: RSA
Name-Real: tdnf test
Name-Comment: tdnf test key
Name-Email: [email protected]
Expand Down

0 comments on commit dd4112b

Please sign in to comment.