Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-09 | split mod install logic | Daniel Schadt | |
Previously, install_mod was a huge function that did a lot of things at once. Not only did it do the actual mod copying, it also had the dependency resolution, user interaction, ... Now, we've split the code and made it more re-usable. The dependency resolution is done in Baas::install, with special "hooks" being given in baas::Installer that allow a consumer to customize the installation and embed the user interaction there. The code itself is pretty much the same, it is just split up now. | |||
2021-11-09 | Rename --fix-permissions to --chown | Daniel Schadt | |
On second thought, we're just calling chown, so let's call it that. | |||
2021-11-09 | Add some command line help texts | Daniel Schadt | |
2021-11-09 | add -p flag to fix permissions | Daniel Schadt | |
This is useful if you run modderbaas as root but want the resulting directories to be owned by the right uid/gid. | |||
2021-11-06 | support installing modpacks | Daniel Schadt | |
2021-11-06 | add a dry-run mode to install | Daniel Schadt | |
2021-11-06 | Initial commit | Daniel Schadt | |
This is the inital commit of a somewhat working version. |