[opensuse-buildservice] How to upgrade key under debian.
Under debian when I do a apt-get update I get: W: GPG error: http://widehat.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1270155763 How do I update these keys? Thank You. -- Paul Elliott 1(512)837-1096 pelliott@BlackPatchPanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
On 2010-11-11 14:11:44 -0600, Paul Elliott wrote:
Under debian when I do a apt-get update I get: W: GPG error: http://widehat.opensuse.org ./ Release: The following signatures were invalid: KEYEXPIRED 1270155763
osc signkey --extend prjname darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
OK it was the signing key for my home project that was expired! apt-key list ... pub 1024D/D6A14084 2008-01-22 [expired: 2010-04-01] uid home:pelliott11 OBS Project <home:pelliott11@build.opensuse.org> .... How do I get the buildservice to create a new key and resign all my packages? -- Paul Elliott 1(512)837-1096 pelliott@BlackPatchPanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
On Fri, Nov 12, 2010 at 08:59:25AM -0600, Paul Elliott wrote:
OK it was the signing key for my home project that was expired!
apt-key list ...
pub 1024D/D6A14084 2008-01-22 [expired: 2010-04-01] uid home:pelliott11 OBS Project <home:pelliott11@build.opensuse.org> ....
How do I get the buildservice to create a new key and resign all my packages?
osc --help leads to the signkey subcommand. osc signkey --extend And the same question had already been asked this week. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
On Fri, Nov 12, 2010 at 04:21:56PM +0100, Lars Müller wrote:
On Fri, Nov 12, 2010 at 08:59:25AM -0600, Paul Elliott wrote:
OK it was the signing key for my home project that was expired!
apt-key list ...
pub 1024D/D6A14084 2008-01-22 [expired: 2010-04-01] uid home:pelliott11 OBS Project <home:pelliott11@build.opensuse.org> ....
How do I get the buildservice to create a new key and resign all my packages?
osc --help leads to the signkey subcommand.
osc signkey --extend
And the same question had already been asked this week.
Lars
It did not work. The key that downloads from my projects is still expired. It is the key itself that is expired, not the signatures attached to that key. -- Paul Elliott 1(512)837-1096 pelliott@BlackPatchPanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
On 2010-11-12 09:57:36 -0600, Paul Elliott wrote:
It did not work. The key that downloads from my projects is still expired. It is the key itself that is expired, not the signatures attached to that key.
trigger rebuild of a leaf package. that will trigger a publish of your repository and then you get the new key. otherwise "osc signkey yourprject > file.asc" and import that file with apt. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Lars Müller
-
Marcus Rueckert
-
Paul Elliott