This guide is geared towards users that wish to test the latest RoninDojo development branches by modifying the user.conf
file. The file located at ~/.config/RoninDojo/user.conf
and provides the ability to override many of the environment variables available to RoninDojo CLI. In this guide we will only be modifying two variables in order to test and run specific branches.
nano ~/.config/RoninDojo/user.conf
Modify the following variables pictured below. Those variable names are ronin_dojo_branch
and samourai_commitish
.
Modify so that ronin_dojo_branch="origin/develop"
and samourai_commitish="origin/develop"
. Now enable by removing the #
in front of each line so that the variables will be read when sourced.
These two branches above are used for development on both the RoninDojo and samourai-dojo repositories.
To quit nano
and save your changes just press F2 or Ctrl + X keys. You will be asked to press ‘y’ to save the current file.
Now that you have successfully edited the user.conf
with new repository changes, you will need to update RoninDojo for changes to take effect.
Navigate to:
System
→ Software Updates
→ Update RoninDojo
After this step is done you should now be on the new branches. Enjoy and happy testing!
See the Troubleshooting page for help and info.
Need help? Try out our Support Service.