[Bug 376870] New: please change instsys extension code
https://bugzilla.novell.com/show_bug.cgi?id=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c302955 Summary: please change instsys extension code Product: openSUSE 11.0 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: locilka@novell.com ReportedBy: snwint@novell.com QAContact: jsrain@novell.com CC: jsrain@novell.com, jsuchome@novell.com Found By: --- [this is about #302955: Split translations out of installation system] I've just written an 'extend' command that takes care of downloading and adding instsys parts. Please rip out all the /sbin/wget & mount etc. code you added recently and replace it with 'extend <extension_name>'. The command has exit code 0 when it worked and != 0 if an error occurred. Please add everything it writes to stdout to yast logs. 'extend' will download multiple parts if necessary (e.g. Chinese + fonts). <extension_name> is currently e.g. 'root.cs'. *BUT* please change it to 'yast2-trans-<lang>.rpm'. 'extend' can handle rpms and this way we save space on our CDs. You can request the same extension several times. The command remembers what it has already loaded and ignore further requests. Jiri (jsrain) IIRC there is a feature request about adding instsys parts, this might already cover it. I think bug 358892 is obsolete then. -- 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=376870 User jsuchome@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c1 --- Comment #1 from Jiří Suchomel <jsuchome@novell.com> 2008-04-04 01:38:22 MST --- Created an attachment (id=206215) --> (https://bugzilla.novell.com/attachment.cgi?id=206215) patch for /usr/share/YaST2/modules/Language.ycp (In reply to comment #0 from Steffen Winterfeldt)
<extension_name> is currently e.g. 'root.cs'. *BUT* please change it to 'yast2-trans-<lang>.rpm'. 'extend' can handle rpms and this way we save space on our CDs.
This patch for Language.ycp should take care of this part, I hope. -- 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=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c2 --- Comment #2 from Steffen Winterfeldt <snwint@novell.com> 2008-04-04 03:16:07 MST --- Looks good to me. -- 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=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c3 --- Comment #3 from Steffen Winterfeldt <snwint@novell.com> 2008-04-04 08:34:57 MST --- Lukas, please change the other part, too. Else installation will not work (yast can't handle rpms right now). -- 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=376870 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c4 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Lukas Ocilka <locilka@novell.com> 2008-04-04 09:08:20 MST --- OK, today -- 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=376870 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c5 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Lukas Ocilka <locilka@novell.com> 2008-04-04 09:35:16 MST --- - InstExtensionImage changed to use new 'extend' command (bnc #376870). 2.16.46 I can't test it properly in installation because of new yast2-core (invalid bytecode) and extend command not yet in inst-sys (yesterday's build). Will be tested/fixed with some new build. -- 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=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c6 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #6 from Steffen Winterfeldt <snwint@novell.com> 2008-04-07 04:25:07 MST --- Thanks. The 'extend' part works. But the Language.ycp patch from comment 1 is missing. Please add it. -- 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=376870 User locilka@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c7 Lukas Ocilka <locilka@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |locilka@novell.com AssignedTo|locilka@novell.com |jsuchome@novell.com Status|REOPENED |NEW --- Comment #7 from Lukas Ocilka <locilka@novell.com> 2008-04-07 04:34:04 MST --- Jirko, please, submit your Language.ycp 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=376870 User jsuchome@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c8 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |snwint@novell.com --- Comment #8 from Jiří Suchomel <jsuchome@novell.com> 2008-04-07 04:40:08 MST --- It is in yast2-country-2.16.14. Which version do you have? -- 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=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c9 Steffen Winterfeldt <snwint@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|snwint@novell.com | --- Comment #9 from Steffen Winterfeldt <snwint@novell.com> 2008-04-07 04:50:34 MST --- 2.16.13 I've just seen that yast2-country-2.16.14 does not build. Please have a look. -- 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=376870 User jsuchome@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c10 Jiří Suchomel <jsuchome@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Jiří Suchomel <jsuchome@novell.com> 2008-04-07 07:41:21 MST --- Fixed in 2.16.15 -- 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=376870 User snwint@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=376870#c11 --- Comment #11 from Steffen Winterfeldt <snwint@novell.com> 2008-04-07 10:59:34 MST --- thanks, works now -- 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