chore: be explicit about GPG keys in Packit config
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
c90a1932f9
commit
4c376af84d
1 changed files with 4 additions and 3 deletions
|
|
@ -6,14 +6,13 @@ issue_repository: https://github.com/packit/specfile
|
|||
|
||||
copy_upstream_release_description: true
|
||||
|
||||
allowed_gpg_keys:
|
||||
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
|
||||
|
||||
packages:
|
||||
specfile:
|
||||
upstream_package_name: specfile
|
||||
downstream_package_name: python-specfile
|
||||
specfile_path: &specfile_path fedora/python-specfile.spec
|
||||
allowed_gpg_keys:
|
||||
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
|
||||
files_to_sync:
|
||||
- *specfile_path
|
||||
- .packit.yaml
|
||||
|
|
@ -36,6 +35,8 @@ packages:
|
|||
upstream_package_name: specfile
|
||||
downstream_package_name: python-specfile
|
||||
specfile_path: &specfile_path_epel8 epel8/python-specfile.spec
|
||||
allowed_gpg_keys:
|
||||
- 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
|
||||
files_to_sync:
|
||||
- *specfile_path_epel8
|
||||
- .packit.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue