smeserver-yum/root/etc/e-smith/db/yum_repositories/migrate/20CentOSRepos

9 lines
135 B
Plaintext

{
for my $name ( qw(base updates) )
{
my $repo = $DB->get($name) or next;
$repo->set_prop('Visible', 'yes');
}
}