Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
24dcb343
Commit
24dcb343
authored
Nov 09, 2020
by
Francesc Guasch
Browse files
refactor(test): tests without KVM fixed on loading
parent
7bfe2042
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
24dcb343
...
...
@@ -572,7 +572,9 @@ sub _update_isos {
}
sub
_scheduled_fedora_releases
($self,$data) {
my
$vm
=
$self
->
search_vm
('
KVM
');
return
if
!
exists
$VALID_VM
{
KVM
}
||!
$VALID_VM
{
KVM
};
my
$vm
=
$self
->
search_vm
('
KVM
')
or
return
;
# TODO move ISO downloads off KVM
my
@now
=
localtime
(
time
);
my
$year
=
$now
[
5
]
+
1900
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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