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

Update install/uninstall scripts #3044

Merged
merged 4 commits into from
Apr 9, 2024
Merged

Update install/uninstall scripts #3044

merged 4 commits into from
Apr 9, 2024

Conversation

jmgrady
Copy link
Collaborator

@jmgrady jmgrady commented Apr 5, 2024

Update install/uninstall scripts as follows:

  • add 'set -eo pipefail' to stop script at first failure

In addition, these changes are made to the install script:

  • remove message about creating the initial user; that functionality was removed
  • create Python virtual environment at the beginning of the state machine
    regardless of initial state

This change is Reviewable

This comment has been minimized.

Copy link

codecov bot commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (master@c6a27b9). Click here to learn what that means.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #3044   +/-   ##
=========================================
  Coverage          ?   82.84%           
=========================================
  Files             ?       47           
  Lines             ?     4956           
  Branches          ?      583           
=========================================
  Hits              ?     4106           
  Misses            ?      705           
  Partials          ?      145           
Flag Coverage Δ
backend 82.84% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jmgrady)

- add 'set -euo pipefail' to stop script at first failure
- remove message about initial user - functionalitiy removed
- create Python virtual environment at the beginning of the state machine
  regardless of initial state
@jmgrady jmgrady marked this pull request as ready for review April 8, 2024 15:09
Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jmgrady)

@jmgrady jmgrady enabled auto-merge (squash) April 9, 2024 15:28
@jmgrady jmgrady merged commit 94f89f9 into master Apr 9, 2024
18 checks passed
@jmgrady jmgrady deleted the update-installer branch April 9, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants