Skip to content

Commit

Permalink
Update update-helper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Nov 3, 2024
1 parent 5d63eab commit 96753db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifest-tools/update-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,11 @@ if [ "${BRANCH}" == "gatesgarth" ]
then
SPECIAL_HDL_BRANCH="hdl_2021_r2"
fi
if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ]
if [ "${BRANCH}" == "honister" ]
then
SPECIAL_HDL_BRANCH="hdl_2022_r2"
fi
if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ]
then
if [ -d "hdl" ]
then
Expand Down Expand Up @@ -746,7 +750,7 @@ if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "sumo" ] || [ "${BRANCH}" == "
fi

# Display latest commit for hdl
if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ]
if [ "${BRANCH}" == "rocko" ] || [ "${BRANCH}" == "thud" ] || [ "${BRANCH}" == "gatesgarth" ] || [ "${BRANCH}" == "honister" ]
then
if grep -q "${COMMIT_HDL}" "${BASEDIR}/../default.xml"
then
Expand Down

0 comments on commit 96753db

Please sign in to comment.