Commit 1bb6e88f authored by Dietmar Maurer's avatar Dietmar Maurer

bump version to 3.1-16

parent cc047529
...@@ -971,7 +971,7 @@ sub exec_backup_task { ...@@ -971,7 +971,7 @@ sub exec_backup_task {
eval { unlink $task->{tmptar} if $task->{tmptar} && -f $task->{tmptar}; }; eval { unlink $task->{tmptar} if $task->{tmptar} && -f $task->{tmptar}; };
warn $@ if $@; warn $@ if $@;
eval { rmtree $task->{tmpdir} if $task->{tmpdir} && -d $task->{tmpdir}; }; # eval { rmtree $task->{tmpdir} if $task->{tmpdir} && -d $task->{tmpdir}; };
warn $@ if $@; warn $@ if $@;
my $delay = $task->{backuptime} = time () - $vmstarttime; my $delay = $task->{backuptime} = time () - $vmstarttime;
......
...@@ -303,8 +303,8 @@ sub cleanup { ...@@ -303,8 +303,8 @@ sub cleanup {
if ($task->{cleanup}->{etc_vzdump}) { if ($task->{cleanup}->{etc_vzdump}) {
my $dir = "$task->{snapdir}/etc/vzdump"; my $dir = "$task->{snapdir}/etc/vzdump";
eval { rmtree $dir if -d $dir; }; #eval { rmtree $dir if -d $dir; };
$self->logerr ($@) if $@; #$self->logerr ($@) if $@;
} }
} }
......
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 pve-manager (3.1-15) unstable; urgency=low
* add solaris ostype * add solaris ostype
......
...@@ -2,7 +2,7 @@ RELEASE=3.1 ...@@ -2,7 +2,7 @@ RELEASE=3.1
VERSION=3.1 VERSION=3.1
PACKAGE=pve-manager PACKAGE=pve-manager
PACKAGERELEASE=15 PACKAGERELEASE=16
BINDIR=${DESTDIR}/usr/bin BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5 PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment