Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packaging updates #3974

Merged
merged 2 commits into from
Aug 17, 2022
Merged

packaging updates #3974

merged 2 commits into from
Aug 17, 2022

Conversation

arnetheduck
Copy link
Member

  • one package per binary (nimbus_beacon_node, nimbus_validator_client)
  • use - in package name (_ is separating the version)
  • don't include (un)installation scripts in package
  • default metrics port 8009 for vc
  • fix several upgrade/install errors in scripts
  • add JWT option to service files


set -e

# TODO We purge the nimbus user / group / folder from the beacon node uninstall
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, this looks like an open question.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually, turns out it it isn't - most guides recommend not to remove created users

beacon_chain/conf.nim Outdated Show resolved Hide resolved
@github-actions
Copy link

Unit Test Results

       12 files  ±0       860 suites  ±0   1h 14m 2s ⏱️ + 10m 45s
  1 912 tests ±0    1 765 ✔️ ±0  147 💤 ±0  0 ±0 
10 345 runs  ±0  10 155 ✔️ ±0  190 💤 ±0  0 ±0 

Results for commit bf99d29. ± Comparison against base commit 5c91d29.

* one package per binary (nimbus_beacon_node, nimbus_validator_client)
* use `-` in package name (`_` is separating the version)
* don't include (un)installation scripts in package
* default metrics port 8108 for vc
* fix several upgrade/install errors in scripts
* add JWT option to service files
* don't attempt to remove user on purge
@zah zah merged commit 255be39 into unstable Aug 17, 2022
@zah zah deleted the packaging branch August 17, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants