From 09424fbe1f8d06ef12166cc493d7dd02f7f8f403 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 18 Jun 2011 23:21:25 -0400 Subject: [PATCH] Really(?) obsolete corrupt-XML detector. I thought I had been rid of the corrupt XML detector awhile ago by simply always overwriting the XML when kdesrc-build runs/downloads, but perhaps I hadn't merged it to the modularize branch. --- kdesrc-build | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/kdesrc-build b/kdesrc-build index 9971b8f..bdb41ed 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -7230,15 +7230,7 @@ eval # be OK since there's nothing different going on from the first pass in that # event. @modules = applyModuleFilters(@modules); - - eval { - @modules = expandXMLModules($ctx, @modules); - } or do { - warning "\n b[y[* * *] The KDE module database file appears to be corrupt, re-downloading.\n"; - delete_option('global', '#cached_project_xml_check'); - ensure_projects_xml_present($ctx, force => 1); - @modules = expandXMLModules($ctx, @modules); - }; + @modules = expandXMLModules($ctx, @modules); # If modules were on the command line then they are effectively forced to # process unless overridden by command line options as well. If phases