[Bug 377569] New: Opportunity to skip all patch and delta RPMs while updating
https://bugzilla.novell.com/show_bug.cgi?id=377569 Summary: Opportunity to skip all patch and delta RPMs while updating Product: openSUSE 10.3 Version: Final Platform: All OS/Version: openSUSE 10.3 Status: NEW Severity: Enhancement Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: lmuelle@novell.com QAContact: jsrain@novell.com Found By: --- I use a local mirror of the update trees. For space reasons patch and delta RPMs are ignored. Beside the limited mirror space using a normal RPM is faster. It might even be a solution to skip delta and patch RPM files if the full patch is found later. In this case no additional configuration option would be required. This already works if you 'ignore' the errors caused by by the missing delta and patch RPM files. -- 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=377569 User benji@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c1 Benjamin Weber <benji@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benji@opensuse.org Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Benjamin Weber <benji@opensuse.org> 2008-04-07 03:00:34 MST --- See /etc/zypp/zypp.conf Set download.use_patchrpm=false download.use_deltarpm=false -- 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=377569 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c2 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Lars Müller <lmuelle@novell.com> 2008-04-07 03:23:28 MST --- Then the packaging of zypper has to be fixed. rpm -qc zypper doesn't report /etc/zypp/zypp.conf Also the man page doesn't provide any information regarding this. -- 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=377569 User benji@opensuse.org added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c3 --- Comment #3 from Benjamin Weber <benji@opensuse.org> 2008-04-07 03:26:26 MST --- The zypper man page does mention /etc/zypp/zypp.conf "ZYpp config file (/etc/zypp/zypp.conf)." Also benji@lcars:~> rpm -qc libzypp /etc/zypp/zypp.conf zypper is not the only thing that uses libzypp. -- 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=377569 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c4 --- Comment #4 from Lars Müller <lmuelle@novell.com> 2008-04-07 03:32:26 MST --- Ok. /etc/zypp/zypp.conf belongs to libzypp and there it is packaged as config file. Independent of this ignoring a missing patch or delta RPM file if the full RPM is available might be an enhancement. The end user will not care how the system gets to a current state. And as this is already working if the errors are ignored by hand the implementation shouldn't be hard. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c6 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |lmuelle@novell.com --- Comment #6 from Ján Kupec <jkupec@novell.com> 2008-04-29 02:35:59 MST --- (In reply to comment #4 from Lars Mueller)
Independent of this ignoring a missing patch or delta RPM file if the full RPM is available might be an enhancement. The end user will not care how the system gets to a current state.
Do you mean via a command line option (for the install/update/dist-upgrade/source-install commands) in zypper? -- 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=377569 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c7 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lmuelle@novell.com | --- Comment #7 from Lars Müller <lmuelle@novell.com> 2008-04-29 02:52:03 MST --- A command line option would require the knowledge about the option by the user. I have an automatic mechanism in mind. a) Try to download delta rpm failed -> try to download patch rpm. b) Try to download patch rpm failed -> try to download full rpm. c) If the download of the full rpm failed inform the user. If a) or b) fails a note in the logs might be useful. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c8 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmacvicar@novell.com, ma@novell.com Status|NEW |NEEDINFO Info Provider| |lmuelle@novell.com --- Comment #8 from Ján Kupec <jkupec@novell.com> 2008-04-29 02:56:39 MST --- AFAIK it should already work exactly this way. What behavior do you see? -- 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=377569 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c9 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lmuelle@novell.com | --- Comment #9 from Lars Müller <lmuelle@novell.com> 2008-04-29 03:07:19 MST --- The opposite. YaST or which piece in charge of downloading the packages fails if a requested file is missing. As mentioned before pressing the 'ignore' button shows this approach is already implemented. But requesting the user to ignore 100 times is no option. Even asking once would make the hard YaST work flow superfluous harder. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c10 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Normal Status|NEW |NEEDINFO Info Provider| |lmuelle@novell.com --- Comment #10 from Ján Kupec <jkupec@novell.com> 2008-04-29 03:37:08 MST --- This is bug. If you can reproduce it, please attach the logs (yast (debug mode) or zypper). -- 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=377569 User lmuelle@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c11 Lars Müller <lmuelle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|lmuelle@novell.com | --- Comment #11 from Lars Müller <lmuelle@novell.com> 2008-04-29 04:29:45 MST --- I use a plain openSUSE 10.3. Please reproduce yourself. I already spent much to much time on reporting YaST bugs and bugzilla ping pong. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c12 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jkupec@novell.com |zypp-maintainers@forge.provo.novell.com Severity|Normal |Enhancement --- Comment #12 from Ján Kupec <jkupec@novell.com> 2008-04-29 05:09:18 MST --- Sorry, i've forgotten that you removed the patch and delta rpms from your repo, so that's why you are getting the error popups. So this is indeed an enhancement request. The patch/delta rpm handling is currently undergoing a change, so maybe this request could be taken into account in time for 11.0. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c13 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jkupec@novell.com AssignedTo|zypp-maintainers@forge.provo.novell.com |jkupec@novell.com Status|NEW |ASSIGNED --- Comment #13 from Ján Kupec <jkupec@novell.com> 2008-05-22 05:42:08 MST --- Ah.. i've forgotten about this, i'll do it after 11.0. -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c14 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |REMIND --- Comment #14 from Ján Kupec <jkupec@novell.com> 2008-05-22 05:42:37 MST --- . -- 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=377569 User jkupec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=377569#c15 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Priority|P5 - None |P4 - Low Resolution|REMIND | Target Milestone|--- |Future/Later for Fix| | --- Comment #15 from Ján Kupec <jkupec@novell.com> 2008-09-02 02:29:13 MDT --- . -- 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