|
SageTV Downloads & Instructions This forum is for discussions containing Downloads and Instructions related to the Open Source version of SageTV. Please do not post questions in this forum. |
|
Thread Tools | Search this Thread | Display Modes |
#161
|
|||
|
|||
Quote:
Also unfortunately I have no time to change this for a while but its on the list to review. k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page |
#162
|
|||
|
|||
Version updates
On a whim, I thought I would check to see if a newer version of Sage had been released since the version I'm running (9.2.1), and it looks like 9.2.2 was released last month. However, I have no idea if it's worth the time to update to it since there are no release notes indicating what may have been changed.
It would be nice if there was at least a one-line bulleted list of fixes/changes made. Just a suggestion.. |
#163
|
|||
|
|||
Quote:
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7) Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls |
#164
|
|||
|
|||
If you are using the unRAID docker version of SageTV it will upgrade every time you restart the docker container. My system backs up all containers weekly so the container gets restarted and updated once a week.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#165
|
|||
|
|||
Quote:
|
#166
|
|||
|
|||
Where is the 9.2 source download area?
https://github.com/google/sagetv/tags Has the 9.1 source downloads
https://bintray.com/opensagetv/sagetv/SageTV# Has the excellent 9.2 binary downloads But I have a problem with one machine possibly due to needing old libraries/ffmpeg Is the 9.2 source available? |
#167
|
|||
|
|||
Quote:
The current TravisCI build process builds and releases to Bintray anything that has "[ci release]" in the commit message. From this, it appears that the last commits to match the Bintray releases are: Code:
9.2.2 https://github.com/google/sagetv/commit/a3f8ef929d46f46aec863f8d88150bf5a6afe31c 9.2.1 https://github.com/google/sagetv/commit/f948f49ef3c670da40a53e16d1a5e9537c301086 9.1.10 https://github.com/google/sagetv/commit/7912487d42f7db28abe1a2bbad409db87338cc15 9.1.9 https://github.com/google/sagetv/commit/0e22903acd823d6f99cf582be717edd3f793a67e Or you are using git, just clone the repo and checkout the commit ID you want to review. --John Last edited by jpwegas; 09-11-2020 at 08:47 PM. Reason: add git checkout comment |
#168
|
|||
|
|||
I did as you suggested. Is there anything in that zip that identifies it as say v9.2.1.485 ?
I gather that if I download the tip I will be getting unreleased code. |
#169
|
|||
|
|||
Quote:
Quote:
But, the nice thing about git is if you clone the repo, you aren't cloning just a specific commit point - you get everything. All commits, all history, all versions. You can move around to whatever point you like. After cloning, if you want to view the source as it was for a specific point, you can do "git checkout COMMIT_ID" and git will check out things as it was at that point. So for example, this would change the local repo to what was in the 9.2.1 release: Code:
git checkout f948f49ef3c670da40a53e16d1a5e9537c301086 Code:
git checkout V9.2.1 --John |
#170
|
|||
|
|||
The java/sage/Version.java file contains the 9.2.1. I don’t know where the build number at the end comes from.
__________________
Windows Installer |
#171
|
||||
|
||||
FYI, the build number at the end comes the commit number, such that if you have multiple commits between version releases, it'll always be unique.
That being said, I don't think we are automatically publishing releases anymore. Travis (via the .travis.yml file in the repo) calls the build/deploy.sh on commits to master. This looks for the commit message to have the static text [ci release] in the commit message and if sees it, then it will tag and release the build. https://github.com/google/sagetv/blo...uild/deploy.sh This can't be triggered by a Pull Request and it needs to be done with someone that has direct commit access to master. You guys might want to change how the deploy.sh works and just publish with every commit to master. The deploy.sh is in the repo itself, so anyone can change the behaviour here and submit a PR.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#172
|
|||
|
|||
Quote:
Does the Travis server have permissions to tag the release in github? Or did you mean it tags the Travis build or the Bintray release? --John |
#173
|
||||
|
||||
Travis should be configured with permissions to tag releases and upload to bintray via the configuration of API keys in the travis config (in the travis UI). All this was there when I managed this, and I doubt it has changed. But that's why only a person with direct commit access to the master repo could trigger this.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV is Open Source!!! | Narflex | Announcements | 1 | 01-12-2016 10:36 AM |
SageTV Open Source FAQ | Opus4 | SageTV Software | 5 | 11-11-2015 02:57 PM |
SageTV Open Source | Narflex | Announcements | 0 | 03-09-2015 02:39 PM |
Why ISN'T Sagetv open source? | matterofrecord | General Discussion | 9 | 11-30-2014 10:49 AM |