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

neon-* 3898 #39

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Formula/neon-extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonExtension < Formula
desc "Extension enabling storage manager API and Pageserver communication"
homepage "https://github.com/neondatabase/neon"
url "https://github.com/neondatabase/neon.git",
tag: "release-3836",
revision: "07d7874bc88cc83a8b57c8d9508674277008a623"
tag: "release-3898",
revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e"
license "Apache-2.0"

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/neon-local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonLocal < Formula
desc "CLI for running Neon locally"
homepage "https://github.com/neondatabase/neon"
url "https://github.com/neondatabase/neon.git",
tag: "release-3836",
revision: "07d7874bc88cc83a8b57c8d9508674277008a623"
tag: "release-3898",
revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e"
license "Apache-2.0"

bottle do
Expand Down Expand Up @@ -68,7 +68,7 @@ def post_install
s.gsub! "listen_addr = \"127.0.0.1:50051\"", "listen_addr = \"127.0.0.1:#{broker_port}\""
end

inreplace neon_repo_dir/"pageserver.toml" do |s|
inreplace neon_repo_dir/"pageserver_1/pageserver.toml" do |s|
s.gsub! "listen_http_addr ='127.0.0.1:9898'", "listen_http_addr = \"127.0.0.1:#{ps_http_port}\""
s.gsub! "listen_pg_addr ='127.0.0.1:64000'", "listen_pg_addr = \"127.0.0.1:#{ps_pg_port}\""
s.gsub! "broker_endpoint ='http://127.0.0.1:50051/'", "broker_endpoint = \"http://127.0.0.1:#{broker_port}/\""
Expand Down
4 changes: 2 additions & 2 deletions Formula/neon-postgres.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonPostgres < Formula
desc "Neon's fork of PostgreSQL"
homepage "https://github.com/neondatabase/postgres"
url "https://github.com/neondatabase/neon.git",
tag: "release-3836",
revision: "07d7874bc88cc83a8b57c8d9508674277008a623"
tag: "release-3898",
revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e"
license "Apache-2.0"

bottle do
Expand Down
4 changes: 2 additions & 2 deletions Formula/neon-storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class NeonStorage < Formula
desc "Storage components for Neon"
homepage "https://github.com/neondatabase/neon"
url "https://github.com/neondatabase/neon.git",
tag: "release-3836",
revision: "07d7874bc88cc83a8b57c8d9508674277008a623"
tag: "release-3898",
revision: "0e6fdc8a587aacbc598afb9232eb81484ed3494e"
license "Apache-2.0"

bottle do
Expand Down