Mailinglist Archive: yast-commit (535 mails)
| < Previous | Next > |
[yast-commit] r41220 - in /trunk/repair: VERSION package/yast2-repair.changes src/bootloader_routines.ycp
- From: jsuchome@xxxxxxxxxxxxxxxx
- Date: Wed, 03 Oct 2007 10:34:51 -0000
- Message-id: <20071003103452.23D932FC33@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Wed Oct 3 12:34:51 2007
New Revision: 41220
URL: http://svn.opensuse.org/viewcvs/yast?rev=41220&view=rev
Log:
- adapt for API change in yast2-bootloader (#329702)
- 2.16.0
Modified:
trunk/repair/VERSION
trunk/repair/package/yast2-repair.changes
trunk/repair/src/bootloader_routines.ycp
Modified: trunk/repair/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/VERSION?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/VERSION (original)
+++ trunk/repair/VERSION Wed Oct 3 12:34:51 2007
@@ -1 +1 @@
-2.15.7
+2.16.0
Modified: trunk/repair/package/yast2-repair.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/package/yast2-repair.changes?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/package/yast2-repair.changes (original)
+++ trunk/repair/package/yast2-repair.changes Wed Oct 3 12:34:51 2007
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Oct 3 11:40:11 CEST 2007 - jsuchome@xxxxxxx
+
+- adapt for API change in yast2-bootloader (#329702)
+- 2.16.0
+
+-------------------------------------------------------------------
Wed Jun 6 12:53:50 CEST 2007 - jsuchome@xxxxxxx
- remember the packages selected for reinstallation (#278512)
Modified: trunk/repair/src/bootloader_routines.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/src/bootloader_routines.ycp?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/src/bootloader_routines.ycp (original)
+++ trunk/repair/src/bootloader_routines.ycp Wed Oct 3 12:34:51 2007
@@ -17,7 +17,7 @@
global define void readDeviceMap () {
BootCommon::InitializeLibrary (true, "grub");
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (false);
device_map = BootCommon::GetDeviceMap ();
y2debug ("device map: %1", device_map);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Oct 3 12:34:51 2007
New Revision: 41220
URL: http://svn.opensuse.org/viewcvs/yast?rev=41220&view=rev
Log:
- adapt for API change in yast2-bootloader (#329702)
- 2.16.0
Modified:
trunk/repair/VERSION
trunk/repair/package/yast2-repair.changes
trunk/repair/src/bootloader_routines.ycp
Modified: trunk/repair/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/VERSION?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/VERSION (original)
+++ trunk/repair/VERSION Wed Oct 3 12:34:51 2007
@@ -1 +1 @@
-2.15.7
+2.16.0
Modified: trunk/repair/package/yast2-repair.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/package/yast2-repair.changes?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/package/yast2-repair.changes (original)
+++ trunk/repair/package/yast2-repair.changes Wed Oct 3 12:34:51 2007
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Oct 3 11:40:11 CEST 2007 - jsuchome@xxxxxxx
+
+- adapt for API change in yast2-bootloader (#329702)
+- 2.16.0
+
+-------------------------------------------------------------------
Wed Jun 6 12:53:50 CEST 2007 - jsuchome@xxxxxxx
- remember the packages selected for reinstallation (#278512)
Modified: trunk/repair/src/bootloader_routines.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/repair/src/bootloader_routines.ycp?rev=41220&r1=41219&r2=41220&view=diff
==============================================================================
--- trunk/repair/src/bootloader_routines.ycp (original)
+++ trunk/repair/src/bootloader_routines.ycp Wed Oct 3 12:34:51 2007
@@ -17,7 +17,7 @@
global define void readDeviceMap () {
BootCommon::InitializeLibrary (true, "grub");
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (false);
device_map = BootCommon::GetDeviceMap ();
y2debug ("device map: %1", device_map);
}
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |