[Bug 522660] New: more information in package change / project change / package updated requests
http://bugzilla.novell.com/show_bug.cgi?id=522660 Summary: more information in package change / project change / package updated requests Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Hermes AssignedTo: freitag@novell.com ReportedBy: meissner@novell.com QAContact: adrian@novell.com CC: coolo@novell.com, mls@novell.com Found By: Development We need more information in the package / project changed and updated request. This is two parts: - bs_srcserver needs to send more information to Hermes - Hermes template needs to include this data. Its probably possible to diff the XML before/after. (not text diff, but some other diff method). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 User meissner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=522660#c1 --- Comment #1 from Marcus Meissner <meissner@novell.com> 2009-07-16 06:07:16 MDT --- i could send patches if you tell me where the VCS repo of the bsserver is ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 User freitag@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=522660#c2 --- Comment #2 from Klaas Freitag <freitag@novell.com> 2009-07-16 06:11:17 MDT --- SVN URL: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/backend Please bear in mind that just an xml diff might be fine for super geeks but not for normal users. Maybe we can come up with something more user friendly? And check first with mls before patching. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 User meissner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=522660#c3 --- Comment #3 from Marcus Meissner <meissner@novell.com> 2009-07-16 06:15:00 MDT --- i am not thinking of raw xml diffs, this will not be helpful I suspect. more have the XML put into a good visual structure and diff that, or even parse the XML before/after and generate a hand-made difference report. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 User adrian@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=522660#c4 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High --- Comment #4 from Adrian Schröter <adrian@novell.com> 2009-08-07 02:43:08 MDT --- This a regression and is quite time consuming for packagers -> High prio. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c5 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P1 - Urgent Severity|Normal |Critical --- Comment #5 from Marcus Meissner <meissner@novell.com> 2009-12-07 08:58:12 UTC --- without this no "Normal" user, neither community nor SUSE employee can easily see who changed what and when. The security team requested this in July, it is still not done. Adjust priority to match our requirements. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c6 Klaas Freitag <freitag@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mls@novell.com --- Comment #6 from Klaas Freitag <freitag@novell.com> 2010-01-20 09:05:28 UTC --- Please provide a diff without diffing tarballs for source change. Hermes can either 1. get the diff as a parameter provided through the BSHermes call in bs_srcserver 2. or call the API later to get the diff, for that an API call needs to be there and old an new version numbers must be provided through parameters to BSHermes Its up to you how we implement it. For me, option 1. would be more convenient. Since it is a GET request, the size of the diff would be limited to $GET_SIZE_LIMIT (64k?) however. Is that a problem if we diff without tars? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c7 --- Comment #7 from Stephan Kulow <coolo@novell.com> 2010-01-20 09:31:22 UTC --- you can still get large diff if you patch large patches -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c8 --- Comment #8 from Marcus Meissner <meissner@novell.com> 2010-04-23 21:18:58 UTC --- still not done -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c9 --- Comment #9 from Harald Mueller-Ney <hmuelle@novell.com> 2010-06-16 17:12:01 CEST --- (In reply to comment #2)
SVN URL: https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/backend
Please bear in mind that just an xml diff might be fine for super geeks but not for normal users. Maybe we can come up with something more user friendly?
And check first with mls before patching.
Status? No change since nearly 2 month while Critical/P1 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c10 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 - Urgent |P3 - Medium Status|NEEDINFO |NEW InfoProvider|mls@novell.com | Severity|Critical |Normal --- Comment #10 from Michael Schröder <mls@novell.com> 2010-06-16 18:00:44 UTC --- Good point. Removed me from "Infoprovider" and downgraded to "normal". -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c11 Klaas Freitag <freitag@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mls@novell.com --- Comment #11 from Klaas Freitag <freitag@novell.com> 2010-06-28 09:42:22 CEST --- Michael, it would certainly help if you could give your opinion on the questions in comment #6. If we have good support in the API, the problem can be solved quickly. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c12 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mls@novell.com | --- Comment #12 from Michael Schröder <mls@novell.com> 2010-06-28 08:51:18 UTC --- Not diffing tars can be added very easily in the srcserver. I don't know if Marcus can live with that, though. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c13 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mls@novell.com --- Comment #13 from Marcus Meissner <meissner@novell.com> 2010-06-28 08:59:41 UTC --- this biugreport is not about sources, it is about meta data. diffing prettified xml isnt that hard. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c14 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|mls@novell.com | --- Comment #14 from Michael Schröder <mls@novell.com> 2010-06-28 09:36:46 UTC --- Oh, in that case it's not a regression, but just some feature to implement someday. (Comment #6 was about sources) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c15 --- Comment #15 from Marcus Meissner <meissner@novell.com> 2010-06-28 09:42:14 UTC --- Yes, and the day I wanted it implemented latest was September 2009. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c16 --- Comment #16 from Michael Schröder <mls@novell.com> 2010-06-28 09:50:21 UTC --- Maybe, but we can't fulfill every wish. If you really want it you can help us implementing it, right? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c19 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |meissner@novell.com --- Comment #19 from Adrian Schröter <adrian@novell.com> 2010-06-30 09:07:22 UTC --- I do not really understand what exactly is needed here. We log all changes in a package, we log the submit request number also on each change. Can you tell me which XML you speak about and which information you lack ? Also a use case with (I know X and I want to find out Y) would be helpfull. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c20 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|meissner@novell.com | --- Comment #20 from Marcus Meissner <meissner@novell.com> 2010-06-30 09:55:55 UTC --- I am talking about the mails hermes sends out: Date: Mon, 21 Jun 2010 19:32:17 +0000 From: hermes@opensuse.org To: meissner@novell.com Subject: [obs update] Package aide in security updated X-Mailer: openSUSE Notification System The package aide in security was updated. -- Hermes messaging (http://hermes.opensuse.org) openSUSE Build Service (https://build.opensuse.org/) They need to contain what changed. Same for the project change e-mails. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=522660 http://bugzilla.novell.com/show_bug.cgi?id=522660#c21 --- Comment #21 from Klaas Freitag <freitag@novell.com> 2010-07-09 12:30:00 CEST --- Note that OBS_PACKAGE_UPDATE only gets sent out if the package META data gets changed. That is probably not what you want. You should subscribe to obs_srcsrv_commit which is the notification that is sent if the package was changed. It comes with a filelist of changes and a ready-to-copy osc command line which shows you the diff. Full diff in the mail is critical atm, because backend diffs over all tarballs. That means the diffs can be huge. As soon as the diffing over tarballs can be avoided, we can add the diff to the mail. -- Configure bugmail: http://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=522660 https://bugzilla.novell.com/show_bug.cgi?id=522660#c Thomas Schmidt <tschmidt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freitag@suse.com AssignedTo|freitag@suse.com |cwh@suse.com -- 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=522660 https://bugzilla.novell.com/show_bug.cgi?id=522660#c Christopher Hofmann <cwh@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cwh@suse.com |hvogel@suse.com -- 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=522660 https://bugzilla.novell.com/show_bug.cgi?id=522660#c Hendrik Vogelsang <hvogel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|hvogel@suse.com |abebe@suse.com -- 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=522660 https://bugzilla.novell.com/show_bug.cgi?id=522660#c Christopher Hofmann <cwh@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cwh@suse.com AssignedTo|abebe@suse.com |cwh@suse.com -- 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