Update of /cvsroot/fink/experimental/gecko2/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv9505/experimental/gecko2/scripts

Modified Files:
        generate-distfiles-and-finkinfo-mirror.pl 
Log Message:
Add 10.7 to the search list


Index: generate-distfiles-and-finkinfo-mirror.pl
===================================================================
RCS file: 
/cvsroot/fink/experimental/gecko2/scripts/generate-distfiles-and-finkinfo-mirror.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- generate-distfiles-and-finkinfo-mirror.pl   15 Jun 2011 11:34:35 -0000      
1.4
+++ generate-distfiles-and-finkinfo-mirror.pl   12 Sep 2011 21:51:31 -0000      
1.5
@@ -124,7 +124,7 @@
 opendir(DIR, $CHECKOUTDIR . '/dists') or die "unable to read from 
$CHECKOUTDIR/dists: $!";
 for my $dir (readdir(DIR))
 {
-       if ($dir eq '10.3' or $dir eq '10.4')
+       if ($dir eq '10.3' or $dir eq '10.4' or $dir eq '10.7')
        {
                print LOG "searching $dir\n";
                finddepth( { wanted => \&find_fetch_infofile, follow => 1 }, 
$CHECKOUTDIR . '/dists/' . $dir);
@@ -180,9 +180,9 @@
                @arches = ('powerpc', 'i386');
        }
 
-       if ($dist =~ /^10.4$/)
+       if ($dist =~ /^10.4$/ or $dist =~ '/^10.7/')
        {
-               for my $dist ('10.4', '10.5', '10.6')
+               for my $dist ('10.4', '10.5', '10.6', '10.7')
                {
                        for my $arch (@arches)
                        {


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to