Skip to content

Commit

Permalink
Split dev packages on 3.20 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat authored Jul 19, 2024
1 parent 171c3d5 commit 9582990
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion update-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ done

shift $((OPTIND - 1))

generate_opts=
case "${ALPINE_VERSION}" in
3.20)
generate_opts="${generate_opts} --split-dev"
;;
*)
;;
esac

aports_dir=aports/v${ALPINE_VERSION}/ros/${ROS_DISTRO}

# env vars:
Expand Down Expand Up @@ -114,7 +123,7 @@ rosinstall_generator --deps --wet-only --flat ${package_list} --rosdistro ${ros_
echo $pkgname ${aports_dir}/${aportname}/APKBUILD >&2
fi
done \
| generate-rospkg-apkbuild-multi ${ros_distro}
| generate-rospkg-apkbuild-multi ${ros_distro} ${generate_opts}


# Commit changes and create PullRequest
Expand Down

0 comments on commit 9582990

Please sign in to comment.