Skip to content

Commit

Permalink
Rotate signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Nov 9, 2023
1 parent 99304bb commit de19803
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ghcr.io/t2linux/fedora-dev:latest \
/repo/create-repo.sh
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY_F38 }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY_F39 }}

- name: "Deploy DNF repo"
uses: nwtgck/[email protected]
Expand Down
13 changes: 0 additions & 13 deletions t2linux-repo/t2linux-fedora-38.pub

This file was deleted.

13 changes: 13 additions & 0 deletions t2linux-repo/t2linux-fedora-40.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----

mDMEZR4bgBYJKwYBBAHaRw8BAQdAmGKYIOjI0YDnR/ekWcdv7YpkzkmN+xQiqxXo
rsfN24C0E3QybGludXggRmVkb3JhICg0MCmImQQTFgoAQRYhBEXmu22+Z1uD3lb6
1aiT31W2qs5qBQJlHhuAAhsDBQkCLVNQBQsJCAcCAiICBhUKCQgLAgQWAgMBAh4H
AheAAAoJEKiT31W2qs5qnBkBAKtP646Pj+FQfuorGLxbYosswMc8N6S3r3zhWIk9
2xtpAPkBrjDSEngqVsHBB7hxr/43Ub0N4LOA+bAHOuIyxpJFCLg4BGUeG4ASCisG
AQQBl1UBBQEBB0Bw82vstR2Q5CVUHu6x+xCv0IFJWIICYvJAh+SYxHbneAMBCAeI
fgQYFgoAJhYhBEXmu22+Z1uD3lb61aiT31W2qs5qBQJlHhuAAhsMBQkCLVNQAAoJ
EKiT31W2qs5qFk0A/3RzgwLgibuoIuiFEJ4KAOFRMCQs0V+aS4umvW7Y+oxQAQDu
vAZ9/SsdqSCXqTHhrLcb6ROFluUeanxGvHVJaZdOAg==
=o7QJ
-----END PGP PUBLIC KEY BLOCK-----
2 changes: 1 addition & 1 deletion t2linux-repo/t2linux-fedora.repo
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ enabled=True
gpgcheck=True
cost=800
priority=80
gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora-38.pub
gpgkey=file:///etc/pki/rpm-gpg/t2linux-fedora-39.pub
8 changes: 4 additions & 4 deletions t2linux-repo/t2linux-repo.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Name: t2linux-repo
Version: 6.0.0
Version: 7.0.0
Release: 1%{?dist}
Summary: DNF Repo for linux on t2 macs.
License: MIT
URL: https://github.com/t2linux/fedora-kernel

Source0: t2linux-fedora.repo
Source1: t2linux-fedora-38.pub
Source2: t2linux-fedora-39.pub
Source3: t2linux-fedora-40.pub

%description
DNF repo files for linux on t2 macs.
Expand All @@ -18,10 +18,10 @@ DNF repo files for linux on t2 macs.

%install
install -D -m 644 %{SOURCE0} %{buildroot}/etc/yum.repos.d/t2linux-fedora.repo
install -D -m 644 %{SOURCE1} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-38.pub
install -D -m 644 %{SOURCE2} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-39.pub
install -D -m 644 %{SOURCE3} %{buildroot}/etc/pki/rpm-gpg/t2linux-fedora-40.pub

%files
/etc/yum.repos.d/t2linux-fedora.repo
/etc/pki/rpm-gpg/t2linux-fedora-38.pub
/etc/pki/rpm-gpg/t2linux-fedora-39.pub
/etc/pki/rpm-gpg/t2linux-fedora-40.pub

0 comments on commit de19803

Please sign in to comment.