Skip to content

Commit

Permalink
Merge pull request #173 from serokell/rvem/v9.0-rc2-release
Browse files Browse the repository at this point in the history
v9.0-rc2 prerelease
  • Loading branch information
rvem authored Apr 15, 2021
2 parents b51b9e4 + fb8995c commit e8b926b
Show file tree
Hide file tree
Showing 25 changed files with 157 additions and 140 deletions.
88 changes: 44 additions & 44 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,50 +69,50 @@ steps:
- nix-build tests/tezos-binaries.nix --no-out-link --arg path-to-binaries ./docker
branches: "!master"

- label: test deb source packages via docker
commands:
- eval "$SET_VERSION"
- ./docker/docker-tezos-packages.sh --os ubuntu --type source
artifact_paths:
- ./out/*
branches: "!master"
timeout_in_minutes: 30
agents:
queue: "docker"
- label: test deb binary packages via docker
commands:
- eval "$SET_VERSION"
# Building all binary packages will take significant amount of time, so we build only one
# in order to ensure package generation sanity
- ./docker/docker-tezos-packages.sh --os ubuntu --type binary --package tezos-baker-008-PtEdo2Zk
- rm -rf out
# It takes much time to build binary package, so we do it only on master
branches: "master"
timeout_in_minutes: 90
agents:
queue: "docker"
- label: test rpm source packages via docker
commands:
- eval "$SET_VERSION"
- ./docker/docker-tezos-packages.sh --os fedora --type source
artifact_paths:
- ./out/*
branches: "!master"
timeout_in_minutes: 30
agents:
queue: "docker"
- label: test rpm binary packages via docker
commands:
- eval "$SET_VERSION"
# Building all binary packages will take significant amount of time, so we build only one
# in order to ensure package generation sanity
- ./docker/docker-tezos-packages.sh --os fedora --type binary --package tezos-baker-008-PtEdo2Zk
- rm -rf out
# It takes much time to build binary package, so we do it only on master
branches: "master"
timeout_in_minutes: 90
agents:
queue: "docker"
# - label: test deb source packages via docker
# commands:
# - eval "$SET_VERSION"
# - ./docker/docker-tezos-packages.sh --os ubuntu --type source
# artifact_paths:
# - ./out/*
# branches: "!master"
# timeout_in_minutes: 30
# agents:
# queue: "docker"
# - label: test deb binary packages via docker
# commands:
# - eval "$SET_VERSION"
# # Building all binary packages will take significant amount of time, so we build only one
# # in order to ensure package generation sanity
# - ./docker/docker-tezos-packages.sh --os ubuntu --type binary --package tezos-baker-008-PtEdo2Zk
# - rm -rf out
# # It takes much time to build binary package, so we do it only on master
# branches: "master"
# timeout_in_minutes: 90
# agents:
# queue: "docker"
# - label: test rpm source packages via docker
# commands:
# - eval "$SET_VERSION"
# - ./docker/docker-tezos-packages.sh --os fedora --type source
# artifact_paths:
# - ./out/*
# branches: "!master"
# timeout_in_minutes: 30
# agents:
# queue: "docker"
# - label: test rpm binary packages via docker
# commands:
# - eval "$SET_VERSION"
# # Building all binary packages will take significant amount of time, so we build only one
# # in order to ensure package generation sanity
# - ./docker/docker-tezos-packages.sh --os fedora --type binary --package tezos-baker-008-PtEdo2Zk
# - rm -rf out
# # It takes much time to build binary package, so we do it only on master
# branches: "master"
# timeout_in_minutes: 90
# agents:
# queue: "docker"

- wait
- label: create auto pre-release
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-accuser-008-PtEdo2Zk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser008Ptedo2zk.version}/"
sha256 cellar: :any, mojave: "ba583a1be59cc9534e1ac8b0ea8ce1b2efe2b6b594e0309b400b66df8d281a45"
sha256 cellar: :any, catalina: "9dde0ba35f95603ae646d505dfe4963741c7b7fe2cd5bca5bd3bd07fb05a3153"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-accuser-009-PsFLoren.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v9.0-rc1-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,9 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser009Psfloren.version}/"
sha256 "c5032a8a82e9b751219e182d9db6c48370b6fcb63b5af83a081033208024f16a" => :mojave
sha256 "7661c435a07898a7dcefedb2c8427903fb79cf810a9fed987d9f257901173356" => :catalina
cellar :any
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-admin-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosAdminClient.version}/"
sha256 cellar: :any, mojave: "e4fad99a9c56947bc79262c90ab5898e1b0fa44907f94e9d99c688270c6e64ea"
sha256 cellar: :any, catalina: "58fefe9df07b8be276cfcfd7b30ee3594a043701b9dd81700e9a4fcec4ac089f"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-baker-008-PtEdo2Zk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker008Ptedo2zk.version}/"
sha256 cellar: :any, mojave: "bec3c4b1f6a3bfd1d1773d9b97d5e27c736b4581afe61a204538f4afccd17992"
sha256 cellar: :any, catalina: "f6dabfd606c41694b011bbff010bb579775d9ea466ec957429e1a4beb57a3cc0"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-baker-009-PsFLoren.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v9.0-rc1-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,9 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker009Psfloren.version}/"
sha256 "7dbfd791a9d85aaa06eefa2511b3a73bb0a50c8cb7935a062d53db5bb182dcf5" => :mojave
sha256 "6b67a4808de5a33b10e568b4f95aa4b00b643175710695471a32c0487117af10" => :catalina
cellar :any
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosClient.version}/"
sha256 cellar: :any, mojave: "3671c5de0b1b4a03368f142fb959b5e11f399509fb0f6f96efaa993646ae4a2d"
sha256 cellar: :any, catalina: "66309596374d91be40433af2999d27d17b70a1338a5dc9b1b5fe53082f07d8ef"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-codec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosCodec.version}/"
sha256 cellar: :any, mojave: "edf793105a6be06820d9ae6edb4dd9f39f950566f36a3e35494c610a2b7de20b"
sha256 cellar: :any, catalina: "dcc140efb40c89eb5dd0cb86acd863a61db30f70a735a4e58ddcaf5699ce5b4c"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-endorser-008-PtEdo2Zk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -28,8 +28,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosEndorser008Ptedo2zk.version}/"
sha256 cellar: :any, mojave: "8546395f93b2604903dc3bcd810f8d2d142a529e16a75d1390bdab5294d21d60"
sha256 cellar: :any, catalina: "e811604abb479b5cede599fb8e1d1cceaf38e68f6676d0140bddddd266ce3f0b"
end

def make_deps
Expand Down
7 changes: 2 additions & 5 deletions Formula/tezos-endorser-009-PsFLoren.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc1", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v9.0-rc1-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -28,9 +28,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosEndorser009Psfloren.version}/"
sha256 "3b285494c195727804eaf3d310e93fdaa232f00a34087e7dbf5e1e3ccc244a75" => :mojave
sha256 "99d3ecf7668e29bf11e3fcf527ab8efa6e166ac148ea711afefa04c7d2158f37" => :catalina
cellar :any
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-edo2net.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosNodeEdo2net < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-node"
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-florencenet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosNodeFlorencenet < Formula
url "file:///dev/null"
version "v9.0-rc1-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-node"
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-node-mainnet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosNodeMainnet < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-node"
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosNode.version}/"
sha256 cellar: :any, mojave: "a43b5208113f0905f967074dcea1e211194649e702f534fbe719d86724832b28"
sha256 cellar: :any, catalina: "52331f9122e04f58da6658b43ac9ea28b97831060f2f4e16b55874ba6ce0d387"
end

def make_deps
Expand Down
6 changes: 2 additions & 4 deletions Formula/tezos-sandbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class << self
end
homepage "https://gitlab.com/tezos/tezos"

url "https://gitlab.com/tezos/tezos.git", :tag => "v8.3", :shallow => false
url "https://gitlab.com/tezos/tezos.git", :tag => "v9.0-rc2", :shallow => false

version "v8.3-1"
version "v9.0-rc2-1"

build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]
build_dependencies.each do |dependency|
Expand All @@ -27,8 +27,6 @@ class << self

bottle do
root_url "https://github.com/serokell/tezos-packaging/releases/download/#{TezosSandbox.version}/"
sha256 cellar: :any, mojave: "ad55f82f28e78ea71d26e5586ea058e38492e306b140e4c7b479d75db4a4be26"
sha256 cellar: :any, catalina: "2825f8cdf9d0ed0a9d50c112e044162205bf14ae5381201c8f6c2c6b26b7f524"
end

def make_deps
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosSignerHttp < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-signer"
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosSignerHttps < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-signer"
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosSignerTcp < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-signer"
Expand Down
2 changes: 1 addition & 1 deletion Formula/tezos-signer-unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class TezosSignerUnix < Formula
url "file:///dev/null"
version "v8.3-1"
version "v9.0-rc2-1"

bottle :unneeded
depends_on "tezos-signer"
Expand Down
Loading

0 comments on commit e8b926b

Please sign in to comment.