release creation script skip Maintenance directory

This commit is contained in:
Sébastien Loriot
2016-10-06 09:55:49 +02:00
parent 6007c2a32d
commit c430ba2370
2 changed files with 1 additions and 1 deletions
@@ -127,6 +127,7 @@ sub list_packages($) {
my $package_full_path = File::Spec->catdir($packages_directory, $package_name);
next if $package_name =~ /^\..*$/;
next if (! -d $package_full_path );
next if ($package_full_path =~ /Maintenance$/); # skip Maintenance package
$LISTOFALLPACKAGES{$package_name} = $packages_directory;
}
closedir(PACKAGESDIR);