Feature #153
closedAdd a fake updater
100%
Description
Seeing the most recent problems with the updater (mainly the fact that CocoMUD couldn't update to the last version), enhancing CocoMUD itself has become challenging. It is proposed here to develop a "fake updater", one that can "show" problems before they're actually published and make the updater crash. The way to do that would be to redirect the updater on a local ZIP archive with the new version of CocoMUD.
Notice that with PyInstaller, it might be possible to turn the uptade.bat
script itself in a standalone Python script. This has to be investigated further as this might lead to more portability in preparing for updates.
Updated by Vincent Le Goff almost 5 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Eventually, a -z
option was added to the dbg_updater
executable. This option allows to run from a pre-downloaded ZIP archive and therefore can be used to fake an update and introspect.
Added by Vincent Le Goff almost 5 years ago
Please register to edit this issue
Also available in: Atom PDF Tracking page
Bring #153: add a fake updater to test update stability