]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
bump version to 3.1-16
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Oct 2013 08:37:59 +0000 (10:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 1 Oct 2013 08:37:59 +0000 (10:37 +0200)
PVE/VZDump.pm
PVE/VZDump/OpenVZ.pm
debian/changelog.Debian
defines.mk

index 77fd211623060b30d93eaa1b7cc5c73c26f9529d..05094223b7dd030eed72e27318fd56389aabb76c 100644 (file)
@@ -971,7 +971,7 @@ sub exec_backup_task {
     eval { unlink $task->{tmptar} if $task->{tmptar} && -f $task->{tmptar}; };
     warn $@ if $@;
 
-    eval { rmtree $task->{tmpdir} if $task->{tmpdir} && -d $task->{tmpdir}; };
+#    eval { rmtree $task->{tmpdir} if $task->{tmpdir} && -d $task->{tmpdir}; };
     warn $@ if $@;
 
     my $delay = $task->{backuptime} = time () - $vmstarttime;
index 779c3a1da6fb741ac9e189f1a5553ab696435ca9..5b6c0bacae4f006b0021bb2d35cafb8f6e777671 100644 (file)
@@ -303,8 +303,8 @@ sub cleanup {
 
     if ($task->{cleanup}->{etc_vzdump}) {
        my $dir = "$task->{snapdir}/etc/vzdump";
-       eval { rmtree $dir if -d $dir; };
-       $self->logerr ($@) if $@;
+       #eval { rmtree $dir if -d $dir; };
+       #$self->logerr ($@) if $@;
     }
 
 }
index d34682e651a36bc9b3e39a83852685d1e88e188b..9eaa41a9fd4349a1786f9a85736b7c4f5813e77d 100644 (file)
@@ -1,3 +1,9 @@
+pve-manager (3.1-16) unstable; urgency=low
+
+  * do not use -w switch as it breaks modules
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 01 Oct 2013 10:37:39 +0200
+
 pve-manager (3.1-15) unstable; urgency=low
 
   * add solaris ostype
index 575960f5c369109ae2fa054a32352a3d7acb766f..29810fc188759ae96bb9c87920e5adf6b499713c 100644 (file)
@@ -2,7 +2,7 @@ RELEASE=3.1
 
 VERSION=3.1
 PACKAGE=pve-manager
-PACKAGERELEASE=15
+PACKAGERELEASE=16
 
 BINDIR=${DESTDIR}/usr/bin
 PERLLIBDIR=${DESTDIR}/usr/share/perl5