Thursday, April 16th, 2020, 00:29 UTC | ||
[00:29:34] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 250 seconds) | |
[00:34:23] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[00:34:24] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[00:57:11] | pppingme (pppingme!~pppingme@unaffiliated/pppingme) has joined #mythtv | |
[01:54:30] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 250 seconds) | |
[01:55:17] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[01:55:17] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[03:37:43] | amessina (amessina!~amessina@unaffiliated/amessina) has quit (Quit: Konversation terminated!) | |
[03:42:13] | bill6502 (bill6502!~bill@205.178.24.168) has left #mythtv () | |
[05:24:12] | mad_enz (mad_enz!~mad_enz@2606:6d00:135:9d84:b152:de31:65a6:571b) has quit (Ping timeout: 256 seconds) | |
[05:39:56] | mad_enz (mad_enz!~mad_enz@2606:6d00:135:9d84:e094:40b6:9baa:6125) has joined #mythtv | |
[06:30:08] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 252 seconds) | |
[06:42:32] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:ee71:6a0b:4f4e:9706) has joined #mythtv | |
[06:42:33] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[06:50:00] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3) | |
[07:01:16] | peterbennett (peterbennett!~pi@2601:183:100:bb:f624:d5c5:69a9:87e9) has joined #mythtv | |
[07:01:17] | peterbennett (peterbennett!~pi@2601:183:100:bb:f624:d5c5:69a9:87e9) has quit (Changing host) | |
[07:01:17] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has joined #mythtv | |
[07:01:17] | Mode for #mythtv by ChanServ!ChanServ@services. : +v peterbennett | |
[07:15:00] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[07:15:00] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[07:30:16] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Ping timeout: 252 seconds) | |
[07:30:30] | markspieth (markspieth!~yaaic@202.169.118.74) has joined #mythtv | |
[07:30:32] | markspieth (markspieth!~yaaic@202.169.118.74) has quit (Changing host) | |
[07:30:32] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[07:30:32] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[07:41:27] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has joined #mythtv | |
[08:07:25] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has quit (Ping timeout: 264 seconds) | |
[08:50:16] | SteveGoodey (SteveGoodey!~steve@host86-138-103-159.range86-138.btcentralplus.com) has joined #mythtv | |
[08:50:18] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[09:15:55] | stuarta: | ubuntu 20.04 appears to have been released. applied latest updates, and lsb_release no longer says "development branch" |
[09:33:28] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has joined #mythtv | |
[09:34:14] | stuarta: | ooo err, we now appear to have private github repositories available |
[09:34:28] | stuarta: | will have to look into this for the stuff we currently store directly on the server |
[09:35:19] | markk__: | stuarta: is it safe to remove MythTZ::read_time_zone_id ? |
[09:36:56] | stuarta: | markk__: i don't think so, iirc that's the entry point from the QUERY_TIME_ZONE services call |
[09:40:35] | ** stuarta double checks ** | |
[09:42:11] | stuarta: | actually there are a whole bunch more functions that can go, as they were used by the code i surgically removed |
[09:44:05] | stuarta: | markk__: i believe we can kill off compare_zone_files, findZoneinfoFile, parse_zone_id_config_string, read_time_zone_id |
[09:44:31] | markk__: | stuarta: yeah – I don't see any other references |
[09:44:59] | stuarta: | all of those were used by the stuff i removed AFAICT |
[09:45:46] | stuarta: | i'm happy to do it as it continues the earlier cleanup i did |
[09:53:05] | SteveGoodey (SteveGoodey!~steve@host86-138-103-159.range86-138.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[09:56:56] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:ee71:6a0b:4f4e:9706) has quit (Quit: Konversation terminated!) | |
[10:04:27] | markk__: | stuarta: cool – I'll leave it to you:) |
[10:04:35] | stuarta: | already building :) |
[10:43:40] | stuarta: | markk__: pushed |
[10:44:57] | stuarta: | that code i removed, caused me several days of head scratching on why mythweb was reporting a different TZ to everything else |
[10:52:57] | stuarta: | it came down to my backend had a file /etc/timezone, containing Etc/UTC, rather than Europe/London |
[10:53:48] | stuarta: | but everything on the system reported Europe/London, date reported BST |
[11:00:31] | markk__: | nice commit – 150 lines gone:) |
[11:02:47] | stuarta: | nice, clean, surgical removal |
[11:03:05] | stuarta: | shame i didn't notice that the first time around |
[11:03:18] | stuarta: | 2 commits combined, remove most of the code in that class |
[11:24:51] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has quit (Ping timeout: 250 seconds) | |
[11:36:54] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has joined #mythtv | |
[12:00:09] | hampton: | The rawhide qt fix appears to be working... |
[12:16:15] | stuarta: | yay |
[12:20:20] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has quit (Remote host closed the connection) | |
[12:25:49] | MythBuild: | Build [#680](https://code.mythtv.org/buildbot/#builders/11/builds/680) of `master-fedora-rawhide-64bit` completed successfully. |
[12:31:09] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has quit (Ping timeout: 250 seconds) | |
[12:35:15] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:ee71:6a0b:4f4e:9706) has joined #mythtv | |
[12:35:16] | Mode for #mythtv by ChanServ!ChanServ@services. : +v Steve-Goodey | |
[12:47:41] | markspieth (markspieth!~yaaic@mythtv/developer/markspieth) has joined #mythtv | |
[12:47:42] | Mode for #mythtv by ChanServ!ChanServ@services. : +v markspieth | |
[13:18:26] | stuarta: | ok, looks like the current crop of issues are related to stupid bots appending '/' to a request for a public profile |
[13:18:42] | stuarta: | not going to spend time coding to fix that |
[13:18:52] | stuarta: | better of working on the replacement |
[13:23:52] | stuarta: | *off |
[13:47:31] | stuarta: | now that i've identified the issues with devices, i'm going to be better off making it a full clean reimplementation and import the existing profile submissions, rather than trying to put a new backend over the database |
[13:47:52] | stuarta: | basically the DB is in latin charset encoding, which is far too limiting |
[13:48:46] | stuarta: | not to mention the schema doesn't comply to any standards |
[13:48:54] | stuarta: | so i shall have a rethink |
[14:17:11] | MythBuild: | Build [#69](https://code.mythtv.org/buildbot/#builders/63/builds/69) of `30-fedora-rawhide-64bit` completed successfully. |
[14:29:40] | peterbennett (peterbennett!~pi@mythtv/developer/peterbennett) has quit (Quit: WeeChat 2.3) | |
[15:16:07] | MythBuild: | Build [#61](https://code.mythtv.org/buildbot/#builders/141/builds/61) of `31-fedora-rawhide-64bit` completed successfully. |
[15:40:14] | amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv | |
[16:57:06] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has joined #mythtv | |
[18:31:42] | markk__ (markk__!~mark@host109-149-186-102.range109-149.btcentralplus.com) has quit (Ping timeout: 258 seconds) | |
[20:33:18] | brfransen (brfransen!~brfransen@97-95-233-51.dhcp.sffl.va.charter.com) has quit (Read error: Connection reset by peer) | |
[20:35:20] | brfransen (brfransen!~brfransen@97-95-233-51.dhcp.sffl.va.charter.com) has joined #mythtv | |
[20:40:36] | SteveGoodey (SteveGoodey!~steve@host86-138-103-159.range86-138.btcentralplus.com) has joined #mythtv | |
[20:40:37] | Mode for #mythtv by ChanServ!ChanServ@services. : +v SteveGoodey | |
[21:38:48] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:ee71:6a0b:4f4e:9706) has quit (Quit: Konversation terminated!) | |
[21:51:15] | Tobbe5178 (Tobbe5178!~asdf@81-235-210-78-no62.tbcn.telia.com) has quit (Read error: Connection reset by peer) | |
[21:54:49] | SteveGoodey (SteveGoodey!~steve@host86-138-103-159.range86-138.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:39:20] | jheizer (jheizer!~jon@98.226.220.206) has quit (Ping timeout: 258 seconds) | |
[22:41:17] | jheizer (jheizer!~jon@98.226.220.206) has joined #mythtv | |
[22:41:17] | Mode for #mythtv by ChanServ!ChanServ@services. : +v jheizer |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.