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

gregoa pushed a commit to annotated tag v1.82
in repository libdatetime-timezone-perl.

commit cd9d631543c95c9f146435ce60fe76c8c9bc6a2e
Author: Dave Rolsky <auta...@urth.org>
Date:   Sat Nov 22 15:54:54 2014 -0600

    Cleanup tempdir for download
---
 tools/update-from-latest-olson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/update-from-latest-olson b/tools/update-from-latest-olson
index 504cd71..62029bb 100755
--- a/tools/update-from-latest-olson
+++ b/tools/update-from-latest-olson
@@ -25,7 +25,7 @@ sub main {
     my $dir
         = $opts{dir}
         ? dir( $opts{dir} )
-        : tempdir( CLEANUP => 0 );
+        : tempdir( CLEANUP => 1 );
 
     if ( $opts{download} ) {
         $olson_version = _download($dir);

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdatetime-timezone-perl.git

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

Reply via email to