<mint_TVH>
Ah; I found it, I was expecting to download from the workflow run, not the overview.
mint_TVH has quit [Quit: Leaving]
mint_TVH has joined #hts
<mint_TVH>
chewitt: I spent some time playing with cloudsmith to see if I could implement a CURL based replacement to fix the bookworm upload. I amended the cloudsmith.sh script as such: https://github.com/6007135/tvheadend/commit/074c4e3f0ed7a5d853f9124aab6409188e52b87e. The upload now succeeds (see the workflow run and my cloudsmith testing repo[~]), but the package version is `0.0.0-unknown~bookworm`. I assume something about `support/version` is failing, but I
<mint_TVH>
have no idea what. Any insights? And other than the version failure, does this look good?
<htsbot>
[discord] <profyaffle> I believe "HTS" means "Home Theatre System" - Tvheadend was originally written as part of a suite of software, the backend TV server; the front end was then Showtime, IIRC, although Movian was in the mix somwehere as well a bit later
<htsbot>
[discord] <profyaffle> Hence the channel name and the PVR addon ID in Kodi
<mint_TVH>
I see. Makes sense.
<mint_TVH>
It looks like showtime was a fork of Movian.
chewitt has quit [Quit: Zzz..]
<htsbot>
[discord] <profyaffle> Other way around, I think - Showtime perhaps morphed into Movian. Before my time, though.
<htsbot>
[discord] <flole998> Regarding the upload (I'm the one who wrote the original script): If I remember correctly the version is read from the package by cloudsmith-cli, so you'd probably have to do that aswell (same for RPM) and pass it to cloudsmith in some request
<htsbot>
[discord] <flole998> There's a version-field that you should add where you specify the distribution
<mint_TVH>
Cloudsmith reads the version from the package, not a parameter. I downloaded the deb to check the control file, and it is ver 0.0.0.etc there as well.
<mint_TVH>
* It seems to me that cloudsmith reads the version from the package, not a parameter because...
<mint_TVH>
I downloaded the deb from the action, not cloudsmith, so I know the version issue is upstream of submitting to cloudsmith
<mint_TVH>
Oh, I misread slightly.
<mint_TVH>
The cloudsmith API doesn't seem to have a way to specify a version for the submission (I checked earlier to make sure). This, paired with the cloudsmith version matching the deb control version, indicates to me that cloudsmith process that server side and I don't need to handle it myself.
<mint_TVH>
Either way, the version script is falling is some way since it isn't setting a version on the deb uploaded to GH actions (pre cloudsmith).
<mint_TVH>
Where do you see the version-field? I was pretty sure I confirmed that there was not one...