[Bug 389380] New: GPG keys should be linked from repoview
https://bugzilla.novell.com/show_bug.cgi?id=389380 Summary: GPG keys should be linked from repoview Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: BuildService AssignedTo: cthiel@novell.com ReportedBy: suse-beta@cboltz.de QAContact: adrian@novell.com Found By: ---
From time to time, people ask (on the buildservice ML for example) where to find the GPG key of a buildservice project.
The answer is always: It's ..../repodata/repomd.xml.key Unfortunately, this is something you "have to know"[tm] because repoview replaces the directory listing of .../repodata/. -> Please add a link titled "GPG key" to repoview - either on the start page or in the menu column. This should solve the problem and make it easy to find the key. (Christoph, I hope you are still the repoview maintainer. If not, please reassign.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c1 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |suse-beta@cboltz.de --- Comment #1 from Christoph Thiel <cthiel@novell.com> 2008-07-14 09:43:35 MDT --- Please provide a patch. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c2 --- Comment #2 from Christian Boltz <suse-beta@cboltz.de> 2008-07-14 15:35:04 MDT --- Created an attachment (id=227694) --> (https://bugzilla.novell.com/attachment.cgi?id=227694) repoview-link-gpg-key.patch Christoph, come on - adding a simple link to a HTML template isn't that hard ;-) But you wanted it so. Here's the patch that adds a link to the GPG key to the first section of the index page. It will now read like: [project name] ([build target]) Indexed Packages: 42 Available Architectures: i586, noarch, src, x86_64 _Download GPG key_ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|suse-beta@cboltz.de | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c3 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |suse-beta@cboltz.de --- Comment #3 from Christoph Thiel <cthiel@novell.com> 2008-07-15 06:37:37 MDT --- This doesn't really work, if there is no gpg in the repo. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c4 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|suse-beta@cboltz.de | --- Comment #4 from Christian Boltz <suse-beta@cboltz.de> 2008-07-15 13:46:34 MDT --- (In reply to comment #3 from Christoph Thiel)
This doesn't really work, if there is no gpg in the repo.
AFAIK _each_ repository in the build service has a gpg key - therefore I don't see a real-world problem with hardcoding the link ;-) (If I overlooked something, please tell me what.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c5 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |suse-beta@cboltz.de --- Comment #5 from Christoph Thiel <cthiel@novell.com> 2008-07-17 04:42:11 MDT --- Well, repoview isn't just used in the build service. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User suse-beta@cboltz.de added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c6 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|suse-beta@cboltz.de | --- Comment #6 from Christian Boltz <suse-beta@cboltz.de> 2008-07-20 13:40:44 MDT --- I would see the link to the GPG key as a hint for other repos to include the key ;-) Seriously: I see two options: a) something like test -f repomd.xml.key && include_a_link_to_the_key but unfortunately I don't know python, so I might need some hours to find out how these command has to be written in python :-( b) create an openSUSE skin for repoview, including the link to the GPG key. This would mean to split off a subpackage for the existing package (repoview-branding-default) and to create a new package repoview-branding-opensuse. The good thing is that my HTML knownledge is much better than my python knownledge so I could do this (maybe with some help from Robert Liehm). The most important question here is: how many people do access the repoview pages? It it worth the effort? a) probably means you should do it yourself (should be easy for someone who knows python), b) means more work - except for you ;-) What do you prefer? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=389380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=389380#c7 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cthiel@novell.com AssignedTo|cthiel@novell.com |suse-beta@cboltz.de Status|ASSIGNED |NEW --- Comment #7 from Christoph Thiel <cthiel@novell.com> 2008-08-20 16:11:07 MDT --- I guess, creating an openSUSE (build service) skin / template for repoview would be very cool. Please take a look at the latests repoview package from my home:cthiel1 project. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com