[libdatetime-timezone-perl] 02/09: Cleanup tempdir for download

gregor herrmann gregoa at debian.org
Wed Apr 15 19:03:37 UTC 2015


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 <autarch at 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



More information about the Pkg-perl-cvs-commits mailing list