-
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
🏁 Dome EOL: deprecate and disable bottles #1734
Conversation
chapulina
commented
Dec 21, 2021
- Part of EOL collection: Dome gazebo-tooling/release-tools#600
Signed-off-by: Louise Poubel <louise@openrobotics.org>
I need to check if we can still build bottles after this has been merged; we may need to revert until all the dome releases are done |
@@ -16,6 +16,10 @@ class IgnitionDome < Formula | |||
sha256 cellar: :any, mojave: "25f52cf2b4893b2e98c3a9da733c33c434aa6eb9565f34bead4fb4eb725d6854" | |||
end | |||
|
|||
disable! date: "2022-01-31", because: "is past end-of-life date" |
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.
adding a disable!
tag automatically deprecates immediately
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.
- So you're saying that the date isn't respected? I was following what we did for Blueprint: 🏁 Blueprint EOL #1242
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.
- And now I see that was reverted in ignition-blueprint: remove disable! #1256 🙃
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.
|