From fd9d74f2a1389e8eb3b3ba60ed3fd3474ff91537 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Sat, 17 Aug 2013 17:37:21 -0700 Subject: [PATCH] Created Release Branches (markdown) --- Release-Branches.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Release-Branches.md diff --git a/Release-Branches.md b/Release-Branches.md new file mode 100644 index 0000000..94649a9 --- /dev/null +++ b/Release-Branches.md @@ -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 + + master + +``` + +*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.** \ No newline at end of file