Skip to content

Commit

Permalink
Merge pull request #485 from serokell/pasqu4le/#484-baking-liquidity-…
Browse files Browse the repository at this point in the history
…message

[#484] Improve the update message about liquidity toggle vote
  • Loading branch information
pasqu4le authored Jun 22, 2022
2 parents 23c3b5d + 553d39e commit 569d2ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions docker/package/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ class TezosBakingServicesPackage(AbstractPackage):
# native releases, so we append an extra letter to the version of
# the package.
# This should be reset to "" whenever the native version is bumped.
letter_version = "a"
letter_version = "b"

buildfile = "setup.py"

Expand Down Expand Up @@ -578,9 +578,15 @@ def __init__(
custom_unit.instances = []
self.systemd_units.append(custom_unit)
# TODO: we will likely need to remove this once toggle vote isn't new anymore
self.postinst_steps = """echo "Please note that the liquidity baking toggle vote option"
echo "is now mandatory when baking. You can read more about it here:"
echo "https://tezos.gitlab.io/jakarta/liquidity_baking.html#toggle-vote"
self.postinst_steps = """echo ""
echo "********************************************************************************"
echo "** Please note that the liquidity baking toggle vote option"
echo "** is now mandatory when baking. It has been automatically set to \"pass\"."
echo "** Re-run tezos-setup-wizard if you'd like to change your vote."
echo "** You can read more about it here:"
echo "** https://tezos.gitlab.io/jakarta/liquidity_baking.html#toggle-vote"
echo "********************************************************************************"
echo ""
"""
self.postrm_steps = ""

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"release": "2",
"release": "3",
"maintainer": "Serokell <[email protected]>"
}

0 comments on commit 569d2ea

Please sign in to comment.