Page 4 of 4
Re: Downloads Randomly Slow Down to 0%
Posted: October 31st, 2016, 12:53 pm
by Iceman24
The config file that allows you to adjust which branch you want to be on. I wanted to try to get back the "1.1.x", rather this develop version that I was mysteriously switched to.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 6:50 am
by shypike
If you're using git, then you're on your own.
The 1.1.x branch is still there, you just need to check it out.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:05 am
by Iceman24
shypike wrote:If you're using git, then you're on your own.
The 1.1.x branch is still there, you just need to check it out.
Well, I never installed it via git. I used the QPKG of a 2015 release version and then eventually upgraded to the "SABnzbdplus_160522" version. It's been fine until I attempted to switch Python's and ended up back to a removed and reinstalled QNAP Store Python, which triggered it switching to the develop branch.
Would I be able to switch using the checkout command from git, based on how I installed it? If not, how would I switch back?
Thanks.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:21 am
by shypike
Sorry, I have no idea how this QPKG works.
Usually packages are not based on direct git access,
but on our published tar.gz file.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:26 am
by Iceman24
Okay, I'll check with thread at QNAP Forums about this QPKG. Thanks.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:27 am
by Iceman24
Actually, it mentions it is self-updating via git. Does that help?
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:29 am
by safihre
If you use the version that's linked in the wiki, it will use the master branch. This is the correct branch.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:41 am
by Iceman24
safihre wrote:If you use the version that's linked in the wiki, it will use the master branch. This is the correct branch.
Okay. I did use that version which there is a link that points over to the QNAP Forums. It was never using the master branch. It has been on 1.1.x [unknown ] for quite awhile. When I effectively reinstalled QNAP Store Python, it switched to develop. If I just install that QPKG again right over the top of what I have now, might it switch the branch? I don't want to just wing it, not sure what it may change. I really just want to get on the master branch.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 10:48 am
by safihre
That's correct, if you are on the master branch it will say you are on version 1.1.x [unknown]!
https://github.com/sabnzbd/sabnzbd/blob ... version.py
Like shypike said, we just kind of forgot to update the version.py when mergining into master, that's all.
The new QPKG should force it to master.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 11:26 am
by Iceman24
Reinstalling QPKG didn't work. Still stuck on develop. It did screw up my Sabnzbd though and undo all of what I recently did, but I restored backup of right over the top. Oddly, I couldn't replace backed up folder into the QPKG directory. I had to merge with folder and overwrite everything, then it worked. Anyways, seems back to working okay, but still on develop branch.
Re: Downloads Randomly Slow Down to 0%
Posted: November 2nd, 2016, 12:25 pm
by safihre
I think you will have to go on the QNAP forums.. This we don't know..
The link to the right topic is on the wiki.
Re: Downloads Randomly Slow Down to 0%
Posted: November 3rd, 2016, 9:49 pm
by Iceman24
I checked my .sh file and noticed the code 'git checkout master'. So it seems as if I'm on master branch for updates, at least. Might the next update switch me to master? Or is it possible I could be on master, but Sabnzbd is reporting it incorrectly?
Re: Downloads Randomly Slow Down to 0%
Posted: November 8th, 2016, 10:33 am
by shypike
Master contains only official releases (so no RC, Beta etc.)