Revision: 525
          http://opencsw.svn.sourceforge.net/opencsw/?rev=525&view=rev
Author:   dmichelsen
Date:     2011-09-06 09:02:36 +0000 (Tue, 06 Sep 2011)
Log Message:
-----------
cleanup-experimental: Ignore an artifact from submitpkg

Modified Paths:
--------------
    buildfarm/bin/cleanup-experimental

Modified: buildfarm/bin/cleanup-experimental
===================================================================
--- buildfarm/bin/cleanup-experimental  2011-09-06 09:01:51 UTC (rev 524)
+++ buildfarm/bin/cleanup-experimental  2011-09-06 09:02:36 UTC (rev 525)
@@ -52,6 +52,9 @@
   closedir D;
 
   foreach my $f (sort @files) {
+    # Ignore artifact from submitpkg
+    next if( $f eq "newpkgs.mail" );
+
     # Check for package files with identical names
     if( exists $allpkgfiles{$f} ) {
       system( "cmp -s $experimentaldir/$p/$f $allpkgsdir/$f" );

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to