[00:00] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) left irc: Quit: criezy [00:02] I think the scummVM download webpage should be slightly changed. Currently it reads as if the user has to install SDL 2.0.x for it to work. Maybe "Libraries" -> "Libraries for compiling from Source" [00:02] I cannot come up with an elegant sounding solution right now. [00:03] Maybe "Libraries for Developers" [00:10] edheldil_ (~edheldil@2001:1488:fffe:1:890e:94a0:ada0:e86c) joined #scummvm. [00:13] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [00:14] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) joined #scummvm. [00:14] #scummvm: mode change '+o dreammaster' by ChanServ!ChanServ@services. [00:39] t0by (~t0by@unaffiliated/t0by) left irc: Remote host closed the connection [00:39] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [00:39] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [00:45] t0by (~t0by@unaffiliated/t0by) left irc: Ping timeout: 240 seconds [00:49] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 248 seconds [00:51] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [01:45] Littleboy (~littleboy@pool-108-49-17-47.bstnma.fios.verizon.net) left irc: Ping timeout: 240 seconds [01:51] SylvainTV (~SylvainTV@LFbn-LIL-1-593-180.w81-254.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [02:10] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [02:15] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [02:15] Nick change: DominusExult -> Dominus [02:24] Joefish (~Joefish@p200300764F166B005B1FA857664FA66C.dip0.t-ipconnect.de) left irc: Ping timeout: 240 seconds [02:25] Joefish (~Joefish@p200300764F16E5005DE62F4E8F9D158A.dip0.t-ipconnect.de) joined #scummvm. [02:25] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [02:32] mortalius_ (~mortalius@unaffiliated/mortalius) joined #scummvm. [02:34] mortalius (~mortalius@unaffiliated/mortalius) left irc: Ping timeout: 248 seconds [02:38] macdude22 (~macdude22@173-24-25-150.client.mchsi.com) left irc: Quit: Textual IRC Client: www.textualapp.com [03:15] GitHub27 (~GitHub27@192.30.252.39) joined #scummvm. [03:15] [scummvm] dreammaster pushed 2 new commits to master: https://git.io/vbufH [03:15] scummvm/master 171a86a Paul Gilbert: XEEN: Fix Coverity identified warnings [03:15] scummvm/master 9b14b84 Paul Gilbert: XEEN: Added logic for Dwarf cutscene [03:15] GitHub27 (GitHub27@192.30.252.39) left #scummvm. [03:19] dreammaster (~dreammast@c-73-149-116-247.hsd1.ma.comcast.net) left irc: [03:36] ccawley2011 (6d927d7d@gateway/web/freenode/ip.109.146.125.125) left irc: Quit: Page closed [04:20] snover: I might be doing something wrong, but is it true that android is opengl-less? [04:20] tsoliman: what are you referring to when you say android? [04:20] the docker buildbot worker [04:22] no, it has the GLES headers and libraries [04:22] that's what I suspected (that I did something wrong) [04:23] so I did some cleanup, and upon re-pulling the buildbot images, I am now unable to start buildmaster [04:23] well, technically GLES is not GL [04:23] No master.cfg found nor 7BUILDBOT_CONFIG_URL ! [04:23] Action: Lightkey ducks [04:24] snover: https://pastebin.com/FY48xtrz [04:25] ah [04:25] git pull [04:25] Action: tsoliman kicks himself [04:25] you said it before i said it, and thats what counts. [04:30] something is causing me not to be able to expose :80 [04:31] both master and worker are up but http://localhost/ is refused [04:32] ah .. [04:32] web [04:32] Action: tsoliman kicks himself again [05:37] Well, hey. [05:37] At least it wasn't DNS :) [05:37] (As well in the hosting industry say... it's ALWAYS dns. Somehow. :P) [05:55] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [06:10] Endy: linux server firewalls. firewalld? ufw? raw iptables? other? [06:25] snover: I usually use raw iptables, but recommend ufw :) [06:25] good choice! [06:26] i needed a way to deploy the new buildbot so now scummvm is getting ansible. [06:26] which means, i might as well deploy some basic security measures at the same time. [06:27] Yeah, definately UFW then - it has a decent ansible module. [06:27] I'm a big ansible fanboy, my off-sider likes Puppet, so we are in a stand-off at the moment. I prefer push over pull :P [06:31] since ansible lets you do either, i dont know why one would want to limit oneself. [06:41] all done. so simple. [06:41] or, dare i say, uncomplicated. [06:43] :) [07:00] now im just back to figuring out if i can create some simple bridge network with docker, though i suppose technically i dont need that immediately. [07:19] if it's for the workers to connect to the buildbot master, maybe an ssl tunnel is enough? [07:23] yes, that was my first idea, and then they were like but look we integrated bridge networking so you can network your containers across multiple hosts! and then their documentation never seemed to be complete for one feature before they started working on a replacement for it [07:23] er, ssh tunnel was my first idea. [07:23] i have a better handle on configuring the production side of things so i think i might go back to ssh tunnel again. [07:24] mostly i wanted to figure out if there was a way to keep the buildbot network isolated from the host, and having to punch a hole for the tunnel meant the answer was no [07:26] whereas https://docs.docker.com/compose/networking/#multi-host-networking made it sound straightforward, except for that warning at the top about how its legacy, with a link to a documented feature marked as experimental, and then the first link n the non-note area went to a thing talking about a classic mode [07:27] and that if you arent using the classic mode then go to this other article [07:35] freanux (~freanux@unaffiliated/freanux) joined #scummvm. [07:46] swarm is a clustering solution, might be too high maintenance [08:18] indeed, it seems so. so i guess i will just do that punching after all. :) [08:18] tomorrow, though. not today. [09:06] Lightkey (~Darklock@p200300764C300B9522CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 250 seconds [09:14] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) left irc: Remote host closed the connection [09:26] Lightkey (~Darklock@p200300F693C9185322CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [09:37] t0by (~t0by@unaffiliated/t0by) joined #scummvm. [09:37] #scummvm: mode change '+o t0by' by ChanServ!ChanServ@services. [09:41] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) joined #scummvm. [09:41] #scummvm: mode change '+o waltervn' by ChanServ!ChanServ@services. [10:16] TMM (~Hein-Piet@185.5.121.222) joined #scummvm. [10:16] TMM (~Hein-Piet@185.5.121.222) left irc: Changing host [10:16] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [10:16] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [10:36] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 268 seconds [10:43] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Ping timeout: 248 seconds [10:52] TMM (~Hein-Piet@185.5.121.222) joined #scummvm. [10:52] TMM (~Hein-Piet@185.5.121.222) left irc: Changing host [10:52] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [10:52] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [10:59] criezy|Work (a5e15055@gateway/web/freenode/ip.165.225.80.85) joined #scummvm. [10:59] #scummvm: mode change '+o criezy|Work' by ChanServ!ChanServ@services. [11:48] DominusExult (~dominus@unaffiliated/dominus) joined #scummvm. [11:52] Dominus (~dominus@unaffiliated/dominus) left irc: Ping timeout: 260 seconds [11:52] Nick change: DominusExult -> Dominus [12:39] Lightkey (~Darklock@p200300F693C9185322CF30FFFE083718.dip0.t-ipconnect.de) left irc: Ping timeout: 250 seconds [12:52] Lightkey (~Darklock@p200300F693C9183622CF30FFFE083718.dip0.t-ipconnect.de) joined #scummvm. [13:21] Storm-AFK (~kvirc@2.26.112.22) left irc: Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/ [13:22] Stormkeeper (~kvirc@2.26.112.22) joined #scummvm. [13:33] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [13:35] _sev (~sev@d158167.upc-d.chello.nl) joined #scummvm. [13:35] _sev (~sev@d158167.upc-d.chello.nl) left irc: Changing host [13:35] _sev (~sev@scummvm/undead/sev) joined #scummvm. [13:35] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [13:56] hi all (sorry, seems I forgot my morning greeting today :) [13:57] morning :-) [14:04] Littleboy (~littleboy@pool-108-49-17-47.bstnma.fios.verizon.net) joined #scummvm. [14:04] #scummvm: mode change '+o Littleboy' by ChanServ!ChanServ@services. [14:22] ah, Grim Fandango Remastered is free on GOG.com today [14:29] ccawley2011 (6d927ef2@gateway/web/freenode/ip.109.146.126.242) joined #scummvm. [15:23] ced117 (~ced117@opensuse/member/ced117) left irc: Ping timeout: 248 seconds [15:25] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [15:32] rootfather (~rootfathe@unaffiliated/rootfather) left irc: Read error: Connection reset by peer [15:33] rootfather (~rootfathe@p5DFC512F.dip0.t-ipconnect.de) joined #scummvm. [15:44] _sev (~sev@scummvm/undead/sev) left irc: Quit: This computer has gone to sleep [16:09] jamm (~jam@fp76f08813.tkyc113.ap.nuro.jp) joined #scummvm. [16:09] jamm (~jam@fp76f08813.tkyc113.ap.nuro.jp) left irc: Changing host [16:09] jamm (~jam@unaffiliated/jamm) joined #scummvm. [16:15] Joefish (~Joefish@p200300764F16E5005DE62F4E8F9D158A.dip0.t-ipconnect.de) left irc: Ping timeout: 276 seconds [16:26] jamm (~jam@unaffiliated/jamm) left irc: Ping timeout: 248 seconds [16:49] _sev (~sev@d158167.upc-d.chello.nl) joined #scummvm. [16:49] _sev (~sev@d158167.upc-d.chello.nl) left irc: Changing host [16:49] _sev (~sev@scummvm/undead/sev) joined #scummvm. [16:49] #scummvm: mode change '+o _sev' by ChanServ!ChanServ@services. [17:06] t0by (~t0by@unaffiliated/t0by) left irc: Read error: Connection reset by peer [17:22] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Quit: Ex-Chat [17:28] Strangerke|work (5bb7582b@gateway/web/freenode/ip.91.183.88.43) left irc: Quit: Bbl [17:40] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) joined #scummvm. [17:41] Joefish (~Joefish@p5DDE5232.dip0.t-ipconnect.de) joined #scummvm. [17:41] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [17:42] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [17:44] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) joined #scummvm. [17:55] nast (~nast@176-106-200-222.point.lviv.ua) joined #scummvm. [18:00] Joefish (~Joefish@p5DDE5232.dip0.t-ipconnect.de) left irc: Read error: Connection reset by peer [18:00] Joefish (~Joefish@p200300764F16E5005DE62F4E8F9D158A.dip0.t-ipconnect.de) joined #scummvm. [18:00] #scummvm: mode change '+v Joefish' by ChanServ!ChanServ@services. [18:00] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) joined #scummvm. [18:01] Farmboy0 (~quassel@p4FD3459C.dip0.t-ipconnect.de) joined #scummvm. [18:01] Farmboy0 (~quassel@p4FD3459C.dip0.t-ipconnect.de) left irc: Changing host [18:01] Farmboy0 (~quassel@xoreos/farmboy0) joined #scummvm. [18:01] criezy|Work (a5e15055@gateway/web/freenode/ip.165.225.80.85) left irc: Quit: Page closed [18:07] SylvainTV (~SylvainTV@LFbn-LIL-1-593-180.w81-254.abo.wanadoo.fr) joined #scummvm. [18:07] #scummvm: mode change '+o SylvainTV' by ChanServ!ChanServ@services. [18:15] ced117 (~ced117@opensuse/member/ced117) left irc: Ping timeout: 240 seconds [18:17] ced117 (~ced117@opensuse/member/ced117) joined #scummvm. [18:38] Littleboy (~littleboy@pool-108-49-17-47.bstnma.fios.verizon.net) left irc: Quit: Ętre dans le vent, une ambition de feuille morte. [18:54] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [18:54] #scummvm: mode change '+o Strangerke' by ChanServ!ChanServ@services. [18:58] criezy (~criezy@host31-51-181-83.range31-51.btcentralplus.com) joined #scummvm. [18:58] #scummvm: mode change '+o criezy' by ChanServ!ChanServ@services. [18:59] Good evening [19:08] Evening criezy [19:58] nast (~nast@176-106-200-222.point.lviv.ua) left irc: Quit: Leaving [20:01] Nick change: Stormkeeper -> Storm-AFK [20:05] rootfather (~rootfathe@p5DFC512F.dip0.t-ipconnect.de) left irc: Changing host [20:05] rootfather (~rootfathe@unaffiliated/rootfather) joined #scummvm. [20:05] #scummvm: mode change '+o rootfather' by ChanServ!ChanServ@services. [20:34] Cheeseness (~cheesenes@ppp118-208-242-132.bras1.hba2.internode.on.net) left irc: Ping timeout: 240 seconds [20:35] mortalius_ (~mortalius@unaffiliated/mortalius) left irc: Ping timeout: 248 seconds [20:35] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) left irc: Ping timeout: 248 seconds [20:35] Endy (ender@sand.enderboi.com) left irc: Ping timeout: 248 seconds [20:35] erdic (~erdic@unaffiliated/motley) left irc: Ping timeout: 248 seconds [20:35] ComradeAnderson (~ComradeAn@unaffiliated/comradeanderson) joined #scummvm. [20:35] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) left irc: Ping timeout: 248 seconds [20:35] Asterisk (~asterisk@unaffiliated/asterisk) left irc: Ping timeout: 248 seconds [20:36] super_fox2[m] (superfox2m@gateway/shell/matrix.org/x-cdlasksihvfxuwzd) left irc: Ping timeout: 248 seconds [20:37] mortalius_ (~mortalius@unaffiliated/mortalius) joined #scummvm. [20:39] Endy (ender@sand.enderboi.com) joined #scummvm. [20:41] LittleToonCat (~littlecat@sydnns0115w-156-57-12-94.dhcp-dynamic.fibreop.ns.bellaliant.net) joined #scummvm. [20:41] super_fox2[m] (superfox2m@gateway/shell/matrix.org/x-vprpdlplkffniych) joined #scummvm. [20:41] Asterisk (~asterisk@unaffiliated/asterisk) joined #scummvm. [20:43] erdic (~erdic@unaffiliated/motley) joined #scummvm. [20:45] balrog (~balrog@unaffiliated/balrog) got netsplit. [20:45] balrog (~balrog@unaffiliated/balrog) returned to #scummvm. [20:46] LePhilousophe (valemboi20@amsn/developer/lephilousophe) left irc: Quit: Reconnecting [20:47] LePhilousophe (valemboi20@amsn/developer/lephilousophe) joined #scummvm. [20:51] TMM (~Hein-Piet@92-110-172-3.cable.dynamic.v4.ziggo.nl) joined #scummvm. [20:51] TMM (~Hein-Piet@92-110-172-3.cable.dynamic.v4.ziggo.nl) left irc: Changing host [20:51] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) joined #scummvm. [20:51] #scummvm: mode change '+o TMM' by ChanServ!ChanServ@services. [21:05] _sev_ (~sev@d158167.upc-d.chello.nl) joined #scummvm. [21:05] _sev_ (~sev@d158167.upc-d.chello.nl) left irc: Changing host [21:05] _sev_ (~sev@scummvm/undead/sev) joined #scummvm. [21:05] #scummvm: mode change '+o _sev_' by ChanServ!ChanServ@services. [21:05] _sev (~sev@scummvm/undead/sev) left irc: Read error: Connection reset by peer [21:20] Axy (~Mia@unaffiliated/mia) left irc: Read error: Connection reset by peer [22:03] for the Vita release on the webpage, will the little "Vita" logo automatically be pulled? It is used on the builbot page already. [22:04] GitHub60 (GitHub60@gateway/service/github.com/x-trrcgqblazzzdrxu) joined #scummvm. [22:04] [scummvm] criezy pushed 1 new commit to master: https://git.io/vbzNJ [22:04] scummvm/master e4882f6 Thierry Crozat: DISTS: Add Sparkle 2.0.0 signatures [22:04] GitHub60 (GitHub60@gateway/service/github.com/x-trrcgqblazzzdrxu) left #scummvm. [22:05] Henke37 (~Henrik@81-227-16-59-no133.bredband.skanova.com) left irc: Quit: ERR_SHUTDOWN [22:08] rsn8887: Yes. Buildbot actually takes it from the website I think (https://www.scummvm.org/images/catpl-psp2.png). [22:20] Criezy: Great, thanks for checking. [23:06] |Cable| (~cable@249.137.117.91.dynamic.reverse-mundo-r.com) left irc: Ping timeout: 240 seconds [23:06] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) left irc: Ping timeout: 246 seconds [23:07] GitHub118 (GitHub118@gateway/service/github.com/x-zmqnkzjfuuoufsmb) joined #scummvm. [23:07] [scummvm-web] criezy pushed 2 new commits to 2.0: https://git.io/vbgfU [23:07] scummvm-web/2.0 24cdb03 Thierry Crozat: WEB: Add compatibility for version 2.0.0 [23:07] scummvm-web/2.0 a42073e Thierry Crozat: WEB: Update download page for version 2.0.0 [23:07] GitHub118 (GitHub118@gateway/service/github.com/x-zmqnkzjfuuoufsmb) left #scummvm. [23:19] |Cable| (~cable@249.137.117.91.dynamic.reverse-mundo-r.com) joined #scummvm. [23:22] girafe (~girafe@LFbn-1-8034-9.w90-112.abo.wanadoo.fr) left irc: Read error: Connection reset by peer [23:27] waltervn (~waltervn@541B2DBA.cm-5-4a.dynamic.ziggo.nl) left irc: Quit: Leaving [23:28] TMM (~Hein-Piet@fsf/member/pdpc.professional.tmm) left irc: Remote host closed the connection [23:28] Strangerke (~Strangerk@cable-85.28.84.13.coditel.net) joined #scummvm. [23:30] GitHub100 (GitHub100@gateway/service/github.com/x-txylodatiguxhvzo) joined #scummvm. [23:30] [scummvm-web] criezy pushed 1 new commit to 2.0: https://git.io/vbgUm [23:30] scummvm-web/2.0 64fd899 Thierry Crozat: WEB: Add Atari downloads for 2.0.0 [23:30] GitHub100 (GitHub100@gateway/service/github.com/x-txylodatiguxhvzo) left #scummvm. [23:31] The GitHub bots seem to work pretty well today :) [23:52] macdude22 (~macdude22@173-24-25-150.client.mchsi.com) joined #scummvm. [23:55] Farmboy0 (~quassel@xoreos/farmboy0) left irc: Remote host closed the connection [00:00] --- Wed Dec 13 2017