massalabs / station

A gateway to the Massa blockchain
https://station.massa.net
27 stars 107 forks source link

1286 replace dns with hosts file linux #1294

Closed thomas-senechal closed 9 months ago

thomas-senechal commented 9 months ago

Delivery Quality Checklist

QA Review

  1. Uninstall MS
  2. Download the installer from https://github.com/massalabs/station/actions/runs/7180358277
  3. Install MS
  4. Run MS, it should work fine (except WoC since *.massa is disable)
  5. Open a terminal and copy paste:
    grep "station.massa" /etc/hosts
  6. You should see a line with 127.0.0.1 station.massa
  7. Uninstall MS again
  8. Open a terminal and copy paste:
    grep "station.massa" /etc/hosts
  9. You should see no new line
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ffbe603) 25.46% compared to head (5e3132f) 25.46%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1294 +/- ## ======================================= Coverage 25.46% 25.46% ======================================= Files 25 25 Lines 1547 1547 ======================================= Hits 394 394 Misses 1140 1140 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

gregLibert commented 9 months ago

LGTM, didn't tested though

I have tested it. It works perfectly on my side.

peterjah commented 9 months ago

it also works for me Ubuntu 22.04

peterjah commented 9 months ago

it also works for me Ubuntu 22.04