Skip to content

Commit

Permalink
[frontend] Add 'repo_gpgcheck=0' to .repo file template
Browse files Browse the repository at this point in the history
Zypper automatically rejects repositories that don't have
signed repository metadata by default, so this flag is
set to indicate that the copr repository metadata isn't
signed like the packages in the repository are, and
Zypper should use the repository anyway.
  • Loading branch information
Conan-Kudo committed Sep 4, 2016
1 parent e66eb73 commit 28e0109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/coprs_frontend/coprs/templates/coprs/copr.repo
Expand Up @@ -5,5 +5,6 @@ type=rpm-md
skip_if_unavailable=True
gpgcheck={{ config.REPO_GPGCHECK | default("1")}}
gpgkey={{ pubkey_url | fix_url_https_backend }}
repo_gpgcheck=0
enabled=1
enabled_metadata=1

0 comments on commit 28e0109

Please sign in to comment.