Search found 3 matches

by cyberk
May 12th, 2016, 4:49 pm
Forum: General Discussion
Topic: Default GIT branch
Replies: 5
Views: 3929

Re: Default GIT branch

Thanks, I think I understand

If I want to clone the latest stable, I should clone the 1.0.x branch,

git clone -b 1.0.x --single-branch https://github.com/sabnzbd/sabnzbd.git
by cyberk
May 12th, 2016, 4:31 pm
Forum: General Discussion
Topic: Default GIT branch
Replies: 5
Views: 3929

Default GIT branch

Hello,

Out of curiosity, why is the default branch at GIT the dev branch, and not the master branch?

Better question, will running the following command get me the latest stable version, or the latest development version?

git clone git://github.com/sabnzbd/sabnzbd.git
by cyberk
January 12th, 2014, 12:09 pm
Forum: General Help
Topic: Quick howto: SABnzbd on CentOS 5.x
Replies: 2
Views: 4951

Re: Quick howto: SABnzbd on CentOS 5.x

The updated script in this post should really replace the one on the tutorial! Thank you both for the tutorial, I was able to get everything running and learned more about linux too!