initial commit of file from CVS for smeserver-yum on Thu 26 Oct 11:26:23 BST 2023
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
for my $name ( qw(smecontribs) )
|
||||
{
|
||||
my $repo = $DB->get($name) or next;
|
||||
#only migrate if restore from previous SME version, we do not want to override an admin setting for current version.
|
||||
return unless $repo->prop('MirrorList') =~ m{/$name-[789]$};
|
||||
$repo->set_prop('Visible', 'yes');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user