[Fai-commit] r5208 - people/michael/experimental/patches

mt at alioth.debian.org mt at alioth.debian.org
Wed Oct 22 10:24:07 UTC 2008


Author: mt
Date: 2008-10-22 10:24:07 +0000 (Wed, 22 Oct 2008)
New Revision: 5208

Removed:
   people/michael/experimental/patches/setup-storage_command-dep-bugfix
Modified:
   people/michael/experimental/patches/series
Log:
removed bugfix that made its way into trunk


Modified: people/michael/experimental/patches/series
===================================================================
--- people/michael/experimental/patches/series	2008-10-22 10:10:28 UTC (rev 5207)
+++ people/michael/experimental/patches/series	2008-10-22 10:24:07 UTC (rev 5208)
@@ -1,4 +1,3 @@
-setup-storage_command-dep-bugfix
 setup-storage_udevsettle
 setup-storage_large-partition-check
 setup-storage_opt-d

Deleted: people/michael/experimental/patches/setup-storage_command-dep-bugfix
===================================================================
--- people/michael/experimental/patches/setup-storage_command-dep-bugfix	2008-10-22 10:10:28 UTC (rev 5207)
+++ people/michael/experimental/patches/setup-storage_command-dep-bugfix	2008-10-22 10:24:07 UTC (rev 5208)
@@ -1,20 +0,0 @@
-2008-10-16  Michael Tautschnig  <mt at debian.org>
-
-	* lib/setup-storage/Commands.pm: fixed dependency error in vgcreate commands
-		(closes: #502462)
-Index: trunk/lib/setup-storage/Commands.pm
-===================================================================
---- trunk.orig/lib/setup-storage/Commands.pm
-+++ trunk/lib/setup-storage/Commands.pm	
-@@ -292,9 +292,9 @@
-       "pv_done_$_" ) foreach (@devices);
-     # create the volume group
-     my $pre_dev = "";
--    $pre_dev .= ",pv_done_$_" foreach (@devices);
-+    $pre_dev .= ",exist_$_,pv_done_$_" foreach (@devices);
-     $pre_dev =~ s/^,//;
--    &FAI::push_command( "vgcreate $vg " . join (" ", @devices), "exist_$pre_dev",
-+    &FAI::push_command( "vgcreate $vg " . join (" ", @devices), "$pre_dev",
-       "vg_created_$vg" );
-     # we are done
-     return;




More information about the Fai-commit mailing list