-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gz-jetty: new formula #2942
base: master
Are you sure you want to change the base?
gz-jetty: new formula #2942
Conversation
Signed-off-by: Addisu Z. Taddese <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some Ionic references that we probably need to update
Formula/gz-jetty.rb
Outdated
@@ -0,0 +1,42 @@ | |||
class GzIonic < Formula |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class GzIonic < Formula | |
class GzJetty < Formula |
Formula/gz-jetty.rb
Outdated
include Language::Python::Virtualenv | ||
|
||
desc "Collection of gazebo simulation software" | ||
homepage "https://github.com/gazebosim/gz-ionic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
homepage "https://github.com/gazebosim/gz-ionic" | |
homepage "https://github.com/gazebosim/gz-jetty" |
Formula/gz-jetty.rb
Outdated
version "0.999.999-0-20250116" | ||
license "Apache-2.0" | ||
|
||
head "https://github.com/gazebosim/gz-ionic.git", branch: "main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
head "https://github.com/gazebosim/gz-ionic.git", branch: "main" | |
head "https://github.com/gazebosim/gz-jetty.git", branch: "main" |
Formula/gz-jetty.rb
Outdated
end | ||
|
||
test do | ||
assert_predicate share/"gz/gz-ionic/release_notes.md", :exist? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assert_predicate share/"gz/gz-ionic/release_notes.md", :exist? | |
assert_predicate share/"gz/gz-jetty/release_notes.md", :exist? |
Signed-off-by: Addisu Z. Taddese <[email protected]>
Fixed in 0202924 Also updated the bump_dependency.bash script |
See gazebo-tooling/release-tools#1235