mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-21 18:22:42 +01:00
Created Release Branches (markdown)
parent
4fdfaa22a4
commit
fd9d74f2a1
31
Release-Branches.md
Normal file
31
Release-Branches.md
Normal file
@ -0,0 +1,31 @@
|
||||
##Branches ##
|
||||
|
||||
|
||||
- **Master (Default):** Current stabled branch. It has been used by users on develop branch and it's not know to have any major issues.
|
||||
|
||||
|
||||
- **Develop:** The bleeding edge. Released as soon as code is committed and passed all automated tests, this build has not been used by us or users. Because there's no guarantee that it will even run in some cases.
|
||||
|
||||
***Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update.*
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## How to change your branch ##
|
||||
|
||||
In order to change your update branch you will need to make a small configuration change:
|
||||
|
||||
Use your XML editor of choice to edit `C:\ProgramData\NzbDrone\config.xml` and set it to branch of your choosing
|
||||
|
||||
|
||||
```xml
|
||||
<Config>
|
||||
<Branch>master</Branch>
|
||||
</Config>
|
||||
```
|
||||
|
||||
*You can ignore the `UpdateUrl` element as its not used anymore.*
|
||||
|
||||
**Once you make this change you will need to restart NzbDrone for it to take effect.**
|
Loading…
Reference in New Issue
Block a user