1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2026-04-23 16:51:25 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
gryf 00e3cf9801 Introduced new configuration variable $WRAPPER
Calculation of file path may be performed in two different places -
first is the original location of the config file, second is on copied
one. Adding new option WRAPPER will take the same role as $CONFIG,
except it will be only parsed on copied configuration file.

An alternative would be to check existence in both places, but I'd like
to have it explicit.
2017-01-08 19:40:27 +01:00
gryf 853dca385e Readme update 2017-01-07 09:55:22 +01:00
gryf 6d84fc4b8a Make wrapper_archiver option mandatory in savestare module 2017-01-07 09:43:53 +01:00
gryf c5ce27e637 Added savestate wrapper module 2017-01-07 09:31:59 +01:00
gryf 0cbe6fc9d0 Added wrapper_save_state option 2017-01-03 19:34:42 +01:00
gryf 1d35436dee Fixed tests for wrapper modules
Exchanged os.rename with shutil.move since there was a problem with
moving files between different filesystems.
2017-01-03 06:01:30 +01:00
gryf 5f98e9b794 Moved save state out of _make_archive method
Now _save_save method will be called from run() method.
2017-01-02 19:30:09 +01:00
gryf 48bb1b1e1f Bumped version, readme update 2017-01-02 15:46:07 +01:00
gryf 6667f5c5be README update 2016-12-27 22:13:39 +01:00
gryf b3cbd915a5 Added plain module to the docs 2016-12-23 18:46:53 +01:00
gryf 9037f013d3 Added travis conf 2016-12-19 20:27:52 +01:00
gryf e3cfd02686 Readme update 2016-12-19 18:24:37 +01:00
gryf a70befad3b Initial commit 2016-12-18 20:42:04 +01:00