Skip to content
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

titan-server: disable #188478

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions Formula/t/titan-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ class TitanServer < Formula
sha256 "67538e231db5be75821b40dd026bafd0cd7451cdd7e225a2dc31e124471bb8ef"
license "Apache-2.0"

livecheck do
url "https://github.com/thinkaurelius/titan.git"
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ad979abf4355375d61b23ec670d548680090f6d8ce4616c00f6c039fa99a1838"
Expand All @@ -26,6 +21,12 @@ class TitanServer < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "c6d98726b834d82fe0adb786919652c5f0e0974ff3cb03969b2c69042cd4998c"
end

# upstream is not responsive on the issues and no commits since 2015 dec
# community has forked the project to janusgraph
# https://github.com/thinkaurelius/titan/issues/1393
# https://github.com/thinkaurelius/titan/issues/1392
disable! date: "2025-01-01", because: :unmaintained

on_linux do
depends_on "openjdk"
end
Expand Down
Loading