Update mdsal jobs for 2024.09 Scandium
[releng/builder.git] / jjb / autorelease / compare-autorelease-projects.sh
index 0984d01f7d5a1ca4e9af9af8e3242d253338a67b..118cf30bd6fffef6467424642c2f7fb2059b02b5 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2018 The Linux Foundation and others.
@@ -27,12 +27,11 @@ for project in "${PROJECTS_INT_DIST[@]}"; do
     if [[ $project =~ project.groupId ]] || [[ $project =~ odlparent ]]; then
         continue
     elif [[ $project =~ org.opendaylight ]]; then
-        project=$(echo "${project/org.opendaylight./}")
-        project_int_dist+=( "$(echo "${project/.//}" )" )
+        project=${project/org.opendaylight./}
+        project_int_dist+=("${project/.//}")
     fi
 done
 
-project_int_dist+=("mdsal")
 project_int_dist+=("integration/distribution")
 
 # Get a list of all the projects from releng/autorelease repo