Page 1 of 1

update to RC1

Posted: June 27th, 2020, 1:39 am
by pinn
Hi,

Tried to update to latest release by: git pull. But the version is showing-

Code: Select all

Package: sabnzbdplus
Versions:
3.0.0~beta4-0ubuntu1~jcfp1~20.10 (/var/lib/apt/lists/ppa.launchpad.net_jcfp_ppa_                                                                                        ubuntu_dists_groovy_main_binary-armhf_Packages) (/var/lib/apt/lists/ppa.launchpa                                                                                        d.net_jcfp_ppa_ubuntu_dists_groovy_main_binary-arm64_Packages)
 Description Language:
                 File: /var/lib/apt/lists/ftp.debian.org_debian_dists_stretch_co                                                                                        ntrib_binary-armhf_Packages
I am on the develop branch btw.

Re: update to RC1

Posted: June 29th, 2020, 3:29 am
by jcfp
The sabnzbdplus package is not some wrapper around git. You cannot update sab by running 'git pull' unless you're running from git source.

Re: update to RC1

Posted: June 29th, 2020, 5:00 am
by pinn
Hi,

I meant by following the instructions

From github
This is like running from source but you can update easily:

git clone https://github.com/sabnzbd/sabnzbd.git
cd sabnzbd
git checkout master
To update, go into the sabnzbd git directory, and type:

git pull
Run SABnzbd like this, from the directory where you installed SABnzbd:

./SABnzbd.py

Re: update to RC1

Posted: June 29th, 2020, 5:07 am
by safihre
You are mixing up 2 things: you either use the PPA package or you use the Github version.
So when you use the Github instructions, you should remove the PPA package (or at least not have it active anymore).

Re: update to RC1

Posted: June 29th, 2020, 1:31 pm
by pinn
As usual with me, user error. Thanks for your help both.
v3 is performing really well also - great work!