Get rid of config files from git repo? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Development (https://forum.cuberite.org/forum-13.html) +--- Thread: Get rid of config files from git repo? (/thread-1201.html) |
Get rid of config files from git repo? - xoft - 07-29-2013 I'm thinking about getting rid of some of the configuration files from the git repository. Namely: Code: /MCServer/settings.ini Any objections? RE: Get rid of config files from git repo? - bearbin - 07-29-2013 Sounds good. RE: Get rid of config files from git repo? - FakeTruth - 07-29-2013 I agree RE: Get rid of config files from git repo? - mgueydan - 08-01-2013 Not sure about the used ones. Maybe it worth a renaming as "settings.ini.sample" ? I wonder what will happen to the guy that is, for the first time, pulling the whole thing and not able to make it work. Will he even try to help, seing that he need work just to run the thing ? Thanks. RE: Get rid of config files from git repo? - NiLSPACE - 08-01-2013 the settings.ini etc are renamed to settings.example.ini, so that new people still have something where they can look for an example. RE: Get rid of config files from git repo? - xoft - 08-02-2013 Not only are they renamed, but also they *should* (didn't check) get redirected - when MCServer cannot read settings.ini, it will try to read settings.example.ini and copy it to settings.ini. So it should work with whatever defaults we put in that file. And even if not, the defaults are hard-coded so that the server runs with basic config even without those files altogether. |