Set SCM type for metadata before filtering.

Having the proper SCM type ensures that the &filter subroutine in
expandXMLModules actually sets the repository value for our
kde-build-metadata module.
wilder
Michael Pyne 14 years ago
parent 0d7e81ce54
commit d9ae4911ad
  1. 1
      kdesrc-build

@ -5289,6 +5289,7 @@ sub expandXMLModules
if ($repositoryMetadataRequired) {
my $repoMetadataModule = Module->new($ctx, 'kde-build-metadata');
$repoMetadataModule->setScmType('metadata');
# Manually run this through the filter so all the right magic happens.
($repoMetadataModule) = &$filter($repoMetadataModule);

Loading…
Cancel
Save