# HG changeset patch # User Simon Howkins # Date 1253185907 -3600 # Node ID 874d2406736612bef9e71f8b6efc1ab47d71e4f0 # Parent fda39efc6eb85879530e0033a7a8a7f0a1caecc5 Fixed the initial population of the epoc32 tree with rnd bins to deal with the fact that the zips are in a slightly different location. (cf the changes made for Bug 350) Simplified the way in which the setting of sf.spec.package.src.enable is handled - no need to use it to change the zipping template, just use it to control which parts of the template we invoke. diff -r fda39efc6eb8 -r 874d24067366 common/build.xml --- a/common/build.xml Thu Sep 17 12:07:34 2009 +0100 +++ b/common/build.xml Thu Sep 17 12:11:47 2009 +0100 @@ -442,25 +442,12 @@ - - - - - - - - - - - - - @@ -471,11 +458,7 @@ - - - - - + @@ -484,22 +467,40 @@ - - - - - + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + + + + + + + + + + diff -r fda39efc6eb8 -r 874d24067366 common/tools/populateziptemplate.pl --- a/common/tools/populateziptemplate.pl Thu Sep 17 12:07:34 2009 +0100 +++ b/common/tools/populateziptemplate.pl Thu Sep 17 12:11:47 2009 +0100 @@ -26,11 +26,6 @@ my $template = shift or die "Second arg must be template file"; my $ftl = shift or die "Third arg must be output file"; my $rndExcludes = shift or die "Fourth arg must be rnd-excludes file"; -my $nosource = shift; -if(defined $nosource && $nosource !~ m/--nosource/i) -{ - die "fifth argument can only be \'--nosource\'"; -} # Load CSV open my $csvText, "<", $sourcesCSV or die "Unable to open sources.csv from $sourcesCSV"; @@ -79,8 +74,6 @@ $package->{dst} =~ s{^/}{}g; if ($package->{source} =~ m{/(sfl|oss)/(MCL|FCL)/sf/([^/]+)/([^/]+)}) { - if(!defined $nosource) - { push @{$zipConfig->{config}->{config}->{src}->{config}->{$1}->{config}}, { set => @@ -95,7 +88,6 @@ }, ] }; - } } elsif ($package->{source} =~ m{/rnd/([^/]+)/([^/]+)}) {