mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 00:07:14 +03:00
docs/Releasing: Always run ./coriolis.py for a build
This commit is contained in:
parent
ea808bb020
commit
a729d4d500
@ -191,14 +191,16 @@ that it's actually included in the installer.
|
||||
Before you create a new install each time you should:
|
||||
|
||||
1. Ensure the data sourced from coriolis.io is up to date and works:
|
||||
1. Update the `coriolis-data` repo. **NB: You will need 'npm' installed for
|
||||
this.**
|
||||
1. `cd coriolis-data`
|
||||
1. `git pull`
|
||||
1. `npm install` - to check it's worked.
|
||||
1. Run `coriolis.py` to update `modules.p` and `ships.p`
|
||||
1. XXX: Test ?
|
||||
1. `git commit` the changes to the repo and the `.p` files.
|
||||
1. Update the `coriolis-data` repo. **NB: You will need 'npm' installed for
|
||||
this.**
|
||||
1. `cd coriolis-data`
|
||||
1. `git pull`
|
||||
1. `npm install` - to check it's worked.
|
||||
1. Run `coriolis.py` to update `modules.p` and `ships.p`. **NB: The
|
||||
submodule might have been updated by a GitHub workflow/PR/merge, so
|
||||
be sure to perform this step for every build.**
|
||||
1. XXX: Test ?
|
||||
1. `git commit` the changes to the repo and the `.p` files.
|
||||
1. Ensure translations are up to date, see [Translations.md](Translations.md).
|
||||
|
||||
# Preparing to Package
|
||||
|
Loading…
x
Reference in New Issue
Block a user