git-migration: update_binaries.pl - do not remove file in update_binaries.p...

draenog draenog at pld-linux.org
Wed Jun 22 17:22:02 CEST 2011


Author: draenog                      Date: Wed Jun 22 15:22:02 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- do not remove file in update_binaries.pl; rsync will do it next time

---- Files affected:
git-migration:
   update_binaries.pl (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: git-migration/update_binaries.pl
diff -u git-migration/update_binaries.pl:1.1 git-migration/update_binaries.pl:1.2
--- git-migration/update_binaries.pl:1.1	Tue Jun 21 12:32:05 2011
+++ git-migration/update_binaries.pl	Wed Jun 22 17:21:57 2011
@@ -11,7 +11,6 @@
 while(<>) {
     if(/;\s+state (\w+)/) {
         if($1 eq "dead") {
-            unlink $ARGV;
             $ARGV=~s#^packages/##;
             print $ARGV;
         }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/update_binaries.pl?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list