-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jackett: update to v0.8.490 #3032
Conversation
spk/jackett/Makefile
Outdated
SPK_VERS = 0.7.1483 | ||
SPK_REV = 4 | ||
SPK_VERS = 0.8.490 | ||
SPK_REV = 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably want to increment the SPK_REV to 5, rather than decrement it to 3, or the package will not be proposed as update in the DSM package manager...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, the version is not considered by the package manager?
@kaso17 Thanks for your work. May you please rework package installation and start-stop process thanks to generic service support described at https://github.com/SynoCommunity/spksrc/wiki/Service-Support. |
@ymartin59 unfortunately I've no longer access to a syno device so I can't test the requests changes. |
@ymartin59 @kaso17 Happy to step in and handle the transition to generic service once TVH is done. |
@m4tt075 thank you. If the user is changed as part of the legacy migration path make sure to chown the The Jackett handles it's own log file generation including log rotation, so pointing the log to As you can see in the PR I redirect the stderr output to Under normal circumstances it should never write anything to that will but in case there's a low level mono crash it will contain the mono stack trace which might be helpfull for debugging. The stdout output is sent to logger but that seems to equal /dev/null, it doesn't matter as it's all sent to the log.txt anyway. |
@kao17 Could you squash your Update and Makefile commits, please, and rebase your branch to get rid of the merge commit? |
@m4tt075 I don't see any conflicts. |
From my point of view, problem is that PR contains "obsolete" changes on makefile (mono version), installer.sh and dsm-control.sh... So I will probably discard it, to be replaced by a squashed commit of #3070, but no worry, credits for your work should remain in GitHub commit/history. |
Feel free to close it. |
Included in #3070. Many thanks for your work ! |
Motivation: This should fix various jackett specific issues
Linked issues: fixes #3015 #2986 #2881 #1995 Jackett/Jackett#1985 Jackett/Jackett#2217
Checklist
all-supported
completed successfully