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
da60d00a
Commit
da60d00a
authored
Sep 20, 2017
by
Francesc Guasch
Browse files
[#335] Don't hurry device name
parent
6a2d0295
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada/VM/KVM.pm
View file @
da60d00a
...
...
@@ -1058,14 +1058,9 @@ sub _fetch_filename {
}
confess "No file_re" if !$row->{file_re};
if ($row->{device} && !$row->{filename}) {
my ( $file) = $row->{device} =~ m{.*/(.*)};
$row->{filename} = ($row->{rename_file} or $file);
return;
}
my $file;
my $content = $self->_download($row->{url});
my $file;
my $lines =
''
;
for my $line (split/\n/,$content) {
next if $line !~ /iso"/;
...
...
Write
Preview
Markdown
is supported
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