[mirrorbrain-commits] r7764 - trunk/tools

From: <poeml_at_mirrorbrain.org>
Date: Wed, 19 Aug 2009 02:06:22 +0200
Author: poeml
Date: Wed Aug 19 02:06:21 2009
New Revision: 7764
URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=7764

Log:
scanner:
- ignore rsync temp directories (.~tmp~) also when they occur at the top level
  of the tree.

Modified:
   trunk/tools/scanner.pl

Modified: trunk/tools/scanner.pl
==============================================================================
--- trunk/tools/scanner.pl	Fri Aug 14 13:36:31 2009	(r7763)
+++ trunk/tools/scanner.pl	Wed Aug 19 02:06:21 2009	(r7764)
_at_@ -109,6 +109,7 @@
 # default excludes:
 push _at_exclude_list, '/.~tmp~/';
 push _at_exclude_list_rsync, '*/.~tmp~/';
+push _at_exclude_list_rsync, '/.~tmp~/';
 
 exit usage() unless _at_ARGV;
 while (defined (my $arg = shift)) {


_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on Wed Aug 19 2009 - 00:06:24 GMT

This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT