[Mageia-dev] [1475] Drop line which should never have been commited

Thierry Vignaud thierry.vignaud at gmail.com
Mon May 23 08:09:46 CEST 2011


On 23 May 2011 01:00,  <root at mageia.org> wrote:
> Revision 1475 Author pterjan Date 2011-05-23 01:00:33 +0200 (Mon, 23 May
> 2011)
>
> Log Message
>
> Drop line which should never have been commited

OK but you also committed totally unrelated stuff:

> Modified: build_system/iurt/trunk/ulri
> ===================================================================
> --- build_system/iurt/trunk/ulri	2011-05-22 22:57:27 UTC (rev 1474)
> +++ build_system/iurt/trunk/ulri	2011-05-22 23:00:33 UTC (rev 1475)
> @@ -668,6 +668,9 @@
>  		    $cmd =~ s!__DIR__!$path/$prefix!g;
>  		    $cmd =~ s!__TARGET__!$target!g;
>  		    $cmd =~ s!__PACKAGER__!$user!g;
> +		    my $section = $media;
> +		    $section =~ s!/.*\$!!;
> +		    $cmd =~ s!__SECTION__!$section!g;
>  		
>  		    my $media_to_add;
>  		    if (ref $config->{media}{$target}{$media}) {


More information about the Mageia-dev mailing list