Skip to content

Conversation

@scpeters
Copy link
Member

Part of gazebo-tooling/release-tools#1403.

Implemented with:

pushd $(brew --repo osrf/simulation)/Aliases
COLLECTION=jetty
for f in $(grep 'depends_on.*"[gs][zd]' ../Formula/gz-${COLLECTION}.rb | sed -e 's@.* "@@' -e 's@"$@@');
do
  PKG=$(echo $f | sed -e 's@gz-@@' -e 's@[0-9]*@@g');
  echo $f $PKG;
  ln -s ../Formula/$f.rb gz-${COLLECTION}-$PKG;
done
popd

Signed-off-by: Steve Peters <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants