git-migration: pld-git.sh - avoid considering adapter.awk as package when p...

glen glen at pld-linux.org
Thu Feb 10 06:09:31 CET 2011


Author: glen                         Date: Thu Feb 10 05:09:31 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- avoid considering adapter.awk as package when processing rsync.log

---- Files affected:
git-migration:
   pld-git.sh (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: git-migration/pld-git.sh
diff -u git-migration/pld-git.sh:1.19 git-migration/pld-git.sh:1.20
--- git-migration/pld-git.sh:1.19	Thu Feb 10 06:05:32 2011
+++ git-migration/pld-git.sh	Thu Feb 10 06:09:26 2011
@@ -26,7 +26,7 @@
 
 	# parse rsync log
 	# we want "^.f" - any file change
-	grep 'changes=.f' $logfile | sed -rne 's/.*name=([^/]+).*/\1/p' | sort -u > cvs.pkgs
+	grep 'changes=.f' $logfile | sed -rne 's/.*name=([^/]+)\/.*/\1/p' | sort -u > cvs.pkgs
 
 	touch cvs.rsync
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/pld-git.sh?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list