You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove python3.6 from dependancies in debain control, to allow local python3.6+ installs to be utilized. Fixes#22
* Include .git folder with previoud 10 commits, to allow the updater to work. Fixes#24
* Check for python3.6+ versions in system path, and update the service file to the latest found. call 'dpkg-reconfigure sickchill' if it changes to update the service
* Fix error in service where ExecStart path was not absolute. Fixes#25
* No longer copy config from /apps/sickrage automatically, this could cause a data overwrite if users used the other repo.
Signed-off-by: miigotu <miigotu@gmail.com>
Copy file name to clipboardExpand all lines: debian/changelog
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
sickchill (2021.03.09) UNRELEASED; urgency=medium
2
+
3
+
* Remove python3.6 from dependancies in debain control, to allow local python3.6+ installs to be utilized. Fixes #22
4
+
* Include .git folder with previoud 10 commits, to allow the updater to work. Fixes #24
5
+
* Check for python3.6+ versions in system path, and update the service file to the latest found. call 'dpkg-reconfigure sickchill' if it changes to update the service
6
+
* Fix error in service where ExecStart path was not absolute. Fixes #25
7
+
* No longer copy config from /apps/sickrage automatically, this could cause a data overwrite if users used the other repo.
8
+
9
+
-- miigotu <miigotu@gmail.com> Tue, 09 Mar 2021 23:21:15 -0500
0 commit comments