[Fai-commit] r6302 - trunk/dev-utils
Michael Tautschnig
mt at alioth.debian.org
Thu Mar 10 13:44:10 UTC 2011
Author: mt
Date: 2011-03-10 13:44:09 +0000 (Thu, 10 Mar 2011)
New Revision: 6302
Modified:
trunk/dev-utils/setup-storage_deps-graph.pl
Log:
dev-utils: Ignore blank lines in log when building dependency graph
Modified: trunk/dev-utils/setup-storage_deps-graph.pl
===================================================================
--- trunk/dev-utils/setup-storage_deps-graph.pl 2011-03-10 12:24:08 UTC (rev 6301)
+++ trunk/dev-utils/setup-storage_deps-graph.pl 2011-03-10 13:44:09 UTC (rev 6302)
@@ -32,6 +32,8 @@
} else {
$latest_post = "END";
}
+ } elsif (/^\s*$/) {
+ next;
} else {
die;
}
More information about the Fai-commit
mailing list