This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.2.2-source
in repository libdist-zilla-role-bootstrap-perl.

commit 45ce3a2691a4518ee89738f471822960f0f695ad
Author: Kent Fredric <[email protected]>
Date:   Tue Nov 5 02:00:41 2013 +1300

    No partial progress spam
---
 lib/tools.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/tools.pm b/lib/tools.pm
index d9009ee..4e09744 100644
--- a/lib/tools.pm
+++ b/lib/tools.pm
@@ -120,7 +120,7 @@ sub deploy_sterile {
       diag("\e[31mRsyncing over $value\e[0m");
       $clean_path =~ s{/?$}{/};
       $value =~ s{/?$}{/};
-      safe_exec( 'rsync', '-avp', '--delete-delay', $clean_path, $value );
+      safe_exec( 'rsync', '-a', '--delete-delay', $clean_path, $value );
     }
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to