*** tristan has joined #buildstream | 06:05 | |
*** ernestask has joined #buildstream | 06:13 | |
*** valentind has joined #buildstream | 08:26 | |
*** jonathanmaw has joined #buildstream | 09:13 | |
*** dominic has joined #buildstream | 09:16 | |
*** valentind has quit IRC | 09:21 | |
*** aday has joined #buildstream | 09:27 | |
tristan | uhhh, tlater jennis ... not only does the linter fail to run at ./setup.py test time... I am also now missing the pep8 checks :-S | 09:41 |
---|---|---|
tlater | tristan: Yep, we did this to make the nice linting job in CI, forgot to enable it again for ./setup.py... Workaround currently is to `./setup.py test --addopts '--pylint --pep8` | 09:43 |
tlater | It's a PITA, I'll try to resolve it asap | 09:44 |
tristan | Can we just remove the "nice linting job" and run it in both tests ? We didnt do that for pep8 either | 09:50 |
tristan | Will it make the output more difficult to read or smth ? | 09:50 |
tlater | Hm, I thought it wasn't the nicest, but that was when we still had lots of pylint errors | 09:51 |
tristan | seems like doing it conditionally is a bit of a pita | 09:51 |
tristan | tlater, is there --no-pylint and --no-pep8 options ? which will supersede existing default --pylint and --pep8 options found in the default addopts ? | 09:52 |
tristan | We could do it that way if we really wanted it, I think it's more important that developers automatically catch errors locally before wasting time pushing branches to CI | 09:53 |
tlater | afaik there's no way to disable them after they were enabled. | 09:53 |
tlater | Myegh, I suppose we should just enable both of those tests unconditionally | 09:54 |
gitlab-br-bot | buildstream: merge request (tristan/project-refs->master: WIP: Optionally load and store source references in project.refs) #314 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/314 | 10:04 |
tristan | juergbi, Beautifully rebased with sexy commit order... documentation added; now you can feel free to review, although note: I still need to add tests | 10:05 |
tristan | the one test there is not enough; I need to get the hang of junctionized tests | 10:06 |
tristan | which is really the part more in need of testing | 10:06 |
tristan | tlater, I'll stop whining about it and change that straight away... | 10:07 |
tlater | tristan: I found something that might do it | 10:09 |
tlater | Basically waiting for this pipeline to see if it works: https://gitlab.com/BuildStream/buildstream/commit/7e6b5f26603dc98728e3b5cbcc61275f2f14ff1d/pipelines | 10:10 |
tristan | tlater, I'll wait, I just pushed this to CI too: https://gitlab.com/BuildStream/buildstream/commit/14bb2356a918cecf1b07835af93a045c45e965ba/pipelines | 10:14 |
tristan | if yours works, it is indeed better :) | 10:14 |
tlater | Let's hope :) Not sure if the expression is correct though, might need a second try. | 10:15 |
tlater | Unfortunately mark expressions aren't documented very well.. | 10:15 |
tristan | nope | 10:15 |
tristan | tlater, option -m not recognized | 10:16 |
tlater | Oh, whoops, yeah | 10:16 |
tlater | That definitely doesn't work if it's not part of --addopts | 10:16 |
tristan | Ah yeah I see | 10:17 |
tristan | have to add them in context before you can filter them out | 10:17 |
tlater | tristan: No, looks like the "not" thing doesn't actually work as the documentation suggests :| | 10:20 |
tlater | Or perhaps pylint doesn't mark its tests correctly | 10:20 |
tlater | Either way, looks like your fix will have to do | 10:20 |
*** aday has quit IRC | 10:22 | |
*** aday has joined #buildstream | 10:24 | |
*** aday has left #buildstream | 10:29 | |
jennis | mhmm tristan you're jobs have failed re OSTree. I've also had some failed tests for that today | 10:29 |
jennis | https://gitlab.com/BuildStream/buildstream/-/jobs/57779056 | 10:29 |
jennis | ^^ your tests. My tests: https://gitlab.com/BuildStream/bst-external/-/jobs/57775618 | 10:29 |
*** aday has joined #buildstream | 10:34 | |
tristan | jennis, that is a linting error; how come this was not caught before ? | 10:34 |
tristan | tlater, is it possible that the linting fails to catch everything unless ran with a full test run ? | 10:35 |
jennis | The second error I sent you was for the integration tests I've been doing for bst-external | 10:35 |
jennis | Seems a weird coincidence | 10:35 |
tlater | tristan: It's not possible afaik | 10:35 |
tristan | the first error is for a commit which does not modify any of the files it's complaining about. | 10:35 |
jennis | I don't think it's a linting error | 10:35 |
tristan | they all say [pylint] | 10:35 |
tlater | Yeah, definitely a linting error | 10:36 |
tristan | and report in the pylint style of line number | 10:36 |
tristan | "no-name-in-module" | 10:36 |
* jennis looked at the wrong one >.< | 10:37 | |
jennis | Yes that is definitely a linting error | 10:37 |
tlater | jennis: This is very similar to the no-member issues | 10:37 |
jennis | It is | 10:37 |
tlater | We need to add gi.repository to that unchecked modules variable | 10:37 |
* jennis wonders why didn't the linting catch this before | 10:37 | |
jennis | Yes I can do this ASAP | 10:38 |
* tristan wonders the same; spurious errors are bad | 10:38 | |
tlater | It looks like the covered files changed | 10:38 |
tlater | setup.py didn't use to be covered | 10:39 |
tlater | I think | 10:39 |
jennis | Must be, because my branch went through ~40 pipelines and that linting error never came up | 10:40 |
jennis | *35 | 10:40 |
tristan | The covered files should not sporadically change | 10:40 |
tristan | Are we pinning the version of pylint ? | 10:40 |
tlater | tristan: I suspect the files changed with you modifying the setup.cfg | 10:41 |
tlater | Not sure why, or how | 10:41 |
tristan | ok, lets sweep it under the rug and fix it in the way you describe "We need to add gi.repository to that unchecked modules variable" | 10:42 |
tristan | And then we can flail our arms and cry fire if it ever bites us again. | 10:42 |
gitlab-br-bot | buildstream: merge request (issue-243_dpkg_import_source_plugin->master: WIP: Created DPKG Source plugin for Issue #10) #305 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/305 | 10:56 |
ltu | Nexus, reading !305, there seem to be some un-resolved discussions, are you sure you have satisfied all of the concerns from the reviewers? | 10:59 |
ltu | there's something about adding documentation for base-dir, has that been done? | 10:59 |
ltu | apologies if you've already addressed these and i've not seen it, but best to catch them before skullman's review if not already | 11:00 |
Nexus | i think i just didnt close the discussions, 1 min | 11:00 |
Nexus | all resolved | 11:01 |
ltu | docs added? | 11:02 |
Nexus | well noticed ltu | 11:02 |
Nexus | yup | 11:02 |
ltu | cool, thanks Nexus | 11:02 |
jennis | ok tristan I will deal with that now | 11:03 |
jennis | jonathanmaw, when you have time, can you review !22 in bst-external please | 11:03 |
jennis | ? | 11:04 |
* jonathanmaw has a look | 11:04 | |
jennis | ty (: | 11:04 |
gitlab-br-bot | buildstream: merge request (issue-243_dpkg_import_source_plugin->master: WIP: Created DPKG Source plugin for Issue #10) #305 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/305 | 11:07 |
tristan | jennis, thanks ! | 11:09 |
gitlab-br-bot | buildstream: merge request (jjardon/install_fixes->master: doc/source/install.rst: Divide in two sections) #322 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/322 | 11:10 |
gitlab-br-bot | buildstream: merge request (jjardon/getting_started->master: Add getting started section) #323 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/323 | 11:19 |
gitlab-br-bot | buildstream: issue #303 ("Document how to contribute to the official documentation") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/303 | 11:31 |
gitlab-br-bot | buildstream: issue #303 ("Document how to contribute to the official documentation") changed state ("closed") https://gitlab.com/BuildStream/buildstream/issues/303 | 11:40 |
jennis | ok tristan, I've included the changes you made in "make pylint and pep8 tests run by deafult" into my branch and set gi.repository to ignore | 11:54 |
jennis | https://gitlab.com/BuildStream/buildstream/pipelines/19011169 | 11:54 |
jennis | pipeline has passed ^^ | 11:54 |
*** tristan has quit IRC | 11:57 | |
gitlab-br-bot | buildstream: merge request (jjardon/install_fixes->master: doc/source/install.rst: Divide in two sections) #322 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/322 | 12:00 |
gitlab-br-bot | buildstream: merge request (jennis/add_gi.repository_to_ignored_pylint_modules->master: Jennis/add gi.repository to ignored pylint modules) #324 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/324 | 12:02 |
gitlab-br-bot | buildstream: merge request (jennis/add_gi.repository_to_ignored_pylint_modules->master: Jennis/add gi.repository to ignored pylint modules) #324 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/324 | 12:02 |
gitlab-br-bot | buildstream: merge request (jennis/add_gi.repository_to_ignored_pylint_modules->master: Jennis/add gi.repository to ignored pylint modules) #324 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/324 | 12:03 |
jennis | Anyone got a second to review this please? https://gitlab.com/BuildStream/buildstream/merge_requests/324 | 12:10 |
gitlab-br-bot | buildstream: merge request (jennis/add_gi.repository_to_ignored_pylint_modules->master: Jennis/add gi.repository to ignored pylint modules) #324 changed state ("merged"): https://gitlab.com/BuildStream/buildstream/merge_requests/324 | 12:15 |
jennis | :) | 12:16 |
gitlab-br-bot | buildstream: merge request (jjardon/install_fixes->master: doc/source/install.rst: Divide in two sections) #322 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/322 | 12:16 |
*** dominic has quit IRC | 12:16 | |
gitlab-br-bot | buildstream: merge request (jjardon/install_fixes->master: doc/source/install.rst: Divide in two sections) #322 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/322 | 12:16 |
*** tristan has joined #buildstream | 12:33 | |
gitlab-br-bot | buildstream: merge request (214-filter-workspacing->master: WIP: Make workspace commands on a filter element transparently pass through to their build-dependency) #317 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/317 | 13:22 |
jonathanmaw | jennis: your MR (https://gitlab.com/BuildStream/bst-external/merge_requests/22) seems okay to me | 13:31 |
jonathanmaw | do you want any more discussion around it, or shall I hit the merge button? | 13:31 |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: WIP: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 13:31 |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: WIP: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 13:31 |
*** Nexus_ has joined #buildstream | 13:35 | |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: WIP: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 13:37 |
*** Nexus has quit IRC | 13:37 | |
gitlab-br-bot | buildstream: merge request (jjardon/install_fixes->master: doc/source/install.rst: Divide in two sections) #322 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/322 | 13:55 |
*** Nexus_ has quit IRC | 13:57 | |
*** Nexus has joined #buildstream | 13:58 | |
*** Nexus_ has joined #buildstream | 13:59 | |
*** Nexus_ has quit IRC | 14:00 | |
jennis | jonathanmaw, yes I think it's ok to merge, however we need to consider another way to import test utils | 14:02 |
tlater | jennis: That would be https://gitlab.com/BuildStream/buildstream/issues/281 | 14:04 |
jonathanmaw | jennis: okay, the task to properly import test utils exists, but I don't think it should be a blocker on merging your work | 14:06 |
jennis | ok thanks tlater. jonathanmaw, regarding this I guess we can merge it now and when #281 is resolved we can make the changes then? | 14:06 |
jonathanmaw | so I'll hit the button | 14:06 |
jennis | Yes :) | 14:06 |
jonathanmaw | my condolences, Nexus, I've just merged a change to how we do tests | 14:06 |
jonathanmaw | if you have difficulty figuring out how to adapt your tests, ask me or jennis for pointers | 14:07 |
jennis | Is Nexus not working on quilt? There is a quilt test | 14:07 |
jonathanmaw | hrm | 14:07 |
jonathanmaw | jennis: yep, there is | 14:08 |
* jonathanmaw checks the history | 14:09 | |
Nexus | errm | 14:09 |
Nexus | wut | 14:09 |
Nexus | am i going to cry? | 14:09 |
jennis | The old quilt test is the same instead now it runs with pytest and not with bash | 14:12 |
jennis | So you should be ok Nexus | 14:12 |
Nexus | phew | 14:12 |
jonathanmaw | Nexus: I believe an old version of your changes might have been previously merged, looking at what the "quilt" branch currently contains | 14:12 |
jonathanmaw | (i.e. I see improved documentation, and some new dependencies for the test (probably to fix a broken test)) | 14:13 |
jennis | From looking at your changes it looks like all you'll have to do is rebase to master and then make sure `dependencies/base-*.bst` -> `base/base-*.bst` | 14:20 |
*** mcatanzaro has joined #buildstream | 14:20 | |
Nexus | if i have to re-do what i've just done, imma kill you :) | 14:22 |
jennis | Are you making changes to files within bst-external/integration-tests/? | 14:24 |
jennis | Because that directory no longer exists | 14:24 |
Nexus | i WAS | 14:24 |
Nexus | i dunno what i'm doing anympore | 14:24 |
Nexus | assuming what you did works, i can delete the dir i have and run yours | 14:25 |
* Nexus runs tests | 14:25 | |
Nexus | that seemed to pass ok | 14:45 |
jennis | \o/ | 14:45 |
jonathanmaw | \o/ | 14:46 |
gitlab-br-bot | buildstream: merge request (issue-243_dpkg_import_source_plugin->master: WIP: Created DPKG Source plugin for Issue #10) #305 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/305 | 14:50 |
gitlab-br-bot | buildstream: merge request (issue-89_unique_build_dirs->master: WIP: Made modification to generate unique subdirs for built elements) #310 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/310 | 14:57 |
gitlab-br-bot | buildstream: merge request (215-workspace-builds-might-not-rebuild-correctly-when-dependecies-are-updated->master: WIP: Resolve "Workspace builds might not rebuild correctly when dependecies are updated") #315 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/315 | 14:57 |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: WIP: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 15:07 |
gitlab-br-bot | buildstream: merge request (214-filter-workspacing->master: WIP: Make workspace commands on a filter element transparently pass through to their build-dependency) #317 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/317 | 15:08 |
Nexus | getting: `cp: cannot stat 'dist/bst-external/.coverage.*': No such file or directory` on the unix test for bst-external :/ | 15:12 |
jennis | Can you link the pipeline | 15:14 |
Nexus | https://gitlab.com/BuildStream/bst-external/-/jobs/57841057 | 15:14 |
gitlab-br-bot | buildstream: merge request (215-workspace-builds-might-not-rebuild-correctly-when-dependecies-are-updated->master: WIP: Resolve "Workspace builds might not rebuild correctly when dependecies are updated") #315 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/315 | 15:16 |
jennis | mhm | 15:17 |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: WIP: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 15:18 |
jennis | 1 sec | 15:19 |
jennis | It's possible that we may also require this: https://gitlab.com/BuildStream/bst-external/blob/master/.gitlab-ci.yml#L77 in our unix tests | 15:19 |
jennis | jonathanmaw, do you agree? | 15:20 |
gitlab-br-bot | buildstream: merge request (richardmaw-271-workspaces-versioning->master: Add versioning to workspaces yaml configuration) #313 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/313 | 15:20 |
jonathanmaw | hrm | 15:22 |
tlater | jennis: No, unix tests run as root | 15:23 |
tlater | As far as I can see pycoverage is simply not outputting its logs correctly | 15:24 |
jennis | right ok, then Nexus don't bother with that then | 15:24 |
gitlab-br-bot | buildstream: merge request (214-filter-workspacing->master: Make workspace commands on a filter element transparently pass through to their build-dependency) #317 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/317 | 15:24 |
tlater | Nexus: You can try to restart the test, it's possible this is just a fluke from pycoverage | 15:25 |
jennis | tlater, you think it may not be outputting logs of the form ".coverage.*"? | 15:25 |
tlater | But I think there is some path shenanegans going on here | 15:25 |
jennis | Or just not outputting at all? | 15:25 |
tlater | I think it's going to the wrong directory, but I haven't had a closer look | 15:26 |
tlater | It looks like everything is set up correctly at a glance | 15:26 |
jennis | lol | 15:26 |
jennis | one sec | 15:26 |
jennis | This? https://gitlab.com/BuildStream/bst-external/blob/master/setup.cfg#L5 | 15:27 |
jennis | --cov=buildstream | 15:27 |
gitlab-br-bot | buildstream: merge request (215-workspace-builds-might-not-rebuild-correctly-when-dependecies-are-updated->master: WIP: Resolve "Workspace builds might not rebuild correctly when dependecies are updated") #315 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/315 | 15:29 |
tlater | Hm, that might be it | 15:30 |
gitlab-br-bot | buildstream: merge request (issue-89_unique_build_dirs->master: WIP: Made modification to generate unique subdirs for built elements) #310 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/310 | 15:32 |
Nexus | you guys decide on something? | 15:32 |
tlater | jennis: Yep, probably should be bst-external | 15:33 |
tlater | Or whatever module that repo uses | 15:33 |
tlater | Curious why that doesn't break in the linux tests | 15:33 |
jennis | me to | 15:33 |
jennis | Ok i've made a branch with that patch, we'll see if it passes | 15:33 |
* Nexus waits | 15:34 | |
jennis | mhmm not it's not that | 15:38 |
jennis | https://gitlab.com/BuildStream/bst-external/-/jobs/57854892 | 15:38 |
Nexus | i found the solution... | 15:40 |
jennis | go on? | 15:40 |
Nexus | 15:25 <tlater > Nexus: You can try to restart the test, it's possible this is just a fluke from pycoverage | 15:40 |
jennis | loooool | 15:40 |
Nexus | worked second time | 15:40 |
Nexus | jonathanmaw: pls can you merge my quilt change? | 15:41 |
* tlater hates these CI tools that just break under our fingers | 15:41 | |
Nexus | also, i've had A LOT of `The requested URL returned error: 500 Internal Server Error` | 15:41 |
Nexus | today | 15:41 |
* jonathanmaw mashes the merge button | 15:41 | |
Nexus | yay zo/ | 15:41 |
Nexus | \o/ | 15:42 |
tlater | zoz | 15:42 |
jennis | a good day for the bst-external repo | 15:42 |
Nexus | please can someone review - chown -R buildstream:buildstream bst-external | 15:44 |
Nexus | no not that | 15:44 |
Nexus | https://gitlab.com/BuildStream/buildstream/merge_requests/310 | 15:44 |
Nexus | that | 15:44 |
* jonathanmaw has a look | 15:44 | |
Nexus | ty | 15:44 |
Nexus | skullman: did you give 305 the go ahead? | 15:57 |
Nexus | (DPKG) | 15:58 |
skullman | I have no objections. It's possible I missed some project conventions but everything I saw looked ok. Given the bits copied from elsewhere and bits I helped you work on I may be too familiar to catch things, but if it passes tests it should be good. | 16:00 |
gitlab-br-bot | buildstream: merge request (issue-243_dpkg_import_source_plugin->master: Created DPKG Source plugin for Issue #10) #305 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/305 | 16:00 |
Nexus | kk | 16:00 |
Nexus | I had a look at "https://gitlab.com/BuildStream/buildstream/merge_requests/318" everything seems ok to me other than a comment which i think could be clearer | 16:01 |
Nexus | Was anything else in need of review? | 16:04 |
gitlab-br-bot | buildstream: merge request (215-workspace-builds-might-not-rebuild-correctly-when-dependecies-are-updated->master: WIP: Resolve "Workspace builds might not rebuild correctly when dependecies are updated") #315 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/315 | 16:09 |
gitlab-br-bot | buildstream: merge request (215-workspace-builds-might-not-rebuild-correctly-when-dependecies-are-updated->master: WIP: Resolve "Workspace builds might not rebuild correctly when dependecies are updated") #315 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/315 | 16:09 |
gitlab-br-bot | buildstream: merge request (issue-89_unique_build_dirs->master: WIP: Made modification to generate unique subdirs for built elements) #310 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/310 | 16:15 |
gitlab-br-bot | buildstream: merge request (issue-89_unique_build_dirs->master: WIP: Made modification to generate unique subdirs for built elements) #310 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/310 | 16:25 |
gitlab-br-bot | buildstream: merge request (146-use-minimum-python-version-3-4-for-integration-tests->master: Resolve "Use minimum python version (3.4) for integration tests") #266 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/266 | 16:29 |
gitlab-br-bot | buildstream: merge request (146-use-minimum-python-version-3-4-for-integration-tests->master: Resolve "Use minimum python version (3.4) for integration tests") #266 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/266 | 16:32 |
gitlab-br-bot | buildstream: merge request (146-use-minimum-python-version-3-4-for-integration-tests->master: Resolve "Use minimum python version (3.4) for integration tests") #266 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/266 | 16:45 |
gitlab-br-bot | buildstream: merge request (146-use-minimum-python-version-3-4-for-integration-tests->master: Resolve "Use minimum python version (3.4) for integration tests") #266 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/266 | 16:48 |
*** tiago has quit IRC | 17:34 | |
gitlab-br-bot | buildstream: issue #304 ("'read: Illegal option -n' in strip-commands") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/304 | 17:37 |
*** valentind has joined #buildstream | 18:08 | |
*** jonathanmaw has quit IRC | 18:19 | |
*** ernestask has quit IRC | 19:33 | |
*** ernestask has joined #buildstream | 19:35 | |
*** xjuan has joined #buildstream | 20:11 | |
*** aday has quit IRC | 20:54 | |
*** ernestask has quit IRC | 20:56 | |
*** xjuan has quit IRC | 22:01 | |
*** tristan has quit IRC | 22:41 | |
*** Prince781 has joined #buildstream | 23:16 | |
*** valentind has quit IRC | 23:49 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!