Page 1 of 1
git repo update delay?
Posted: May 31st, 2013, 2:04 am
by lavjoy
I recently switched my installation from the typical tarball extraction to a clone of the git repo, in order to keep it in line with the rest of the nzb related daemons I have running, and for easier updating. However, since doing so my client has reported an update is available, but a git pull reports it's already up to date. Is the delay in updating the repo typical and something I should be expecting going forward? If so, generally how long does it take to get the repo in line with the tarball?
Re: git repo update delay?
Posted: May 31st, 2013, 2:10 am
by shypike
Which tarbal are you referring to?
Re: git repo update delay?
Posted: May 31st, 2013, 2:12 am
by lavjoy
The one listed here:
http://sourceforge.net/projects/sabnzbd ... z/download
The git repo appears to be on version 0.7.11 (which matches my client), where the tarball is 0.7.12
Re: git repo update delay?
Posted: May 31st, 2013, 2:14 am
by lavjoy
I just found the mention of the gitflow model. Is this the cause of the discrepancy? Or should I just checkout the 0.7.x branch? Looks like that one was updated when the tarball was.
Edit: actually looks like the 0.7.x branch is the same version.
Re: git repo update delay?
Posted: May 31st, 2013, 12:17 pm
by shypike
It's in the 0.7.x branch now.
I stopped merging back to master, because that will mess up the history too much when "develop" will be merged into it.
Re: git repo update delay?
Posted: May 31st, 2013, 8:25 pm
by lavjoy
Gotchya. Thank you very much for getting back to me, and thanks for contributing to an awesome project.