Mailinglist Archive: yast-commit (518 mails)
| < Previous | Next > |
[yast-commit] r56743 - in /branches/SuSE-Code-11-Branch/registration: VERSION package/yast2-registration.changes src/modules/Register.ycp
- From: jdsn@xxxxxxxxxxxxxxxx
- Date: Thu, 09 Apr 2009 15:51:42 -0000
- Message-id: <E1LrwXW-0003mX-Uq@xxxxxxxxxxxxxxxx>
Author: jdsn
Date: Thu Apr 9 17:51:42 2009
New Revision: 56743
URL: http://svn.opensuse.org/viewcvs/yast?rev=56743&view=rev
Log:
proper language setting for registration browser (bnc#490811)
2.17.24
Modified:
branches/SuSE-Code-11-Branch/registration/VERSION
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
Modified: branches/SuSE-Code-11-Branch/registration/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/VERSION?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/registration/VERSION (original)
+++ branches/SuSE-Code-11-Branch/registration/VERSION Thu Apr 9 17:51:42 2009
@@ -1 +1 @@
-2.17.23
+2.17.24
Modified:
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
---
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
(original)
+++
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
Thu Apr 9 17:51:42 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Apr 9 17:43:26 CEST 2009 - jdsn@xxxxxxx
+
+- proper language setting for registration browser (bnc#490811)
+- 2.17.24
+
+-------------------------------------------------------------------
Mon Feb 23 12:38:23 CET 2009 - jdsn@xxxxxxx
- do not force the refreshes during registration (bnc#476429)
Modified: branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
(original)
+++ branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp Thu Apr
9 17:51:42 2009
@@ -1398,6 +1398,15 @@
"restoreRepos" : 1,
// (#309231)
"logfile" :
"/root/.suse_register.log"
];
+
+ // workaround for (bnc#490811)
+ string yastLocale = getenv("LANG");
+ y2milestone("Locale before suseRegister run: %1", yastLocale);
+ if ( yastLocale != nil && yastLocale != "" )
+ {
+ contextData["locale"] = yastLocale;
+ }
+
y2milestone("Basic initialization data for SuseRegister (custom
registration data is suppressed for security reasons): %1", contextData);
// add data to the context from autoyast profile or from manual input
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Apr 9 17:51:42 2009
New Revision: 56743
URL: http://svn.opensuse.org/viewcvs/yast?rev=56743&view=rev
Log:
proper language setting for registration browser (bnc#490811)
2.17.24
Modified:
branches/SuSE-Code-11-Branch/registration/VERSION
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
Modified: branches/SuSE-Code-11-Branch/registration/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/VERSION?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/registration/VERSION (original)
+++ branches/SuSE-Code-11-Branch/registration/VERSION Thu Apr 9 17:51:42 2009
@@ -1 +1 @@
-2.17.23
+2.17.24
Modified:
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
---
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
(original)
+++
branches/SuSE-Code-11-Branch/registration/package/yast2-registration.changes
Thu Apr 9 17:51:42 2009
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Apr 9 17:43:26 CEST 2009 - jdsn@xxxxxxx
+
+- proper language setting for registration browser (bnc#490811)
+- 2.17.24
+
+-------------------------------------------------------------------
Mon Feb 23 12:38:23 CET 2009 - jdsn@xxxxxxx
- do not force the refreshes during registration (bnc#476429)
Modified: branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp?rev=56743&r1=56742&r2=56743&view=diff
==============================================================================
--- branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp
(original)
+++ branches/SuSE-Code-11-Branch/registration/src/modules/Register.ycp Thu Apr
9 17:51:42 2009
@@ -1398,6 +1398,15 @@
"restoreRepos" : 1,
// (#309231)
"logfile" :
"/root/.suse_register.log"
];
+
+ // workaround for (bnc#490811)
+ string yastLocale = getenv("LANG");
+ y2milestone("Locale before suseRegister run: %1", yastLocale);
+ if ( yastLocale != nil && yastLocale != "" )
+ {
+ contextData["locale"] = yastLocale;
+ }
+
y2milestone("Basic initialization data for SuseRegister (custom
registration data is suppressed for security reasons): %1", contextData);
// add data to the context from autoyast profile or from manual input
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |