Re: Updating Rawhide vs GPG keys

2019-08-19 Thread Vít Ondruch
Dne 13. 03. 19 v 11:49 Vít Ondruch napsal(a): > > Ok, so the process which worked for me was: > > > ~~~ > > $ sudo dnf update > https://kojipkgs.fedoraproject.org/packages/fedora-repos/30/0.5/data/signed/cfc659b9/noarch/fedora-{gpg-keys,repos{,-rawhide}}-30-0.5.noarch.rpm > > > $ sudo dnf update -

Re: Updating Rawhide vs GPG keys

2019-03-14 Thread Kevin Fenzi
On 3/13/19 3:33 AM, Miroslav Suchý wrote: > Dne 12. 03. 19 v 19:49 Kevin Fenzi napsal(a): >> We need to revamp this entirely, and as luck would have it, we have a plan: >> >> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5UVGSBRLX352A4S2CBZ2CGBXPAGQTYKB/ > > I

Re: Updating Rawhide vs GPG keys

2019-03-13 Thread Colin Walters
On Tue, Mar 12, 2019, at 2:50 PM, Kevin Fenzi wrote: > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5UVGSBRLX352A4S2CBZ2CGBXPAGQTYKB/ > > How does this plan work with silverblue? Not sure... could use some > input from them. It's the same model for Fedora

Re: Updating Rawhide vs GPG keys

2019-03-13 Thread Vít Ondruch
Ok, so the process which worked for me was: ~~~ $ sudo dnf update https://kojipkgs.fedoraproject.org/packages/fedora-repos/30/0.5/data/signed/cfc659b9/noarch/fedora-{gpg-keys,repos{,-rawhide}}-30-0.5.noarch.rpm $ sudo dnf update --enablerepo=rawhide fedora-gpg-keys --release 31 ~~~ But what

Re: Updating Rawhide vs GPG keys

2019-03-13 Thread Miroslav Suchý
Dne 12. 03. 19 v 19:49 Kevin Fenzi napsal(a): > We need to revamp this entirely, and as luck would have it, we have a plan: > > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5UVGSBRLX352A4S2CBZ2CGBXPAGQTYKB/ I am afraid that this will not help in this situatio

Re: Updating Rawhide vs GPG keys

2019-03-13 Thread Jan Pokorný
On 11/03/19 18:05 +0100, Jan Pokorný wrote: > On 11/03/19 15:01 +0100, Jan Pokorný wrote: >> On 11/03/19 12:31 +0100, Vít Ondruch wrote: >>> Can somebody please enlighten me, how to update Rawhide after branching >>> and not using --nogpgcheck? >> >> Good question; have observed this over several

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Kevin Fenzi
On 3/12/19 4:14 AM, Vít Ondruch wrote: > > Dne 11. 03. 19 v 19:29 Kevin Fenzi napsal(a): >> On 3/11/19 4:31 AM, Vít Ondruch wrote: >>> Hi, >>> >>> Can somebody please enlighten me, how to update Rawhide after branching >>> and not using --nogpgcheck? >> Can you expand on the case here? >> >> What

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Kevin Fenzi
On 3/11/19 11:45 AM, Fabio Valentini wrote: > > I'm having a similar problem, but with Silverblue / rawhide. > > I installed the system when rawhide was still f30, but now I can't run > "rpm-ostree upgrade" anymore, due to this error: > > Enabled rpm-md repositories: rawhide > Updating

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Fabio Valentini
On Tue, Mar 12, 2019 at 1:55 PM Colin Walters wrote: > > > On Mon, Mar 11, 2019, at 2:46 PM, Fabio Valentini wrote: > > > > I'm having a similar problem, but with Silverblue / rawhide. > > > > I installed the system when rawhide was still f30, but now I can't run > > "rpm-ostree upgrade" anymore,

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Colin Walters
On Mon, Mar 11, 2019, at 2:46 PM, Fabio Valentini wrote: > > I'm having a similar problem, but with Silverblue / rawhide. > > I installed the system when rawhide was still f30, but now I can't run > "rpm-ostree upgrade" anymore, due to this error: > > Enabled rpm-md repositories: rawhide >

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Vít Ondruch
Dne 12. 03. 19 v 12:46 Vít Ondruch napsal(a): > > > Dne 12. 03. 19 v 12:14 Vít Ondruch napsal(a): >> Dne 11. 03. 19 v 19:29 Kevin Fenzi napsal(a): >>> On 3/11/19 4:31 AM, Vít Ondruch wrote: Hi, Can somebody please enlighten me, how to update Rawhide after branching and not usin

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Vít Ondruch
Dne 12. 03. 19 v 12:14 Vít Ondruch napsal(a): > Dne 11. 03. 19 v 19:29 Kevin Fenzi napsal(a): >> On 3/11/19 4:31 AM, Vít Ondruch wrote: >>> Hi, >>> >>> Can somebody please enlighten me, how to update Rawhide after branching >>> and not using --nogpgcheck? >> Can you expand on the case here? >> >>

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Vít Ondruch
Dne 11. 03. 19 v 19:29 Kevin Fenzi napsal(a): > On 3/11/19 4:31 AM, Vít Ondruch wrote: >> Hi, >> >> Can somebody please enlighten me, how to update Rawhide after branching >> and not using --nogpgcheck? > Can you expand on the case here? > > What should happen is: > > * branching > * f30 repos get

