Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
2a4c2501
Commit
2a4c2501
authored
Oct 29, 2020
by
Francesc Guasch
Browse files
Devel is release 0.10
parent
017a941f
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
2a4c2501
...
...
@@ -3,7 +3,7 @@ package Ravada;
use
warnings
;
use
strict
;
our
$VERSION
=
'
0.
9.2
';
our
$VERSION
=
'
0.
10.0
';
use
Carp
qw(carp croak)
;
use
Data::
Dumper
;
...
...
lib/Ravada/Domain.pm
View file @
2a4c2501
...
...
@@ -4047,7 +4047,7 @@ sub _pre_migrate($self, $node, $request = undef) {
if
!
$base
->
base_in_vm
(
$node
->
id
);
confess
"
ERROR: base id
"
.
$self
->
id_base
.
"
not found.
"
if
!
$base
;
for
my
$file
(
$base
->
list_files_base
)
{
for
my
$file
(
$base
->
list_files_base
)
{
next
if
$node
->
file_exists
(
$file
);
warn
"
Warning: file not found
$file
in
"
.
$node
->
name
;
Ravada::
Request
->
set_base_vm
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment