author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
603,652
21.07.2021 11:55:23
-10,800
ce1098134435f2f5b21a4f72ea0bb46daf952aac
Fix ambiguous anchors in the README Problem: There are some ambiguous anchors that make crossref-verify unhappy. Solution: Remove them and use automatically generated anchors instead.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -30,10 +30,10 @@ different networks, you can read more about this in [this article](https://tezos\n* [Getting binaries](#getting-binaries).\n* [Ubuntu](#ubuntu)\n- * [Raspberry Pi OS](#raspberyy)\n+ * [Raspberry...
Python
MIT License
serokell/tezos-packaging
[#251] Fix ambiguous anchors in the README Problem: There are some ambiguous anchors that make crossref-verify unhappy. Solution: Remove them and use automatically generated anchors instead.
603,658
23.07.2021 14:35:35
-10,800
294e183d4fd1300ed737e466e78570640841ff6e
Bump source versions Problem: Tezos announced a new release candidate. Revisions used have to be bumped. Solution: updated versions for Tezos sources and opam-repository.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"homepage\": \"https://opam.ocaml.org\",\n\"owner\": \"ocaml\",\n\"repo\": \"opam-repository\",\n- \"rev\": \"364a3dc92d821c5de168ef561a9f2a79860cfafc\",\n- \"sha256\": \"0qycjh2f75afnvclmi1v...
Python
MIT License
serokell/tezos-packaging
Bump source versions Problem: Tezos announced a new release candidate. Revisions used have to be bumped. Solution: updated versions for Tezos sources and opam-repository.
603,658
27.07.2021 00:52:52
-10,800
fe7c7ace70ec7b89657e10b3ee2a54c4899408ac
Add bottle hashes for v10.0-rc2 Problem: v10.0-rc2 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-009-PsFLoren.rb", "new_path": "Formula/tezos-accuser-009-PsFLoren.rb", "diff": "@@ -27,6 +27,8 @@ class TezosAccuser009Psfloren < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
Add bottle hashes for v10.0-rc2 Problem: v10.0-rc2 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
603,652
27.07.2021 15:54:59
-10,800
e8dce73801a57dfc19dbaba33942801a7f81e6c7
Use stable opam-nix Problem: PR in opam-nix was finally merged and now we can use its stable version. Solution: Use stable version of opam-nix from master branch.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"opam-nix\": {\n- \"branch\": \"rvem/optional-test-deps\",\n+ \"branch\": \"master\",\n\"description\": \"A h...
Python
MIT License
serokell/tezos-packaging
Use stable opam-nix Problem: PR in opam-nix was finally merged and now we can use its stable version. Solution: Use stable version of opam-nix from master branch.
603,650
27.07.2021 14:39:45
-7,200
6e2ad7f9dc967a7ead9c3511c0d77d19f5b5bc3a
Rename "Getting Tezos Binaries" section of the README Problem: The "Getting Tezos Binaries" section of the README is a bit misnamed: instructions in there are for several installation methods, not to be confused with static binaries (that is only one of them). Solution: Rename the section to "Installing Tezos".
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -28,7 +28,7 @@ different networks, you can read more about this in [this article](https://tezos\n## Table of contents\n-* [Getting binaries](#getting-binaries).\n+* [Installing Tezos](#installing-tezos).\n* [Ubu...
Python
MIT License
serokell/tezos-packaging
[#251] Rename "Getting Tezos Binaries" section of the README Problem: The "Getting Tezos Binaries" section of the README is a bit misnamed: instructions in there are for several installation methods, not to be confused with static binaries (that is only one of them). Solution: Rename the section to "Installing Tezos".
603,658
28.07.2021 17:46:19
-10,800
af8104c2e289ada17e8030a6e85c0bcdf981079b
Add granada to the list of mainnet protocols Problem: granada will be activated on mainnet very soon. We need to support an automatic switchover. Solution: added 010-PtGRANAD to the list of mainnet protocols.
[ { "change_type": "MODIFY", "old_path": "docker/package/packages.py", "new_path": "docker/package/packages.py", "diff": "@@ -15,7 +15,7 @@ from .systemd import Service, ServiceFile, SystemdUnit, Unit, Install\nnetworks = [\"mainnet\", \"florencenet\", \"granadanet\"]\nnetworks_protos = {\n- \"mainnet...
Python
MIT License
serokell/tezos-packaging
Add granada to the list of mainnet protocols Problem: granada will be activated on mainnet very soon. We need to support an automatic switchover. Solution: added 010-PtGRANAD to the list of mainnet protocols.
603,658
28.07.2021 17:52:45
-10,800
d79ea6c8a7d7ad8b223c1858b699337ac7a27c7a
Updated the package versions Problem: we need to make a new native release to account for granada activation. Solution: bumped the release number and the letter version of tezos-baking
[ { "change_type": "MODIFY", "old_path": "docker/package/model.py", "new_path": "docker/package/model.py", "diff": "@@ -451,7 +451,7 @@ class TezosBakingServicesPackage(AbstractPackage):\n# native releases, so we append an extra letter to the version of\n# the package.\n# This should be reset to \"\" ...
Python
MIT License
serokell/tezos-packaging
Updated the package versions Problem: we need to make a new native release to account for granada activation. Solution: bumped the release number and the letter version of tezos-baking
603,652
29.07.2021 12:32:24
-10,800
7ce9724345f6fe2376a59cc554cec863a7a97890
Bump Tezos sources Problem: Octez had a new 9.5 release. Solution: Update version of the used sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v10.0-rc2\",\n+ \"ref\": \"refs/tags/v9.5\",\n\"repo\": \"https://gitlab....
Python
MIT License
serokell/tezos-packaging
Bump Tezos sources Problem: Octez had a new 9.5 release. Solution: Update version of the used sources.
603,652
29.07.2021 14:46:19
-10,800
a5d11120a2a3d1816fab6fbfb19bce3d5d3acf39
Don't use opam from brew Problem: opam in brew repository was updated to 2.1.0, however, Octez requires opam 2.0.*, and now formulas builds fail. Solution: Use binary from the opam github release instead of using opam brew dependency.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-009-PsFLoren.rb", "new_path": "Formula/tezos-accuser-009-PsFLoren.rb", "diff": "@@ -14,7 +14,7 @@ class TezosAccuser009Psfloren < Formula\nversion \"v9.5-1\"\n- build_dependencies = %w[pkg-config autoconf rsync wget opam rustup-init]\n+ b...
Python
MIT License
serokell/tezos-packaging
Don't use opam from brew Problem: opam in brew repository was updated to 2.1.0, however, Octez requires opam 2.0.*, and now formulas builds fail. Solution: Use binary from the opam github release instead of using opam brew dependency.
603,652
03.08.2021 10:17:53
-10,800
f9c216fbec0ecc73880a1d5bc8004de414e80c3a
Add bottles hashes for v9.5 Problem: Bottles for v9.5 was built and added to the latest release, but formulae lack their hashes. Solution: Add hashes for Mojave and Catalina bottles to them.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-009-PsFLoren.rb", "new_path": "Formula/tezos-accuser-009-PsFLoren.rb", "diff": "@@ -27,6 +27,8 @@ class TezosAccuser009Psfloren < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
Add bottles hashes for v9.5 Problem: Bottles for v9.5 was built and added to the latest release, but formulae lack their hashes. Solution: Add hashes for Mojave and Catalina bottles to them.
603,652
03.08.2021 10:00:07
-10,800
ed03a07736743d1de451fa7770d0b8af882ee052
Change suggested keyserver for checking Problem: seems to be dead. As a result users cannot import the key and check releases artifacts. Solution: Push key to a bunch of key servers and point to a working one in the release message.
[ { "change_type": "MODIFY", "old_path": "release.nix", "new_path": "release.nix", "diff": "@@ -13,7 +13,7 @@ let\nAll the other binaries target x86_64.\nRelease artifacts are signed with the following key: 0x7EAF9B150ACE940CF8C008A0BF847A85AC7BF43E.\n- You can check it on http://keys.gnupg.net/.\n+ Y...
Python
MIT License
serokell/tezos-packaging
[#267] Change suggested keyserver for checking Problem: http://keys.gnupg.net/ seems to be dead. As a result users cannot import the key and check releases artifacts. Solution: Push key to a bunch of key servers and point to a working one in the release message.
603,650
07.08.2021 22:09:46
-7,200
6cd292549dd83eabda3b1cbc6617ca635d1fb446
Update Tezos sources Problem: yet another Tezos version was released. We need to bump the revisions used. Solution: updated versions for Tezos sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v9.6\",\n+ \"ref\": \"refs/tags/v9.7\",\n\"repo\": \"https://gitlab.com/t...
Python
MIT License
serokell/tezos-packaging
Update Tezos sources Problem: yet another Tezos version was released. We need to bump the revisions used. Solution: updated versions for Tezos sources.
603,658
10.08.2021 12:51:00
-10,800
9e6d5019fabb88ffd681b5ef38b71fafab7684b9
Add brew bottle hashes for v9.7 Problem: v9.7 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-009-PsFLoren.rb", "new_path": "Formula/tezos-accuser-009-PsFLoren.rb", "diff": "@@ -27,6 +27,8 @@ class TezosAccuser009Psfloren < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
Add brew bottle hashes for v9.7 Problem: v9.7 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
603,664
26.07.2021 16:07:35
-10,800
095caff7f98dfdfe4b2ab42e8c5ae86b51974f51
Use Github Actions for checking and building homebrew bottles
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-raw.yml", "new_path": ".buildkite/pipeline-raw.yml", "diff": "@@ -70,18 +70,6 @@ steps:\nqueue: \"arm64-build\"\nonly_changes: *static_binaries_changes_regexes\n- - label: check brew formulas\n- commands:\n- # Check all formulas except 'tez...
Python
MIT License
serokell/tezos-packaging
Use Github Actions for checking and building homebrew bottles
603,658
14.08.2021 14:48:27
-10,800
27c53002ddc3ced890860251d8f86cd9858d3a03
Fix opam-repository revision Problem: the wrong revision together with the wrong hashsum for it has been used for our v9.7 release. This causes multiple CIs to fail. Solution: use an older revision with its correct sha256.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"homepage\": \"https://opam.ocaml.org\",\n\"owner\": \"ocaml\",\n\"repo\": \"opam-repository\",\n- \"rev\": \"d2b022bcd8e39f765da6df49a005a3bb88246097\",\n+ \"rev\": \"5cf7fff7b9a7bda3695954b...
Python
MIT License
serokell/tezos-packaging
Fix opam-repository revision Problem: the wrong revision together with the wrong hashsum for it has been used for our v9.7 release. This causes multiple CIs to fail. Solution: use an older revision with its correct sha256.
603,658
12.08.2021 14:32:58
-10,800
6266ebbec1152655641840ddcae910e68286b99d
Bump source versions for v10.0-rc3 Problem: Tezos announced a new release candidate. Revisions used have to be bumped. Solution: updated versions for Tezos sources and opam-repository, as well as the nixpkgs revision.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"homepage\": \"\",\n\"owner\": \"NixOS\",\n\"repo\": \"nixpkgs\",\n- \"rev\": \"fcab19deb78fbb5ea24e19b133cf34358176396a\",\n- \"sha256\": \"1x78z784sqrkhjx82ca9zchsxhwyyx60yb7wx8gji48nrbw36i...
Python
MIT License
serokell/tezos-packaging
Bump source versions for v10.0-rc3 Problem: Tezos announced a new release candidate. Revisions used have to be bumped. Solution: updated versions for Tezos sources and opam-repository, as well as the nixpkgs revision.
603,658
13.08.2021 01:19:44
-10,800
c66cc56f73f55e0d000ec7180eba005b3d76000f
Fix NixOS modules testing Problem: after updating the nixpkgs revision, the NixOS modules now require clarifying the type of user created for tezos-<network> usage. Solution: added setting isNormalUser when generating users in modules.
[ { "change_type": "MODIFY", "old_path": "nix/modules/common.nix", "new_path": "nix/modules/common.nix", "diff": "@@ -77,7 +77,7 @@ rec {\ngenUsers = node-name: {\ngroups.\"tezos-${node-name}\" = { };\n- users.\"tezos-${node-name}\" = { group = \"tezos-${node-name}\"; };\n+ users.\"tezos-${node-name}\...
Python
MIT License
serokell/tezos-packaging
Fix NixOS modules testing Problem: after updating the nixpkgs revision, the NixOS modules now require clarifying the type of user created for tezos-<network> usage. Solution: added setting isNormalUser when generating users in modules.
603,658
16.08.2021 13:05:48
-10,800
f4fe4b6faf8c0868e90073de39011c6cfbd5e231
Fix CI step for nix-building utils Problem: we have a CI step to test if the utilities, copr-cli and dput, can be built. Right now the step fails because of outdated python36 packages. Solution: changed the nix expressions to use python39 everywhere.
[ { "change_type": "MODIFY", "old_path": "nix/util/copr-cli.nix", "new_path": "nix/util/copr-cli.nix", "diff": "@@ -8,15 +8,15 @@ let\nurl = \"https://pagure.io/copr/copr/archive/copr-cli-1.94-1/copr-copr-cli-1.94-1.tar.gz\";\nsha256 = \"0p6mrir6xhp9mi52dicd4j183bjvxlqdh03w57s7l22fcmrhsz26\";\n};\n- p...
Python
MIT License
serokell/tezos-packaging
Fix CI step for nix-building utils Problem: we have a CI step to test if the utilities, copr-cli and dput, can be built. Right now the step fails because of outdated python36 packages. Solution: changed the nix expressions to use python39 everywhere.
603,658
21.08.2021 11:53:02
-7,200
1ba1bef196acce8ebc7477063cba9a72a35e395d
Bump source versions for v10.0 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v10.0-rc3\",\n+ \"ref\": \"refs/tags/v10.0\",\n\"repo\": \"https://gitlab...
Python
MIT License
serokell/tezos-packaging
Bump source versions for v10.0 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
603,658
21.08.2021 11:54:33
-7,200
06870314ba0495a61afecee1865c6421d3426978
Update brew formulae for v10.0 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -10,9 +10,9 @@ class TezosAccuser010Ptgranad < Formula\nend\nhomepage \"https://gitlab.com/tezos/tezos\"\n- url \"https://gitlab.com/tezos/tezos.git\", :ta...
Python
MIT License
serokell/tezos-packaging
Update brew formulae for v10.0 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions.
603,652
26.08.2021 14:38:20
-10,800
479b8d9fb260fb0c526acc16d0b9ac62affe5f26
Enable native packaging in CI Problem: We've reworked the way native packages are built and no longer rely on opam-repository. Solution: Enable native-packaging related steps in CI.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-raw.yml", "new_path": ".buildkite/pipeline-raw.yml", "diff": "@@ -88,59 +88,59 @@ steps:\n# files from nix/ are massively used in tests ifrastructure\n- nix/.*\n-# - label: test deb source packages via docker\n-# commands:\n-# - eval \"$SET...
Python
MIT License
serokell/tezos-packaging
Enable native packaging in CI Problem: We've reworked the way native packages are built and no longer rely on opam-repository. Solution: Enable native-packaging related steps in CI.
603,652
27.08.2021 12:50:21
-10,800
c1261a12eb5d2e443751df0d01f3ffc2e20e9081
Add missing Fedora build dependency Problem: autoconf is now required for building binary native packages. However, our Fedora-based docker image lacks it. Solution: Add autoconf to the Fedora docker image which is used for package building.
[ { "change_type": "MODIFY", "old_path": "docker/package/Dockerfile-fedora", "new_path": "docker/package/Dockerfile-fedora", "diff": "FROM fedora:32\nRUN dnf update -y\nRUN dnf install -y libev-devel gmp-devel hidapi-devel libffi-devel zlib-devel m4 perl git pkg-config \\\n- rpmdevtools python3 wget o...
Python
MIT License
serokell/tezos-packaging
[#274] Add missing Fedora build dependency Problem: autoconf is now required for building binary native packages. However, our Fedora-based docker image lacks it. Solution: Add autoconf to the Fedora docker image which is used for package building.
603,652
27.08.2021 12:55:17
-10,800
4cdaf1125648cb262e4058d76f06aa26aba6dd89
Update release PR template Problem: We no longer depend on Tezos packages in opam-repository. Solution: Remove all requirements related to it from the opam-repository and mention that native packages can now be published along with the rest of distributions forms.
[ { "change_type": "MODIFY", "old_path": ".github/PULL_REQUEST_TEMPLATE/release_pull_request_template.md", "new_path": ".github/PULL_REQUEST_TEMPLATE/release_pull_request_template.md", "diff": "@@ -6,11 +6,6 @@ This PR introduces a new <!-- insert new version here --> release in tezos-packa\nE.g. in c...
Python
MIT License
serokell/tezos-packaging
[#274] Update release PR template Problem: We no longer depend on Tezos packages in opam-repository. Solution: Remove all requirements related to it from the opam-repository and mention that native packages can now be published along with the rest of distributions forms.
603,658
27.08.2021 17:34:34
-7,200
28a77852b70011efc4c98746199544cb81fcf89b
Bump source versions for v10.1 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v10.0\",\n+ \"ref\": \"refs/tags/v10.1\",\n\"repo\": \"https://gitlab.com...
Python
MIT License
serokell/tezos-packaging
Bump source versions for v10.1 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
603,658
27.08.2021 17:37:19
-7,200
1b506b730ba13a658ef1e3297b318c6af836978a
Update brew formulae for v10.1 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -10,9 +10,9 @@ class TezosAccuser010Ptgranad < Formula\nend\nhomepage \"https://gitlab.com/tezos/tezos\"\n- url \"https://gitlab.com/tezos/tezos.git\", :ta...
Python
MIT License
serokell/tezos-packaging
Update brew formulae for v10.1 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions.
603,652
27.08.2021 14:28:33
-10,800
b600600f49fae6adadf7eb40e3e9b7e9461bd130
Automatic node storage upgrade Problem: 9.* to 10.* upgrade requires a storage upgrade. We want to automate this upgrade process. Solution: Check current storage version in the node service pre-start script and perform an upgrade in case it's needed.
[ { "change_type": "MODIFY", "old_path": "docker/package/packages.py", "new_path": "docker/package/packages.py", "diff": "@@ -168,7 +168,7 @@ def mk_node_unit(suffix, env, desc):\nenvironment=env,\nexec_start=\"/usr/bin/tezos-node-start\",\nexec_start_pre=[\"/usr/bin/tezos-node-prestart\"],\n- timeout...
Python
MIT License
serokell/tezos-packaging
[#291] Automatic node storage upgrade Problem: 9.* to 10.* upgrade requires a storage upgrade. We want to automate this upgrade process. Solution: Check current storage version in the node service pre-start script and perform an upgrade in case it's needed.
603,658
31.08.2021 07:14:00
-7,200
1379614ce08da3c28c2e0cc6b713fe0065f14377
Add brew bottle hashes for v10.1 Problem: v10.1 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -27,6 +27,8 @@ class TezosAccuser010Ptgranad < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
Add brew bottle hashes for v10.1 Problem: v10.1 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
603,652
02.09.2021 10:48:21
-10,800
0c8421eec214b4e6d39c50b25b4163dc21567aa2
Bump source versions for v10.2 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v10.1\",\n+ \"ref\": \"refs/tags/v10.2\",\n\"repo\": \"https://gitlab.com...
Python
MIT License
serokell/tezos-packaging
Bump source versions for v10.2 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
603,652
02.09.2021 10:49:53
-10,800
f1ec658d76cbd33cabfa522e7326ca52560c35dd
Update brew formulae for v10.2 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions, removed 10.1 bottles hashes.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -10,9 +10,9 @@ class TezosAccuser010Ptgranad < Formula\nend\nhomepage \"https://gitlab.com/tezos/tezos\"\n- url \"https://gitlab.com/tezos/tezos.git\", :ta...
Python
MIT License
serokell/tezos-packaging
Update brew formulae for v10.2 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions, removed 10.1 bottles hashes.
603,652
03.09.2021 10:02:34
-10,800
d75ede482675f9e976f207d5a94fbb2ebeade183
Add brew bottle hashes for v10.2 Problem: v10.2 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -27,6 +27,8 @@ class TezosAccuser010Ptgranad < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
Add brew bottle hashes for v10.2 Problem: v10.2 bottles have been built and added to the latest release, but their hashes are not yet in the formulae. Solution: added hashes for Mojave and Catalina to brew formulae.
603,664
14.09.2021 17:00:43
-10,800
8205ab06037161d33425618dd0dd618ddd2752d1
Bump nix dependencies, switch back to serokell/nixpkgs
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"homepage\": \"\",\n\"owner\": \"kolloch\",\n\"repo\": \"crate2nix\",\n- \"rev\": \"be7de80a3a94f169f8e666d63031af3122b61f6e\",\n- \"sha256\": \"1yggdxkxgnpq23kzgcij8ljahvmvj5cs88vy9sa2wsmqsj...
Python
MIT License
serokell/tezos-packaging
Bump nix dependencies, switch back to serokell/nixpkgs
603,664
14.09.2021 17:01:04
-10,800
82fbab12a89a27f42c8dcf9c6569777bbec5c805
Remove nix overlay for `gh` tool Nixpkgs has a newer version now
[ { "change_type": "MODIFY", "old_path": "scripts/shell.nix", "new_path": "scripts/shell.nix", "diff": "#\n# SPDX-License-Identifier: LicenseRef-MIT-TQ\n-let\n- overlays =\n- [\n- (self: super: {\n- gh = (super.callPackage \"${super.path}/pkgs/applications/version-management/git-and-tools/gh\" {\n- bu...
Python
MIT License
serokell/tezos-packaging
Remove nix overlay for `gh` tool Nixpkgs has a newer version now
603,652
21.09.2021 13:42:17
-10,800
24c00aeff1e3e251315e9297c83ba8cf7b875922
[morley#664] Allow alpha protocol Problem: Alpha protocol is now required to run 'tezos-client' in mockup mode. Solution: Allow it and adjust hacks.nix. See
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -229,6 +229,9 @@ rec {\npropagatedBuildInputs = buildInputs;\n});\n+ tezos-protocol-alpha = osuper.tezos-protocol-alpha.overrideAttrs (o : {\n+ buildInputs = o.buildInputs ++ [ tezos-protocol...
Python
MIT License
serokell/tezos-packaging
[morley#664] Allow alpha protocol Problem: Alpha protocol is now required to run 'tezos-client' in mockup mode. Solution: Allow it and adjust hacks.nix. See https://gitlab.com/morley-framework/morley/-/issues/664.
603,652
21.09.2021 18:13:37
-10,800
d9d4f6f0f776db234cb2ae6879e9de05692bf859
Add script for native packages publishing Problem: We want to automate our release routine as much as possible. Native packages publishing is one of the parts of this routine. Solution: Add script that publishes Fedora and Ubuntu packages from the given directory.
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/publish-native-packages.sh", "diff": "+#! /usr/bin/env nix-shell\n+#! nix-shell shell.nix -i bash\n+# SPDX-FileCopyrightText: 2021 TQ Tezos <https://tqtezos.com/>\n+#\n+# SPDX-License-Identifier: LicenseRef-MIT-TQ\n+\n+set -euo pipefail\...
Python
MIT License
serokell/tezos-packaging
[#287] Add script for native packages publishing Problem: We want to automate our release routine as much as possible. Native packages publishing is one of the parts of this routine. Solution: Add script that publishes Fedora and Ubuntu packages from the given directory.
603,652
21.09.2021 18:18:22
-10,800
4b05b624396fd42c918d4ace2ce7111993c2bcc4
Add native packages publishing to CI Problem: We want CI to publish native packages when it's safe to do. Solution: Automatically publish native packages for the first release for the given upstream version (i.e. that has 1 release number).
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-for-tags.yml", "new_path": ".buildkite/pipeline-for-tags.yml", "diff": "@@ -13,9 +13,30 @@ steps:\nartifact_paths:\n- '*.bottle.*'\n- - wait\n+ - label: Build source packages\n+ key: build-source-packages\n+ if: build.tag =~ /^v.*-1/\n+ age...
Python
MIT License
serokell/tezos-packaging
[#287] Add native packages publishing to CI Problem: We want CI to publish native packages when it's safe to do. Solution: Automatically publish native packages for the first release for the given upstream version (i.e. that has 1 release number).
603,652
24.09.2021 16:55:13
-10,800
f3d4337644426d640dd4b5579f72af2f0de05aaf
Use copr-cli and dput from nixpkgs Problem: Our nixpkgs fork now has copr-cli and dput and there is no sense in defining them in this repo additionally. Solution: Remove nix expressions for them and corresponding CI step.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-raw.yml", "new_path": ".buildkite/pipeline-raw.yml", "diff": "@@ -20,8 +20,6 @@ steps:\nonly_changes:\n- .buildkite/filter-pipeline.py\n- tests/buildkite/.*\n- - label: build utils\n- command: nix-build nix/util/* --no-out-link\n- label: ch...
Python
MIT License
serokell/tezos-packaging
[#287] Use copr-cli and dput from nixpkgs Problem: Our nixpkgs fork now has copr-cli and dput and there is no sense in defining them in this repo additionally. Solution: Remove nix expressions for them and corresponding CI step.
603,658
22.09.2021 01:58:14
-7,200
9640d77bc49b216b1c7aa74cafc430690ada604b
Add script to bump brew versions Problem: before adding new bottle hashes, we need to update versions and tags in formulae and clean out old hashes. Currently there is no way to easily do it automatically. Solution: added a bash script that does exactly that.
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/update-brew-formulae.sh", "diff": "+#! /usr/bin/env bash\n+# SPDX-FileCopyrightText: 2021 TQ Tezos <https://tqtezos.com/>\n+#\n+# SPDX-License-Identifier: LicenseRef-MIT-TQ\n+\n+# This script takes the new tag as its argument.\n+# Run it...
Python
MIT License
serokell/tezos-packaging
[#286] Add script to bump brew versions Problem: before adding new bottle hashes, we need to update versions and tags in formulae and clean out old hashes. Currently there is no way to easily do it automatically. Solution: added a bash script that does exactly that.
603,652
22.09.2021 15:48:47
-10,800
fff75692291049677af41f2998aea27b9cc35be9
Bump source versions for v11.0-rc1 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"tezos\": {\n- \"ref\": \"refs/tags/v10.2\",\n+ \"ref\": \"refs/tags/v11.0-rc1\",\n\"repo\": \"https://gitlab...
Python
MIT License
serokell/tezos-packaging
Bump source versions for v11.0-rc1 Problem: Tezos announced a new release. Revisions used have to be bumped. Solution: updated versions for Tezos sources.
603,652
23.09.2021 11:40:52
-10,800
842fe18729c6b1ecc6112ea232b9e43d6ca86c33
Use Ocaml 4.12.0 Problem: Octez is now built with ocaml-4.12.0. Solution: Use this compiler version as well.
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -48,7 +48,7 @@ let\n'';\nin\nrec {\n- ocaml = self.ocaml-ng.ocamlPackages_4_10.ocaml;\n+ ocaml = self.ocaml-ng.ocamlPackages_4_12.ocaml;\ndune = self.ocamlPackages.dune_2;\n# FIXME opam-nix n...
Python
MIT License
serokell/tezos-packaging
Use Ocaml 4.12.0 Problem: Octez is now built with ocaml-4.12.0. Solution: Use this compiler version as well.
603,652
23.09.2021 11:44:30
-10,800
3d09093898dc5a79d07b7a48436c292dd4a79dde
Use tezos/opam-repository fork Problem: It's inconvenient to manually find suitable versions of the opam packages in hacks.nix:( Solutiom: Use tezos/opam-repository fork which has only suitable versions for all dependencies.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "},\n\"opam-repository\": {\n\"branch\": \"master\",\n- \"description\": \"Main public package repository for OPAM, the source package manager of OCaml.\",\n- \"homepage\": \"https://opam.ocaml...
Python
MIT License
serokell/tezos-packaging
Use tezos/opam-repository fork Problem: It's inconvenient to manually find suitable versions of the opam packages in hacks.nix:( Solutiom: Use tezos/opam-repository fork which has only suitable versions for all dependencies.
603,652
23.09.2021 11:47:39
-10,800
cee5588d443f5ec4ce86d7f02ea06e79a08c7d91
Bump opam-nix To provide more workarounds required for building.
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"homepage\": null,\n\"owner\": \"serokell\",\n\"repo\": \"opam-nix\",\n- \"rev\": \"bdd7e6730bdf0ea91ada3ebc68387424b087c9f8\",\n- \"sha256\": \"1wda717d6391vbgrp0vcv27pxfj4xy1511mssky8ll3iy7...
Python
MIT License
serokell/tezos-packaging
Bump opam-nix To provide more workarounds required for building.
603,652
23.09.2021 11:48:02
-10,800
a7ad3f1d40b72024d8775ad7c410445c253c2b95
Adjust hacks.nix Since opam-repository reference was changed.
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -53,62 +53,30 @@ rec {\n# FIXME opam-nix needs to do this\nocamlfind = findlib;\n- # FIXME opam-nix needs to do version resolution\n- ezjsonm = osuper.ezjsonm.versions.\"1.2.0\";\n- hacl-star...
Python
MIT License
serokell/tezos-packaging
Adjust hacks.nix Since opam-repository reference was changed.
603,652
23.09.2021 12:26:16
-10,800
be989ed678a3786bb8ea5015e1fbf4663e400158
Update brew formulae for v11.0-rc1 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions, removed 10.2 bottles hashes.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -10,9 +10,9 @@ class TezosAccuser010Ptgranad < Formula\nend\nhomepage \"https://gitlab.com/tezos/tezos\"\n- url \"https://gitlab.com/tezos/tezos.git\", :ta...
Python
MIT License
serokell/tezos-packaging
Update brew formulae for v11.0-rc1 Problem: Tezos announced a new release. We need to update the brew bottles. Solution: bumped the versions, removed 10.2 bottles hashes.
603,652
24.09.2021 13:04:43
-10,800
02f01e66ba707aca684295b9371628a6f5e2c20e
Compile Ubuntu packages with -fPIC Problem: This compiler option isn't enabled by default and as a result the compilation of bls12-381-unix fails. Solution: Add -fPIC to the c compiler flags.
[ { "change_type": "MODIFY", "old_path": "docker/package/model.py", "new_path": "docker/package/model.py", "diff": "@@ -172,6 +172,8 @@ def gen_systemd_rules_contents(package):\noverride_dh_install_init += f\" dh_installinit --name={unit_name}\\n\"\nrules_contents = f\"\"\"#!/usr/bin/make -f\n+export ...
Python
MIT License
serokell/tezos-packaging
Compile Ubuntu packages with -fPIC Problem: This compiler option isn't enabled by default and as a result the compilation of bls12-381-unix fails. Solution: Add -fPIC to the c compiler flags.
603,652
24.09.2021 13:06:52
-10,800
cb31cc69c598a409cf0d76dbc42ae9b947252d23
Don't use '-' in Fedora packages versions Problem: 'rpm' prohibits '-' symbol in the version field. Solution: Remove dash from the v11.0-rc1 and use v11.0rc1 version instead.
[ { "change_type": "MODIFY", "old_path": "docker/package/fedora.py", "new_path": "docker/package/fedora.py", "diff": "@@ -15,7 +15,8 @@ def build_fedora_package(\nrun_deps: List[str],\nis_source: bool,\n):\n- dir = f\"{pkg.name}-{pkg.meta.version}\"\n+ version = pkg.meta.version.replace(\"-\", \"\")\n...
Python
MIT License
serokell/tezos-packaging
Don't use '-' in Fedora packages versions Problem: 'rpm' prohibits '-' symbol in the version field. Solution: Remove dash from the v11.0-rc1 and use v11.0rc1 version instead.
603,652
01.10.2021 16:29:50
-10,800
671e01c114051487fd2fd96fae53d98d1f204a4f
Mention release-candidate packages in instuctions Problem: Now we provide packages with release-candidate Tezos binaries, we should explain how users may install them. Solution: Mention launchpad PPA and Copr project with release-candidate packages in the corresponding docs.
[ { "change_type": "MODIFY", "old_path": "docs/baking.md", "new_path": "docs/baking.md", "diff": "@@ -54,6 +54,12 @@ On Ubuntu:\nsudo add-apt-repository ppa:serokell/tezos\n```\n+Alternatively, use packages with release-candidate Tezos binaries:\n+```\n+# Or use PPA with release-candidate Tezos binari...
Python
MIT License
serokell/tezos-packaging
Mention release-candidate packages in instuctions Problem: Now we provide packages with release-candidate Tezos binaries, we should explain how users may install them. Solution: Mention launchpad PPA and Copr project with release-candidate packages in the corresponding docs.
603,650
04.10.2021 12:57:02
-7,200
11ca8cdf5f8275db28bd2bd2ac11f7a693f9e0d6
[Chore] Fix URL for Ubuntu's RCs PPA in docs Problem: the URL in the baking doc instruction's command, to use the PPA for release candidates, is incorrect. Solution: update the URL.
[ { "change_type": "MODIFY", "old_path": "docs/baking.md", "new_path": "docs/baking.md", "diff": "@@ -57,7 +57,7 @@ sudo add-apt-repository ppa:serokell/tezos\nAlternatively, use packages with release-candidate Tezos binaries:\n```\n# Or use PPA with release-candidate Tezos binaries\n-sudo add-apt-rep...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix URL for Ubuntu's RCs PPA in docs Problem: the URL in the baking doc instruction's command, to use the PPA for release candidates, is incorrect. Solution: update the URL.
603,652
04.10.2021 12:04:21
-10,800
51cce0ab7c44389fd6e7a5873c4c4bbea6e16f9d
Check for new releases in CI Problem: We want CI to create initial release PRs automatically. Solution: Add a scheduled job to the tags-related CI setup which will run the script for the initial release PR creation every given period of time.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-for-tags.yml", "new_path": ".buildkite/pipeline-for-tags.yml", "diff": "@@ -51,3 +51,8 @@ steps:\n- buildkite-agent artifact download --step build-bottles \"*\" .\n- nix-shell ./scripts/shell.nix\n--run 'gh release upload \"$BUILDKITE_TAG\"...
Python
MIT License
serokell/tezos-packaging
[#288] Check for new releases in CI Problem: We want CI to create initial release PRs automatically. Solution: Add a scheduled job to the tags-related CI setup which will run the script for the initial release PR creation every given period of time.
603,652
04.10.2021 12:53:58
-10,800
20c4e74ddb64ee605881d0246000ad5603160d35
[Chore] Fix opam-repository definition in sources.json
[ { "change_type": "MODIFY", "old_path": "nix/nix/sources.json", "new_path": "nix/nix/sources.json", "diff": "\"url_template\": \"https://github.com/<owner>/<repo>/archive/<rev>.tar.gz\"\n},\n\"opam-repository\": {\n- \"branch\": \"master\",\n- \"description\": \"Tezos opam-repository fork.\",\n- \"ow...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix opam-repository definition in sources.json
603,652
22.10.2021 19:37:56
-10,800
2826f736ce970d6d4fb665b1e10ba4033bde2c5f
Adjust hacks.nix Backport used compiler version and fix some libraries versions as always.
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -48,19 +48,20 @@ let\n'';\nin\nrec {\n- ocaml = self.ocaml-ng.ocamlPackages_4_12.ocaml;\n+ ocaml = self.ocaml-ng.ocamlPackages_4_10.ocaml;\ndune = self.ocamlPackages.dune_2;\n# FIXME opam-nix...
Python
MIT License
serokell/tezos-packaging
Adjust hacks.nix Backport used compiler version and fix some libraries versions as always.
603,652
25.10.2021 10:38:01
-10,800
50a050e52e1ad6ad7e94926bb1a603ae3818e81c
Adjust static_libs.patch
[ { "change_type": "MODIFY", "old_path": "docker/build/static_libs.patch", "new_path": "docker/build/static_libs.patch", "diff": "# SPDX-FileCopyrightText: 2020 TQ Tezos <https://tqtezos.com/>\n#\n# SPDX-License-Identifier: LicenseRef-MIT-TQ\n+diff --git a/src/bin_client/dune b/src/bin_client/dune\n+i...
Python
MIT License
serokell/tezos-packaging
Adjust static_libs.patch
603,652
25.10.2021 11:39:26
-10,800
5ba8171777095f4dcd4f5aa83fd612ae0a0ee4eb
Decrease used rust version To match the recommended version for the v10.3 release.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -36,7 +36,7 @@ class TezosAccuser010Ptgranad < Formula\nsystem \"curl\", \"-L\", \"https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-...
Python
MIT License
serokell/tezos-packaging
Decrease used rust version To match the recommended version for the v10.3 release.
603,652
25.10.2021 13:08:36
-10,800
272dc19a7ce97c8c7892406c333879c086d79d34
Fix static build script
[ { "change_type": "MODIFY", "old_path": "docker/build/build-tezos.sh", "new_path": "docker/build/build-tezos.sh", "diff": "@@ -23,5 +23,5 @@ export OPAMYES=\"true\"\nopam init --bare --disable-sandboxing\nmake build-deps\n-eval \"$(opam env)\" && PROFILE=\"static\" make build && make build-sandbox\n+...
Python
MIT License
serokell/tezos-packaging
Fix static build script
603,652
25.10.2021 14:57:07
-10,800
369e1313511b287847ae5d0ba10395e9eef8b7b3
Fetch opam-repository branch Problem: Tezos release may use revision from non-master branch in the opam-repository. Solution: Fetch the branch name from which the commit is taken from and use it in the 'niv' call.
[ { "change_type": "MODIFY", "old_path": "scripts/update-tezos.sh", "new_path": "scripts/update-tezos.sh", "diff": "@@ -22,6 +22,10 @@ source scripts/version.sh\ncd ..\nrm -rf upstream-repo\n+git clone --bare https://gitlab.com/tezos/opam-repository.git upstream-opam-repository\n+opam_repository_branc...
Python
MIT License
serokell/tezos-packaging
[#288] Fetch opam-repository branch Problem: Tezos release may use revision from non-master branch in the opam-repository. Solution: Fetch the branch name from which the commit is taken from and use it in the 'niv' call.
603,652
25.10.2021 14:58:12
-10,800
22c7c6f7641a4b46c0ea7100901683807cc6992a
Hotfix for existing branch check Problem: There is a bug which makes the condition that checks if a branch for updated already exists is always met. Solution: Fix that condition.
[ { "change_type": "MODIFY", "old_path": "scripts/update-tezos.sh", "new_path": "scripts/update-tezos.sh", "diff": "@@ -33,7 +33,7 @@ our_tezos_tag=\"$(jq -r '.tezos.ref' nix/nix/sources.json | cut -d'/' -f3)\"\nif [[ \"$latest_upstream_tag\" != \"$our_tezos_tag\" ]]; then\n# If corresponding branch d...
Python
MIT License
serokell/tezos-packaging
[#288] Hotfix for existing branch check Problem: There is a bug which makes the condition that checks if a branch for updated already exists is always met. Solution: Fix that condition.
603,652
26.10.2021 15:14:14
-10,800
a4241488bfd54bdf7021cae4ef1de91f56474650
[Chore] Sign commits in CI Problem: Our repo settings require all commits in PRs to be signed. Solution: Sign commits created by the CI using the same key that is used for the package and artifacts signing.
[ { "change_type": "MODIFY", "old_path": "scripts/sync-bottle-hashes.sh", "new_path": "scripts/sync-bottle-hashes.sh", "diff": "-#! /usr/bin/env bash\n+#! /usr/bin/env nix-shell\n+#! nix-shell shell.nix -i bash\n# SPDX-FileCopyrightText: 2021 TQ Tezos <https://tqtezos.com/>\n#\n# SPDX-License-Identifi...
Python
MIT License
serokell/tezos-packaging
[Chore] Sign commits in CI Problem: Our repo settings require all commits in PRs to be signed. Solution: Sign commits created by the CI using the same key that is used for the package and artifacts signing.
603,652
27.10.2021 19:01:17
-10,800
70d91ba39039ce4ec9b3d592aa36792e6c69114d
[Chore] Add missing mojave bottle for 010 baker Problem: A mojave bottle is missing for the 010 baker formula. Solution: Add missing bottle hash.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-baker-010-PtGRANAD.rb", "new_path": "Formula/tezos-baker-010-PtGRANAD.rb", "diff": "@@ -28,6 +28,7 @@ class TezosBaker010Ptgranad < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosBaker010Ptgran...
Python
MIT License
serokell/tezos-packaging
[Chore] Add missing mojave bottle for 010 baker Problem: A mojave bottle is missing for the 010 baker formula. Solution: Add missing bottle hash.
603,650
04.11.2021 13:31:38
-3,600
9553faa8957b6996bd50319f3416c74c5a313c3a
[Chore] Increase rust version used Problem: the rust version used no longer matches the recommended one. Solution: update the rust version used.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "new_path": "Formula/tezos-accuser-010-PtGRANAD.rb", "diff": "@@ -36,7 +36,7 @@ class TezosAccuser010Ptgranad < Formula\nsystem \"curl\", \"-L\", \"https://github.com/ocaml/opam/releases/download/2.0.9/opam-2.0.9-x86_64-...
Python
MIT License
serokell/tezos-packaging
[Chore] Increase rust version used Problem: the rust version used no longer matches the recommended one. Solution: update the rust version used.
603,658
04.11.2021 16:33:16
-3,600
ce34565735a31cc03a8a84b4646a811fa5f8d13e
[Chore] Fix static_libs.patch Problem: our static libs patch doesn't apply anymore because of some changes to the source dune files. Solution: fixed the patch for bin_sandbox/dune, added patches for the new protocols.
[ { "change_type": "MODIFY", "old_path": "docker/build/static_libs.patch", "new_path": "docker/build/static_libs.patch", "diff": "@@ -93,13 +93,50 @@ index c19a310a8f..6c38226293 100644\n+ -open Tezos_client_base_unix\n+ -ccopt -static\n+ -cclib \"-lusb-1.0 -lhidapi-libusb -ludev\")))\n+diff --git a/s...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix static_libs.patch Problem: our static libs patch doesn't apply anymore because of some changes to the source dune files. Solution: fixed the patch for bin_sandbox/dune, added patches for the new protocols.
603,658
04.11.2021 19:22:08
-3,600
a323b0295fe6720dabe4dd9f865123f3bdf62e12
[Chore] Fix tag parsing in docker source builds Problem: the opam repository tag formatting was changed in the version.sh script upstream to use 'export'. Consequently, our parser that relies on the line starting with the tag variable now fails to parse it. Solution: added 'export' to the beginning of our regular expression.
[ { "change_type": "MODIFY", "old_path": "docker/package/model.py", "new_path": "docker/package/model.py", "diff": "@@ -227,7 +227,7 @@ class TezosBinaryPackage(AbstractPackage):\nsubprocess.run([\"git\", \"clone\", \"https://gitlab.com/tezos/opam-repository.git\"])\nwith open(\"tezos/scripts/version....
Python
MIT License
serokell/tezos-packaging
[Chore] Fix tag parsing in docker source builds Problem: the opam repository tag formatting was changed in the version.sh script upstream to use 'export'. Consequently, our parser that relies on the line starting with the tag variable now fails to parse it. Solution: added 'export' to the beginning of our regular expression.
603,658
04.11.2021 21:05:36
-3,600
55953809c0eaab7f8ef9a4faa472505db3147035
[Chore] Fix docker tests Problem: to allow for lower version releases, we have changed the docker static build script to use 'make' instead of 'make build'. This now leads to the static profile being overridden and docker tests failing. Solution: change it back.
[ { "change_type": "MODIFY", "old_path": "docker/build/build-tezos.sh", "new_path": "docker/build/build-tezos.sh", "diff": "@@ -21,5 +21,5 @@ source \"$HOME/.cargo/env\"\nopam init --bare --disable-sandboxing\nmake build-deps\n-eval \"$(opam env)\" && PROFILE=\"static\" make && make build-sandbox\n+ev...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix docker tests Problem: to allow for lower version releases, we have changed the docker static build script to use 'make' instead of 'make build'. This now leads to the static profile being overridden and docker tests failing. Solution: change it back.
603,650
05.11.2021 14:09:14
-3,600
924501fb45aac3365454095f325e085cc360f95c
[Chore] fix hangzhou-specific class names in brew formulae Problem: class names in brew formulae for hangzhou don't match their respective filenames. Solution: fix up the class names.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-011-PtHangz2.rb", "new_path": "Formula/tezos-accuser-011-PtHangz2.rb", "diff": "#\n# SPDX-License-Identifier: LicenseRef-MIT-TQ\n-class TezosAccuser011Pthangzh < Formula\n+class TezosAccuser011Pthangz2 < Formula\n@all_bins = []\nclass << ...
Python
MIT License
serokell/tezos-packaging
[Chore] fix hangzhou-specific class names in brew formulae Problem: class names in brew formulae for hangzhou don't match their respective filenames. Solution: fix up the class names.
603,652
08.11.2021 10:41:39
-10,800
be9862a07def79cde5396ff8d72c0dcee5079c06
Update release PR template Problem: Many parts of the releasing process were automated and now PR template that is used for new releases is outdated. Solution: Remove all steps of the releasing process that are now performed automatically by the CI. Add step that mentions merging PR with hashes update.
[ { "change_type": "MODIFY", "old_path": ".github/PULL_REQUEST_TEMPLATE/release_pull_request_template.md", "new_path": ".github/PULL_REQUEST_TEMPLATE/release_pull_request_template.md", "diff": "@@ -19,11 +19,6 @@ Follows #\n### Changes related to the creation of a release (conditional)\n-- [ ] I updat...
Python
MIT License
serokell/tezos-packaging
[#328] Update release PR template Problem: Many parts of the releasing process were automated and now PR template that is used for new releases is outdated. Solution: Remove all steps of the releasing process that are now performed automatically by the CI. Add step that mentions merging PR with hashes update.
603,652
08.11.2021 10:49:59
-10,800
742372f0386395e70b5d1b574f694e65de810925
Keep single PR template Problem: Users now don't need to have access to the release PR template since it's supposed to be used only by the CI. Solution: Keep only one default PR template.
[ { "change_type": "RENAME", "old_path": ".github/PULL_REQUEST_TEMPLATE/pull_request_template.md", "new_path": ".github/pull_request_template.md", "diff": "@@ -22,7 +22,7 @@ Resolves #\n#### Related changes (conditional)\n-- [ ] I checked whether I should update the [README](../../tree/master/README.m...
Python
MIT License
serokell/tezos-packaging
[#328] Keep single PR template Problem: Users now don't need to have access to the release PR template since it's supposed to be used only by the CI. Solution: Keep only one default PR template.
603,652
11.11.2021 12:36:19
-10,800
d5dbe575f9404eef11b5dd386d0e772c79aef801
Handle non-dict steps in pipeline filtering Problem: Currently filter-pipeline.py will fail in case a pipeline configuration has non-dict steps, e.g. 'wait'. Solution: Ignore non-dict steps in pipeline-filtering and don't skip them in the resulting pipeline.
[ { "change_type": "MODIFY", "old_path": ".buildkite/filter-pipeline.py", "new_path": ".buildkite/filter-pipeline.py", "diff": "@@ -120,9 +120,10 @@ visited = set()\nvisited_rev = set()\nsteps = pipeline[\"steps\"]\n-key_to_label = build_key_to_label(steps)\n-depends_on_dict, depends_on_dict_rev = bui...
Python
MIT License
serokell/tezos-packaging
[#332] Handle non-dict steps in pipeline filtering Problem: Currently filter-pipeline.py will fail in case a pipeline configuration has non-dict steps, e.g. 'wait'. Solution: Ignore non-dict steps in pipeline-filtering and don't skip them in the resulting pipeline.
603,652
08.11.2021 10:20:32
-10,800
754c7134d69a3b941644081c1d85dc2538a33176
[Chore] Don't sign commits in bottles sync script Problem: Public github actions runners don't have access to our signing key and thus it's impossible to sign commits in it. Solution: Don't sign commits in this script, signing will be performed separately.
[ { "change_type": "MODIFY", "old_path": "scripts/sync-bottle-hashes.sh", "new_path": "scripts/sync-bottle-hashes.sh", "diff": "-#! /usr/bin/env nix-shell\n-#! nix-shell shell.nix -i bash\n+#! /usr/bin/env bash\n# SPDX-FileCopyrightText: 2021 TQ Tezos <https://tqtezos.com/>\n#\n# SPDX-License-Identifi...
Python
MIT License
serokell/tezos-packaging
[Chore] Don't sign commits in bottles sync script Problem: Public github actions runners don't have access to our signing key and thus it's impossible to sign commits in it. Solution: Don't sign commits in this script, signing will be performed separately.
603,658
11.11.2021 16:00:54
-3,600
955c55ffbb6520081ae25463d47c8be72f6281f2
Update release PR template Problem: we used to have to push to mirror repositories manually, but now it's automated as well. The step is still in the PR template, however. Solution: remove this step from the template.
[ { "change_type": "MODIFY", "old_path": ".github/release_pull_request_template.md", "new_path": ".github/release_pull_request_template.md", "diff": "@@ -42,9 +42,6 @@ and checking unfinished points in the merged release PR using this template.\n#### Update brew bottles and repository mirrors\n- [ ] I...
Python
MIT License
serokell/tezos-packaging
[#328] Update release PR template Problem: we used to have to push to mirror repositories manually, but now it's automated as well. The step is still in the PR template, however. Solution: remove this step from the template.
603,658
15.11.2021 15:27:13
-3,600
150a47be9db00b615acbc1f9e5a87b60bba68305
Update release PR template Problem: we used to have to publish releases manually, but now it's automated as well. The step is still in the PR template, however. Solution: remove this step from the template.
[ { "change_type": "MODIFY", "old_path": ".github/release_pull_request_template.md", "new_path": ".github/release_pull_request_template.md", "diff": "@@ -36,10 +36,6 @@ Some of the changes are done after the new release is created, consider followin\nand checking unfinished points in the merged releas...
Python
MIT License
serokell/tezos-packaging
[#328] Update release PR template Problem: we used to have to publish releases manually, but now it's automated as well. The step is still in the PR template, however. Solution: remove this step from the template.
603,658
15.11.2021 16:08:24
-3,600
4f25979025dae7a2ecdfbde0c4eccd5e94f8bd9d
Fix 'not on branch' error on updating mirrors Problem: in a CI run after merging a release PR, updating the relevant mirror repo fails because we don't use the proper '--mirror' option. Solution: added the flag to the commands.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-raw.yml", "new_path": ".buildkite/pipeline-raw.yml", "diff": "@@ -170,14 +170,14 @@ steps:\nbuild.branch == \"master\" &&\n( build.message =~ /^Merge pull request .* from serokell\\/auto\\/v[0-9]+\\.[0-9]+-release/ ||\nbuild.message =~ /^Me...
Python
MIT License
serokell/tezos-packaging
[#314] Fix 'not on branch' error on updating mirrors Problem: in a CI run after merging a release PR, updating the relevant mirror repo fails because we don't use the proper '--mirror' option. Solution: added the flag to the commands.
603,652
16.11.2021 13:52:51
-10,800
52b7bf5f59df5b37f25db501aa2c02906c4e3294
[Chore] Fix bottles' hashes PR header Problem: It has outdated <unsigned> suffix that it a leftover from one of the !327 versions. Solution: Remove this suffix from the PR header.
[ { "change_type": "MODIFY", "old_path": "scripts/sync-bottle-hashes.sh", "new_path": "scripts/sync-bottle-hashes.sh", "diff": "@@ -45,6 +45,6 @@ set +e\n# We create the PR with the first push, when the other pipeline hasn't finished yet.\n# That's why we 'set +e': one of the two times the command wil...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix bottles' hashes PR header Problem: It has outdated <unsigned> suffix that it a leftover from one of the !327 versions. Solution: Remove this suffix from the PR header.
603,652
16.11.2021 17:32:23
-10,800
55427fff3f2f2a020e87eacad4550c840946c8db
[Chore] Sign commits in the first pipeline step Problem: When we sign commits we have to run the CI on the same changes twice since the signing doesn't actually affect changes in commits. Solution: Exit pipeline in case commits were successfully signed in order to avoid redundant CI run.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-raw.yml", "new_path": ".buildkite/pipeline-raw.yml", "diff": "@@ -6,6 +6,15 @@ env:\nSET_VERSION: \"export TEZOS_VERSION=\\\"$(cat nix/nix/sources.json | jq -r '.tezos.ref' | cut -d'/' -f3)\\\"\"\nsteps:\n+ # We need to sign commits that up...
Python
MIT License
serokell/tezos-packaging
[Chore] Sign commits in the first pipeline step Problem: When we sign commits we have to run the CI on the same changes twice since the signing doesn't actually affect changes in commits. Solution: Exit pipeline in case commits were successfully signed in order to avoid redundant CI run.
603,652
25.11.2021 13:13:54
-10,800
2a91399e1bf1eedb016ff0d5d278ca4bdd5ddec2
[Chore] Adjust hacks.nix Problem: opam-nix didn't manage to handle weird format of patched bls12-381-unix opam file:( Solution: Adjust hacks.nix and define sources and patch explicitely.
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -86,7 +86,7 @@ rec {\nbuildInputs = o.buildInputs ++ [ alcotest ocp-indent ];\n});\n- bls12-381 = osuper.bls12-381.versions.\"1.0.1\".overrideAttrs (o:\n+ bls12-381 = osuper.bls12-381.version...
Python
MIT License
serokell/tezos-packaging
[Chore] Adjust hacks.nix Problem: opam-nix didn't manage to handle weird format of patched bls12-381-unix opam file:( Solution: Adjust hacks.nix and define sources and patch explicitely.
603,652
25.11.2021 13:49:51
-10,800
124c8e7ccb80dd6f00208d7844b1523973d73d06
[Chore] Add workaround for Ubuntu package version Problem: Debian build utils don't like '_' symbol in version. Solution: Replace it with '-' where necessary.
[ { "change_type": "MODIFY", "old_path": "docker/package/ubuntu.py", "new_path": "docker/package/ubuntu.py", "diff": "@@ -18,10 +18,12 @@ def build_ubuntu_package(\n):\n# ubuntu prohibits uppercase in packages names\npkg_name = pkg.name.lower()\n- dir = f\"{pkg_name}-{pkg.meta.version}\"\n+ old_versio...
Python
MIT License
serokell/tezos-packaging
[Chore] Add workaround for Ubuntu package version Problem: Debian build utils don't like '_' symbol in version. Solution: Replace it with '-' where necessary.
603,652
25.11.2021 15:16:38
-10,800
00e15b0d51636e90d0046b752902bdfba40fdb0a
[Chore] Enable hangzhou in mainnet baking service Problem: Hangzhou protocol is going to be activated soon, we should enable daemons for new protocol before it gets activated, so that users will have smooth transition. Solution: Enable new protocol in mainnet baking service.
[ { "change_type": "MODIFY", "old_path": "docker/package/packages.py", "new_path": "docker/package/packages.py", "diff": "@@ -15,7 +15,7 @@ from .systemd import Service, ServiceFile, SystemdUnit, Unit, Install\nnetworks = [\"mainnet\", \"granadanet\", \"hangzhounet\"]\nnetworks_protos = {\n- \"mainnet...
Python
MIT License
serokell/tezos-packaging
[Chore] Enable hangzhou in mainnet baking service Problem: Hangzhou protocol is going to be activated soon, we should enable daemons for new protocol before it gets activated, so that users will have smooth transition. Solution: Enable new protocol in mainnet baking service.
603,652
09.12.2021 17:52:37
-10,800
b8ace159a3a2d32e4dbed92a3d2fdcfda8d5449d
[Chore] Bump tezos-baking letter version Problem: We're going to release update for tezos-baking that will remove granada daemons from mainnet baking service. Solution: Bump tezos-baking letter version in order to be able to release update.
[ { "change_type": "MODIFY", "old_path": "docker/package/model.py", "new_path": "docker/package/model.py", "diff": "@@ -473,7 +473,7 @@ class TezosBakingServicesPackage(AbstractPackage):\n# native releases, so we append an extra letter to the version of\n# the package.\n# This should be reset to \"\" ...
Python
MIT License
serokell/tezos-packaging
[Chore] Bump tezos-baking letter version Problem: We're going to release update for tezos-baking that will remove granada daemons from mainnet baking service. Solution: Bump tezos-baking letter version in order to be able to release update.
603,652
17.12.2021 15:11:36
-10,800
f90d936e8d2c1565daefb943305c356213689c59
Dynamically determine architecture for opam Problem: Currently formulae download opam x86_64 binary from the GitHub release, which causes a build failure on machines with M1 CPU. Solution: Determine CPU architecture in runtime and download appropriate opam binary.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-011-PtHangz2.rb", "new_path": "Formula/tezos-accuser-011-PtHangz2.rb", "diff": "@@ -35,7 +35,8 @@ class TezosAccuser011Pthangz2 < Formula\nENV.deparallelize\nENV[\"CARGO_HOME\"]=\"./.cargo\"\n# Here is the workaround to use opam 2.0 becau...
Python
MIT License
serokell/tezos-packaging
[#205] Dynamically determine architecture for opam Problem: Currently formulae download opam x86_64 binary from the GitHub release, which causes a build failure on machines with M1 CPU. Solution: Determine CPU architecture in runtime and download appropriate opam binary.
603,652
17.12.2021 15:15:09
-10,800
c468a5a2dca7dfa125fe448e4025a31ce84632bf
Bump formulae version and release number Problem: We want to release new versions of brew formulae that work on M1. Solution: Bump version in formulae and bump release number in meta.json.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-011-PtHangz2.rb", "new_path": "Formula/tezos-accuser-011-PtHangz2.rb", "diff": "@@ -12,7 +12,7 @@ class TezosAccuser011Pthangz2 < Formula\nurl \"https://gitlab.com/tezos/tezos.git\", :tag => \"v11.0+no_adx\", :shallow => false\n- version ...
Python
MIT License
serokell/tezos-packaging
[#205] Bump formulae version and release number Problem: We want to release new versions of brew formulae that work on M1. Solution: Bump version in formulae and bump release number in meta.json.
603,652
17.12.2021 16:46:59
-10,800
6eb1423c602f6f7d836bfe32e4e972c1936c36b6
Mention macOS version in bottles update Problem: 'sync-bottles-hashes.sh' script requires macOS version as an argument, but it isn't used anywhere in the script. Solution: Mention used macOS version in the commit header.
[ { "change_type": "MODIFY", "old_path": "scripts/sync-bottle-hashes.sh", "new_path": "scripts/sync-bottle-hashes.sh", "diff": "@@ -31,7 +31,7 @@ while : ; do\ngit fetch --all\ngit reset --hard origin/\"$branch_name\"\n./scripts/bottle-hashes.sh .\n- git commit -a -m \"[Chore] Add $1 hashes to brew fo...
Python
MIT License
serokell/tezos-packaging
[#353] Mention macOS version in bottles update Problem: 'sync-bottles-hashes.sh' script requires macOS version as an argument, but it isn't used anywhere in the script. Solution: Mention used macOS version in the commit header.
603,652
17.12.2021 18:05:03
-10,800
85c6f99531513ef64e615d9cc09ee0b127132950
[Chore] Add Big Sur tezos-sappling-params bottle Problem: tezos-sapling-params formula is used as a dependency for the rest of the formulae with Octez binaries. However, we don't have Big Sur bottle for it. Solution: Since this formula isn't updated automatically, provide bottle hash manually.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-sapling-params.rb", "new_path": "Formula/tezos-sapling-params.rb", "diff": "@@ -15,6 +15,7 @@ class TezosSaplingParams < Formula\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosSaplingParams.version}/\"\nsha256 ce...
Python
MIT License
serokell/tezos-packaging
[Chore] Add Big Sur tezos-sappling-params bottle Problem: tezos-sapling-params formula is used as a dependency for the rest of the formulae with Octez binaries. However, we don't have Big Sur bottle for it. Solution: Since this formula isn't updated automatically, provide bottle hash manually.
603,652
17.12.2021 18:42:26
-10,800
e4760f42f4bb633bea5f35c25ba0b828d1f99f79
[Chore] Drop Mojave support Problem: Mojave macOS version support has ended there is no sense in supporting it in our formulae anymore. Solution: Don't build, upload and provide hashes for Mojave bottles.
[ { "change_type": "MODIFY", "old_path": ".buildkite/pipeline-for-tags.yml", "new_path": ".buildkite/pipeline-for-tags.yml", "diff": "# SPDX-License-Identifier: LicenseRef-MIT-TQ\nsteps:\n- - label: Build bottles\n- key: build-bottles\n- agents:\n- queue: \"x86_64-darwin\"\n- if: build.tag =~ /^v.*/\n...
Python
MIT License
serokell/tezos-packaging
[Chore] Drop Mojave support Problem: Mojave macOS version support has ended there is no sense in supporting it in our formulae anymore. Solution: Don't build, upload and provide hashes for Mojave bottles.
603,652
20.12.2021 14:00:42
-10,800
64f924460247c84bea7d0a7390ede110236692a5
[Chore] Add arm64 Big Sur tezos-sapling-params bottle Problem: tezos-sapling-params formula is used as a dependency for the rest of the formulae with Octez binaries. However, we don't have arm64 Big Sur bottle for it. Solution: Since this formula isn't updated automatically, provide the corresponding bottle hash manually.
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-sapling-params.rb", "new_path": "Formula/tezos-sapling-params.rb", "diff": "@@ -16,6 +16,7 @@ class TezosSaplingParams < Formula\nsha256 cellar: :any, mojave: \"4e89932b0626cffe80214ba45342280c340b34c58ebbf7c3e0185a6d4662732d\"\nsha256 cellar: :a...
Python
MIT License
serokell/tezos-packaging
[Chore] Add arm64 Big Sur tezos-sapling-params bottle Problem: tezos-sapling-params formula is used as a dependency for the rest of the formulae with Octez binaries. However, we don't have arm64 Big Sur bottle for it. Solution: Since this formula isn't updated automatically, provide the corresponding bottle hash manually.
603,658
21.12.2021 09:39:06
-7,200
ad2c38baa85adfc3403ea0e75e2222bfb13db0a3
[Chore] Fix static_libs.patch Problem: our static libs patch doesn't apply anymore because of some changes to the source dune files. Solution: as we actually only need the patch for tezos-sandbox now, fixed its patch and removed everything else.
[ { "change_type": "MODIFY", "old_path": "docker/build/static_libs.patch", "new_path": "docker/build/static_libs.patch", "diff": "# SPDX-FileCopyrightText: 2020 TQ Tezos <https://tqtezos.com/>\n#\n# SPDX-License-Identifier: LicenseRef-MIT-TQ\n-diff --git a/src/bin_client/dune b/src/bin_client/dune\n-i...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix static_libs.patch Problem: our static libs patch doesn't apply anymore because of some changes to the source dune files. Solution: as we actually only need the patch for tezos-sandbox now, fixed its patch and removed everything else.
603,658
21.12.2021 10:02:01
-7,200
f5931a619bc89bf92226a645763cb56344ea1580
[Chore] Delete stdlib-unix.patch Problem: stdlib-unix.patch doesn't seem to be necessary anymore, and might in fact break our builds. Solution: binned the rubbish
[ { "change_type": "MODIFY", "old_path": "nix/build/hacks.nix", "new_path": "nix/build/hacks.nix", "diff": "@@ -182,7 +182,7 @@ rec {\ntezos-protocol-compiler = osuper.tezos-protocol-compiler.overrideAttrs\n(oa: rec {\nbuildInputs = oa.buildInputs ++\n- [ oself.pprint rustc-bls12-381 tezos-stdlib-unix...
Python
MIT License
serokell/tezos-packaging
[Chore] Delete stdlib-unix.patch Problem: stdlib-unix.patch doesn't seem to be necessary anymore, and might in fact break our builds. Solution: binned the rubbish
603,652
22.12.2021 11:30:30
-10,800
478c8326b5bbed3a02669f46c460d8feebaa0395
[Chore] Update native packages building Problem: The structure of the tezos/tezos repository has slightly changed, and now '.opam' files that we're interested in are located in 'tezt' subdirectory. Also Octez now depends on 'libpq'. Solution: Update 'build-binary.sh' script and list of runtime dependencies for the packages.
[ { "change_type": "MODIFY", "old_path": "docker/package/Dockerfile-fedora", "new_path": "docker/package/Dockerfile-fedora", "diff": "FROM fedora:32\nRUN dnf update -y\n-RUN dnf install -y libev-devel gmp-devel hidapi-devel libffi-devel zlib-devel m4 perl git pkg-config \\\n+RUN dnf install -y libev-d...
Python
MIT License
serokell/tezos-packaging
[Chore] Update native packages building Problem: The structure of the tezos/tezos repository has slightly changed, and now '.opam' files that we're interested in are located in 'tezt' subdirectory. Also Octez now depends on 'libpq'. Solution: Update 'build-binary.sh' script and list of runtime dependencies for the packages.
603,652
23.12.2021 15:25:01
-10,800
af7a2c5be0a2326cfdb10565966316eea2677678
[Chore] Fix tezos-baking package dependencies Problem: There is on endorser daemon in 012 protocol. However, 'tezos-baking' package ended up depending on 'tezos-endorser-012-psithaca'. As a result, it's impossible to install/upgrade tezos-baking-12.0-rc1-0ubuntu1 :( Solution: Remove dependency on 'tezos-endorser-012-psithaca' package.
[ { "change_type": "MODIFY", "old_path": "docker/package/model.py", "new_path": "docker/package/model.py", "diff": "@@ -487,6 +487,7 @@ class TezosBakingServicesPackage(AbstractPackage):\nself.meta = deepcopy(meta)\nself.meta.version = self.meta.version + self.letter_version\nself.target_protos = set(...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix tezos-baking package dependencies Problem: There is on endorser daemon in 012 protocol. However, 'tezos-baking' package ended up depending on 'tezos-endorser-012-psithaca'. As a result, it's impossible to install/upgrade tezos-baking-12.0-rc1-0ubuntu1 :( Solution: Remove dependency on 'tezos-endorser-012-psithaca' package.
603,658
12.01.2022 20:40:28
-3,600
3e9700679ef1c0e6a54d677ece5f31c259668d1f
[Chore] Remove ithaca mentions as v11.1 doesn't support it
[ { "change_type": "MODIFY", "old_path": "docker/package/packages.py", "new_path": "docker/package/packages.py", "diff": "@@ -13,11 +13,10 @@ from .model import (\nfrom .systemd import Service, ServiceFile, SystemdUnit, Unit, Install\n-networks = [\"mainnet\", \"hangzhounet\", \"ithacanet\"]\n+network...
Python
MIT License
serokell/tezos-packaging
[Chore] Remove ithaca mentions as v11.1 doesn't support it
603,658
12.01.2022 22:03:24
-3,600
faaf17d2c3c82b62339d7a6206910ae659ee4f4f
[Chore] Fix static_libs.patch for v11.1
[ { "change_type": "MODIFY", "old_path": "docker/build/static_libs.patch", "new_path": "docker/build/static_libs.patch", "diff": "@@ -5,10 +5,10 @@ diff --git a/src/bin_sandbox/dune b/src/bin_sandbox/dune\nindex 90d65b78a..b6fd1eb08 100644\n--- a/src/bin_sandbox/dune\n+++ b/src/bin_sandbox/dune\n-@@ -...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix static_libs.patch for v11.1
603,652
17.01.2022 13:38:09
-10,800
fad225ef8f2cf7f841fb87be5cd8808a72a210da
[Chore] Remove ithaca support from formulae Problem: v11.1 doesn't support ithaca. However, we have ithaca-related formulae. Solution: Remove ithaca-related formulae.
[ { "change_type": "DELETE", "old_path": "Formula/tezos-accuser-012-PsiThaCa.rb", "new_path": null, "diff": "-# SPDX-FileCopyrightText: 2021 TQ Tezos <https://tqtezos.com/>\n-#\n-# SPDX-License-Identifier: LicenseRef-MIT-TQ\n-\n-class TezosAccuser012Psithaca < Formula\n- @all_bins = []\n-\n- class << ...
Python
MIT License
serokell/tezos-packaging
[Chore] Remove ithaca support from formulae Problem: v11.1 doesn't support ithaca. However, we have ithaca-related formulae. Solution: Remove ithaca-related formulae. Signed-off-by: Roman Melnikov <roman.melnikov@serokell.io>
603,652
17.01.2022 13:05:51
-10,800
a473c4884f71a0a4b85dc1f3874fd5521826c5f1
Wait for node to shutdown before cleaning Problem: Sometimes binaries tests are failing due to inability to clean up node data directory. Solution: Clean up may fail in case node didn't shut down completely before removing the data directory. Wait for node process to die before the data directory removal.
[ { "change_type": "MODIFY", "old_path": "tests/test_script.py", "new_path": "tests/test_script.py", "diff": "@@ -20,7 +20,6 @@ def pkill_background(binary):\ndef run_node(network, use_tls):\n- machine.succeed(\"rm -rf node-dir\")\nmachine.succeed(\"mkdir node-dir\")\ntls_args = \" --rpc-tls=\" + host...
Python
MIT License
serokell/tezos-packaging
[#339] Wait for node to shutdown before cleaning Problem: Sometimes binaries tests are failing due to inability to clean up node data directory. Solution: Clean up may fail in case node didn't shut down completely before removing the data directory. Wait for node process to die before the data directory removal.
603,658
25.01.2022 00:09:55
-3,600
9627d4f30f9595934b908645b4d100168f52973a
[Chore] Fix static_libs.patch for v12.0-rc2
[ { "change_type": "MODIFY", "old_path": "docker/build/static_libs.patch", "new_path": "docker/build/static_libs.patch", "diff": "@@ -5,10 +5,10 @@ diff --git a/src/bin_sandbox/dune b/src/bin_sandbox/dune\nindex 90d65b78a..b6fd1eb08 100644\n--- a/src/bin_sandbox/dune\n+++ b/src/bin_sandbox/dune\n-@@ -...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix static_libs.patch for v12.0-rc2
603,658
25.01.2022 00:45:00
-3,600
1ee946f0b46d2b0d2acad0f4369dab8b6a14403e
[Chore] Support Ithaca protocol and testnet Problem: new '012-Psithaca' protocol has been proposed, so we need to support it and its testnet. Solution: added the support, except for tezos-endorser as Ithaca isn't supposed to have those.
[ { "change_type": "MODIFY", "old_path": ".buildkite/generate-tags-pipeline.sh", "new_path": ".buildkite/generate-tags-pipeline.sh", "diff": "@@ -15,7 +15,7 @@ ymlappend () {\n}\n# we don't bottle meta-formulas that contain only services\n-formulae=(\"tezos-accuser-011-PtHangz2\" \"tezos-admin-client\...
Python
MIT License
serokell/tezos-packaging
[Chore] Support Ithaca protocol and testnet Problem: new '012-Psithaca' protocol has been proposed, so we need to support it and its testnet. Solution: added the support, except for tezos-endorser as Ithaca isn't supposed to have those.
603,658
25.01.2022 16:16:46
-3,600
4c11f903d1bde05e1f08c98e03035dc3f8b48623
[Chore] Update nix README Problem: `nix build -f.` is difficult to use now because of disabled experimental `nix-command` features. Solution: changed instructions to use `nix-build -A`.
[ { "change_type": "MODIFY", "old_path": "nix/README.md", "new_path": "nix/README.md", "diff": "In order to build all binaries run:\n```bash\n-nix build -f. binaries\n+nix-build -A binaries\n```\nAs an alternative you can build single binary:\n```\n-nix build -f. binaries.tezos-client\n+nix-build -A b...
Python
MIT License
serokell/tezos-packaging
[Chore] Update nix README Problem: `nix build -f.` is difficult to use now because of disabled experimental `nix-command` features. Solution: changed instructions to use `nix-build -A`.
603,658
25.01.2022 16:18:33
-3,600
0a3ae3f08645b8399c633fb664a8683acd7daefb
[Chore] Fix update-tezos.sh Problem: sometimes opam_repository_tag isn't updated correctly because we source it from the master branch of the tezos repo, not from the tag we need. Solution: added checking out the relevant tag before sourcing version.sh.
[ { "change_type": "MODIFY", "old_path": "scripts/update-tezos.sh", "new_path": "scripts/update-tezos.sh", "diff": "@@ -19,6 +19,7 @@ git clone https://gitlab.com/tezos/tezos.git upstream-repo\ncd upstream-repo\nlatest_upstream_tag_hash=\"$(git rev-list --tags --max-count=1)\"\nlatest_upstream_tag=\"$...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix update-tezos.sh Problem: sometimes opam_repository_tag isn't updated correctly because we source it from the master branch of the tezos repo, not from the tag we need. Solution: added checking out the relevant tag before sourcing version.sh.
603,658
26.01.2022 00:06:13
-3,600
c42b343b4f376bbfa47d3bde80961eb5f9a1812b
[Chore] Add v12.0-rc2-1 hashes to brew formulae for Big Sur arm64
[ { "change_type": "MODIFY", "old_path": "Formula/tezos-accuser-011-PtHangz2.rb", "new_path": "Formula/tezos-accuser-011-PtHangz2.rb", "diff": "@@ -27,6 +27,7 @@ class TezosAccuser011Pthangz2 < Formula\nbottle do\nroot_url \"https://github.com/serokell/tezos-packaging/releases/download/#{TezosAccuser0...
Python
MIT License
serokell/tezos-packaging
[Chore] Add v12.0-rc2-1 hashes to brew formulae for Big Sur arm64
603,658
26.01.2022 00:48:34
-3,600
34fdeeb7559a93be0db5920b54ed9fd6ada0437c
[Chore] Fix BK bottle building Problem: buildkite docs state that local directories are created when downloading artifacts, but in our case it isn't for some reason :( Solution: create the needed directory ourselves before downloading bottles.
[ { "change_type": "MODIFY", "old_path": ".buildkite/generate-tags-pipeline.sh", "new_path": ".buildkite/generate-tags-pipeline.sh", "diff": "@@ -64,7 +64,8 @@ ymlappend \" agents:\n- \\\"uninstall-tsp\\\"\nif: build.tag =~ /^v.*/\ncommands:\n- - buildkite-agent artifact download \\\"*bottle.tar.gz\\\...
Python
MIT License
serokell/tezos-packaging
[Chore] Fix BK bottle building Problem: buildkite docs state that local directories are created when downloading artifacts, but in our case it isn't for some reason :( Solution: create the needed directory ourselves before downloading bottles.
603,652
16.12.2021 13:12:46
-10,800
84bf30298f01dcdcabbced5af573438a9bd59849
Add release support policy doc Problem: We haven't documented anywhere which specific versions of the Ubuntu, Fedora, and macOS we support. Solution: Write a doc that explains which versions of the OSes are supported by the packages from tezos-packaging and reference it in README.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -40,6 +40,8 @@ the binaries, and the services used.\n- [**Fedora**](./docs/distros/fedora.md)\n- [**macOS**](./docs/distros/macos.md)\n+The information about supported versions of the aforementioned OSes is avai...
Python
MIT License
serokell/tezos-packaging
[#307] Add release support policy doc Problem: We haven't documented anywhere which specific versions of the Ubuntu, Fedora, and macOS we support. Solution: Write a doc that explains which versions of the OSes are supported by the packages from tezos-packaging and reference it in README.
603,652
16.12.2021 17:05:55
-10,800
f812abc07188c8ad76a600f3be63848bd2ccbcb9
Document release process Problem: It's non-trivial for an external observer (or a newcomer maintainer) to find out how the autoreleasing works in tezos-packaging. Solution: Add a doc that contains a graph which describes the steps of the release process and how they're triggered.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -56,6 +56,11 @@ This repository provides two distinct ways for building and packaging tezos bina\n* [Docker-based](./docker/README.md)\n* [Nix-based](./nix/README.md)\n+## Release process\n+\n+Please see the [re...
Python
MIT License
serokell/tezos-packaging
[#307] Document release process Problem: It's non-trivial for an external observer (or a newcomer maintainer) to find out how the autoreleasing works in tezos-packaging. Solution: Add a doc that contains a graph which describes the steps of the release process and how they're triggered.
603,652
14.01.2022 12:50:29
-10,800
ec7d5659dfeacaeb7f5abac7116887b5ced3a92b
Different variables for node and client dirs Problem: We want to specify tezos-node and tezos-client data dir within a single environment file. However, at the moment script use the same variable for these directories. Solution: Use 'NODE_DATA_DIR' in order to determine node data directory in systemd services and scripts respectively.
[ { "change_type": "MODIFY", "old_path": "docker/package/packages.py", "new_path": "docker/package/packages.py", "diff": "@@ -189,7 +189,7 @@ node_postrm_steps = \"\"\ncommon_node_env = [\"NODE_RPC_ADDR=127.0.0.1:8732\", \"CERT_PATH=\", \"KEY_PATH=\"]\nfor network in networks:\nenv = [\n- f\"DATA_DIR=...
Python
MIT License
serokell/tezos-packaging
[#349] Different variables for node and client dirs Problem: We want to specify tezos-node and tezos-client data dir within a single environment file. However, at the moment script use the same variable for these directories. Solution: Use 'NODE_DATA_DIR' in order to determine node data directory in systemd services and scripts respectively.
603,652
28.01.2022 12:53:43
-10,800
2626d0bd0d1560b9443b754d9037abe8b38fa03c
Support ExecStopPost scripts Problem: It's convenient to have node directory cleanup as a ExecStopPost stage of the systemd service. However, our existing code doesn't support adding custom scripts to this attribute. Solution: Allow using custom scripts in the ExecStopPost attribute.
[ { "change_type": "MODIFY", "old_path": "docker/package/fedora.py", "new_path": "docker/package/fedora.py", "diff": "@@ -43,23 +43,16 @@ def build_fedora_package(\nf\"{cwd}/defaults/{systemd_unit.config_file}\",\nf\"{dir}/{unit_name}.default\",\n)\n- if systemd_unit.startup_script is not None:\n- des...
Python
MIT License
serokell/tezos-packaging
[#349] Support ExecStopPost scripts Problem: It's convenient to have node directory cleanup as a ExecStopPost stage of the systemd service. However, our existing code doesn't support adding custom scripts to this attribute. Solution: Allow using custom scripts in the ExecStopPost attribute.
603,652
28.01.2022 12:57:32
-10,800
2e8aaf815c2abb44dbc34b57b7b350b9d66161bf
Use ExecStopPost to reset custom baking services Problem: We need a convenient way to reset custom baking service. Solution: Add additional 'RESET_ON_STOP' variable to the config file. When this variable is set, custom baking service node directory is removed when baking service is stopped.
[ { "change_type": "MODIFY", "old_path": "docker/package/defaults/tezos-baking-custom.conf", "new_path": "docker/package/defaults/tezos-baking-custom.conf", "diff": "@@ -8,3 +8,4 @@ DATA_DIR=\"/var/lib/tezos/.tezos-client\"\nNODE_RPC_ENDPOINT=\"http://localhost:8732\"\nBAKER_ADDRESS_ALIAS=\"baker\"\nC...
Python
MIT License
serokell/tezos-packaging
[#349] Use ExecStopPost to reset custom baking services Problem: We need a convenient way to reset custom baking service. Solution: Add additional 'RESET_ON_STOP' variable to the config file. When this variable is set, custom baking service node directory is removed when baking service is stopped.