Re: Updating Rawhide vs GPG keys

2019-03-12 Thread Oron Peled
Hi, I suspect it's a chicken and egg issue: * Look at /etc/yum.repos.d/fedora-rawhide.repo * You can see the line: gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch * But "$releasever" is determined by the version of "fedora-release" package. * So dnf, tries t

Re: Updating Rawhide vs GPG keys

2019-03-11 Thread Fabio Valentini
On Mon, Mar 11, 2019 at 7:30 PM Kevin Fenzi wrote: > On 3/11/19 4:31 AM, Vít Ondruch wrote: > > Hi, > > > > Can somebody please enlighten me, how to update Rawhide after branching > > and not using --nogpgcheck? > > Can you expand on the case here? > > What should happen is: > > * branching > * f

Re: Updating Rawhide vs GPG keys

2019-03-11 Thread Kevin Fenzi
On 3/11/19 4:31 AM, Vít Ondruch wrote: > Hi, > > Can somebody please enlighten me, how to update Rawhide after branching > and not using --nogpgcheck? Can you expand on the case here? What should happen is: * branching * f30 repos gets the f31 key * you update your f30-repos * you jump to rawhi

Re: Updating Rawhide vs GPG keys

2019-03-11 Thread Jan Pokorný
On 11/03/19 15:01 +0100, Jan Pokorný wrote: > On 11/03/19 12:31 +0100, Vít Ondruch wrote: >> Can somebody please enlighten me, how to update Rawhide after branching >> and not using --nogpgcheck? > > Good question; have observed this over several (if not all since > to-be-f26 based Rawhide) jumps

Re: Updating Rawhide vs GPG keys

2019-03-11 Thread Jan Pokorný
On 11/03/19 12:31 +0100, Vít Ondruch wrote: > Can somebody please enlighten me, how to update Rawhide after branching > and not using --nogpgcheck? Good question; have observed this over several (if not all since to-be-f26 based Rawhide) jumps like that, and always have solved this inconvenience b

Re: Updating Rawhide vs GPG keys

2019-03-11 Thread Steven A. Falco
On 3/11/19 7:31 AM, Vít Ondruch wrote: > Hi, > > Can somebody please enlighten me, how to update Rawhide after branching > and not using --nogpgcheck? > > It seems that Rawhide keys were added in fedora-repos-30-0.4. So this is > the package which is still "rawhide" package and has "f31" keys. Bu

Updating Rawhide vs GPG keys

2019-03-11 Thread Vít Ondruch
Hi, Can somebody please enlighten me, how to update Rawhide after branching and not using --nogpgcheck? It seems that Rawhide keys were added in fedora-repos-30-0.4. So this is the package which is still "rawhide" package and has "f31" keys. But this package was not probably signed, because this