Mailinglist Archive: yast-commit (759 mails)
| < Previous | Next > |
[yast-commit] r45353 - in /branches/SuSE-SLE-10-SP1-Branch/installation: VERSION package/yast2-installation.changes src/modules/AddOnProduct.ycp
- From: locilka@xxxxxxxxxxxxxxxx
- Date: Tue, 11 Mar 2008 15:02:06 -0000
- Message-id: <20080311150207.2DD6C2D78A@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Tue Mar 11 16:02:06 2008
New Revision: 45353
URL: http://svn.opensuse.org/viewcvs/yast?rev=45353&view=rev
Log:
- Calling inst_suse_register instead of suse_register client in
AddOnProduct module (#369046).
- 2.13.197.1
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/VERSION
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
Modified: branches/SuSE-SLE-10-SP1-Branch/installation/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/VERSION?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/installation/VERSION (original)
+++ branches/SuSE-SLE-10-SP1-Branch/installation/VERSION Tue Mar 11 16:02:06
2008
@@ -1 +1 @@
-2.13.197
+2.13.197.1
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
---
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
(original)
+++
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
Tue Mar 11 16:02:06 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Mar 11 15:59:36 CET 2008 - locilka@xxxxxxx
+
+- Calling inst_suse_register instead of suse_register client in
+ AddOnProduct module (#369046).
+- 2.13.197.1
+
+-------------------------------------------------------------------
Thu Mar 06 10:57:42 CET 2008 - aschnell@xxxxxxx
- call rcnetwork with option onboot during start of second stage
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
(original)
+++ branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
Tue Mar 11 16:02:06 2008
@@ -949,7 +949,7 @@
global void RegisterAddOnProduct (integer src_id) {
if (contains (addons_requesting_registration, src_id)) {
y2milestone ("Source ID %1 requests registration", src_id);
- WFM::CallFunction ("suse_register", []);
+ WFM::CallFunction ("inst_suse_register", []);
} else {
y2milestone ("Source ID %1 doesn't need registration", src_id);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Mar 11 16:02:06 2008
New Revision: 45353
URL: http://svn.opensuse.org/viewcvs/yast?rev=45353&view=rev
Log:
- Calling inst_suse_register instead of suse_register client in
AddOnProduct module (#369046).
- 2.13.197.1
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/VERSION
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
Modified: branches/SuSE-SLE-10-SP1-Branch/installation/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/VERSION?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/installation/VERSION (original)
+++ branches/SuSE-SLE-10-SP1-Branch/installation/VERSION Tue Mar 11 16:02:06
2008
@@ -1 +1 @@
-2.13.197
+2.13.197.1
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
---
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
(original)
+++
branches/SuSE-SLE-10-SP1-Branch/installation/package/yast2-installation.changes
Tue Mar 11 16:02:06 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue Mar 11 15:59:36 CET 2008 - locilka@xxxxxxx
+
+- Calling inst_suse_register instead of suse_register client in
+ AddOnProduct module (#369046).
+- 2.13.197.1
+
+-------------------------------------------------------------------
Thu Mar 06 10:57:42 CET 2008 - aschnell@xxxxxxx
- call rcnetwork with option onboot during start of second stage
Modified:
branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp?rev=45353&r1=45352&r2=45353&view=diff
==============================================================================
--- branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
(original)
+++ branches/SuSE-SLE-10-SP1-Branch/installation/src/modules/AddOnProduct.ycp
Tue Mar 11 16:02:06 2008
@@ -949,7 +949,7 @@
global void RegisterAddOnProduct (integer src_id) {
if (contains (addons_requesting_registration, src_id)) {
y2milestone ("Source ID %1 requests registration", src_id);
- WFM::CallFunction ("suse_register", []);
+ WFM::CallFunction ("inst_suse_register", []);
} else {
y2milestone ("Source ID %1 doesn't need registration", src_id);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |