Drop patterns for old repository host/namespace

Our modules were migrated from stackforge namespace to the openstack
namespace a while ago. Also, all of the OpenStack repos are migrated
from github to opendev.

Change-Id: Ie6dc9c26ffac7cfbcc0387ec46919329b28ea9e7
This commit is contained in:
Takashi Kajinami 2023-12-25 16:48:18 +09:00
parent babc7a0a94
commit d961c50855
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
for project in $PUPPET_MODULES_PATH/*; do
# find Puppet OpenStack modules
if [ -f $project/metadata.json ]; then
if egrep -q "(github.com|opendev.org)/(stackforge|openstack)/puppet" $project/metadata.json; then
if egrep -q "opendev.org/openstack/puppet" $project/metadata.json; then
PROJECTS+="$(basename $project) "
# if we've added ironic we want to try for ironic-inspector also
if [ "$(basename $project)" == 'ironic' ] ; then