From 9494e968ecbba7a9799f2fdbb9ce26c46ec3b80f Mon Sep 17 00:00:00 2001 From: Taloth Date: Mon, 29 Sep 2014 13:19:14 -0700 Subject: [PATCH] Updated Release Branches (markdown) --- Release-Branches.md | 59 ++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/Release-Branches.md b/Release-Branches.md index 5a17dcf..a928670 100644 --- a/Release-Branches.md +++ b/Release-Branches.md @@ -1,28 +1,33 @@ -- **master (Default):** Stable branch. It has been used by users on develop branch and it's not known 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. There is 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 ## - -1. Go to Settings and then the General tab and show advanced settings (use the toggle by the save button). - -2. Under the Development section change the branch name to `develop` - -3. Save - - -## Checking the release notes/changes ## - -1. Go to System and then the Updates tab - -2. The last 5 updates for that branch are shown here - - -## Installing a newer version ## - -1. Go to System and then the Updates tab - +- **master (Default):** Stable branch. It has been used by users on develop branch and it's not known 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. There is 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 ## + +1. Go to Settings and then the General tab and show advanced settings (use the toggle by the save button). + +2. Under the Development section change the branch name to `develop` + +3. Save + +### For Ubuntu/Debian ### + +You probably should update your sources.list file too if you installed using aptitude/apt-get: + + deb http://update.nzbdrone.com/repos/apt/debian develop main + +## Checking the release notes/changes ## + +1. Go to System and then the Updates tab + +2. The last 5 updates for that branch are shown here + + +## Installing a newer version ## + +1. Go to System and then the Updates tab + 2. Newer versions that are not yet installed will have an update button next to them, clicking that button will install the update. \ No newline at end of file