X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fautorelease%2Fupdate-validate-autorelease-projects.sh;h=a6663752f38ef21ee239d4ca7ab7f146e7e84a14;hb=4d7009eab6f1c68a75554484be4885a26b1bef4b;hp=0dee6f94d051e9048fed2c741c03899120f0f8da;hpb=424b891af766dc8cb6cf454c8f453f3eea1487c9;p=releng%2Fbuilder.git diff --git a/jjb/autorelease/update-validate-autorelease-projects.sh b/jjb/autorelease/update-validate-autorelease-projects.sh index 0dee6f94d..a6663752f 100644 --- a/jjb/autorelease/update-validate-autorelease-projects.sh +++ b/jjb/autorelease/update-validate-autorelease-projects.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 - 2018 The Linux Foundation and others. @@ -41,11 +41,6 @@ for module in "${modules[@]}"; do echo "Include $module" echo " - ${module//\//-}:" >> "$YAML_FILE" echo " project: $module" >> "$YAML_FILE" - - # TODO: Remove this once mdsal fully becomes an MRI project. - if [ "$module" == "mdsal" ]; then - echo " branch: v2.6.x" >> "$YAML_FILE" - fi done git add "${YAML_FILE}"