You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot to change in the release-tools repo, and it's complicated by the fact that there are multiple things to juggle that look similar, but aren't necessarily related or co-migrateable:
This makes it exceptionally difficult, since the similar looking names makes it hard to trace what refers to what, and there's also a possibility where names are shared/coupled by bash variables flying all around the scripts in this repo.
Also, it's ambiguous whether gazebo means Gazebo Classic, or Gazebo... (e.g. gazebo-base-default.bash)
This is a tracking issue to keep track of (non-exhaustive) list of the things that can/need to be migrated, and where they occur:
Links to github repos
sed rules for bumping stuff in homebrew-simulation (bump_dependency.bash)
See: #698
There is a lot to change in the
release-tools
repo, and it's complicated by the fact that there are multiple things to juggle that look similar, but aren't necessarily related or co-migrateable:ignition-gazebo7
)libignition-gazebo7-...
)ign-gazebo6
)libignition-cmake2-dev
)This makes it exceptionally difficult, since the similar looking names makes it hard to trace what refers to what, and there's also a possibility where names are shared/coupled by bash variables flying all around the scripts in this repo.
Also, it's ambiguous whether
gazebo
means Gazebo Classic, or Gazebo... (e.g.gazebo-base-default.bash
)This is a tracking issue to keep track of (non-exhaustive) list of the things that can/need to be migrated, and where they occur:
bump_dependency.bash
)ignition_collection.dsl
)ign_cmake-default-devel-windows-amd64.bat
)ABI_JOB_SOFTWARE_NAME
, which takes information from variables in this fileignition-abichecker.bash
that checks for equality withign-
prefixed namesgazebo
tosim
won't workignition
arguments and variables inrelease-bloom.py
_generic_linux_compilation_build.sh.bash
(e.g.IGN_CMAKE
, which bubbles down toBUILD_IGN_XXX
variables used elsewhere)Because of how many items there are to migrate, let's split it up into several PRs:
The text was updated successfully, but these errors were encountered: