This commit is contained in:
2024-03-25 17:44:36 -04:00
parent 91b6e8e13f
commit fc884e4629
187 changed files with 5039 additions and 130 deletions

View File

@@ -0,0 +1,9 @@
{
for my $name ( qw(addons contrib dungog fws base centosplus fasttrack updates) )
{
my $repo = $DB->get($name);
$repo->delete if $repo;
}
}