IRC logs for #farmOS, 2021-12-10 (GMT)

2021-12-09
2021-12-11
TimeNickMessage
[23:41:44]<symbioquine[m]><mstenta[m]> "zoombots???" <- I just meant to help with migrating folks to Jitsi so those who join the call on the wrong platform could get a message indicating the correct url to join.
[06:34:10]* sgoodall has quit (Quit: leaving)
[08:02:23]<mstenta[m]>symbioquine: i'm looking at our `run-test.yml` workflow (in consideration of https://www.drupal.org/project/farm/issues/3203129), and have a question...
[08:02:33]<mstenta[m]>might require digging far back into your memory banks :-)
[08:03:24]<mstenta[m]>do you recall why we set `--build-arg WWW_DATA_ID=33` here: https://github.com/farmOS/farmOS/blob/0e44fdafe684c53123a3628537273d2172...
[08:08:31]<mstenta[m]>(here's the original PR: https://github.com/farmOS/farmOS/pull/377)
[10:27:54]<symbioquine[m]>I think it's so that the files from the two farmOS containers we were creating for tests at that time would have the same ownership and be accessible from eachother's `www-data` users.
[10:28:16]<mstenta[m]>ahhh ok yeaa
[10:28:24]<symbioquine[m]>Since we're only running the `-dev` container now, I suspect it isn't required.
[10:28:30]<mstenta[m]>oh right!
[10:28:49]<mstenta[m]>hmm ok i'll try a quick branch without it and see what happens...
[10:32:22]<mstenta[m]>thanks!