*** nimish2711 has joined #buildstream | 00:47 | |
*** nimish2711 has quit IRC | 01:00 | |
*** nimish2711 has joined #buildstream | 01:00 | |
*** nimish2711 has quit IRC | 01:16 | |
*** nimish2711 has joined #buildstream | 01:22 | |
*** nimish2711 has quit IRC | 01:25 | |
*** nimish2711 has joined #buildstream | 01:26 | |
*** nimish2711 has quit IRC | 01:36 | |
*** nimish2711 has joined #buildstream | 01:36 | |
*** nimish2711 has quit IRC | 02:26 | |
*** nimish2711 has joined #buildstream | 02:26 | |
*** nimish2711 has quit IRC | 02:36 | |
*** nimish2711 has joined #buildstream | 02:37 | |
*** nimish2711 has quit IRC | 02:57 | |
*** nimish2711 has joined #buildstream | 02:57 | |
*** nimish2711 has quit IRC | 03:02 | |
*** nimish2711 has joined #buildstream | 03:02 | |
*** nimish2711 has quit IRC | 03:22 | |
*** nimish2711 has joined #buildstream | 03:23 | |
*** nimish2711 has quit IRC | 03:33 | |
*** nimish2711 has joined #buildstream | 03:33 | |
*** nimish2711 has quit IRC | 03:38 | |
*** nimish2711 has joined #buildstream | 03:38 | |
*** nimish2711 has quit IRC | 03:48 | |
*** nimish2711 has joined #buildstream | 03:49 | |
*** nimish2711 has quit IRC | 04:04 | |
*** nimish2711 has joined #buildstream | 04:04 | |
*** nimish2711 has quit IRC | 04:09 | |
*** nimish2711 has joined #buildstream | 04:09 | |
*** nimish2711 has quit IRC | 04:14 | |
*** nimish2711 has joined #buildstream | 04:15 | |
*** nimish2711 has quit IRC | 04:20 | |
*** nimish2711 has joined #buildstream | 04:20 | |
*** nimish2711 has quit IRC | 04:35 | |
*** nimish2711 has joined #buildstream | 04:35 | |
*** nimish2711 has quit IRC | 05:25 | |
*** nimish2711 has joined #buildstream | 05:26 | |
*** nimish2711 has quit IRC | 06:06 | |
*** nimish2711 has joined #buildstream | 06:06 | |
*** nimish2711 has quit IRC | 06:31 | |
*** nimish2711 has joined #buildstream | 06:31 | |
*** alatiera has joined #buildstream | 06:33 | |
*** nimish2711 has quit IRC | 06:36 | |
*** nimish2711 has joined #buildstream | 06:37 | |
*** nimish2711 has quit IRC | 06:57 | |
*** nimish2711 has joined #buildstream | 06:57 | |
*** kapil___ has joined #buildstream | 06:58 | |
*** nimish2711 has quit IRC | 07:12 | |
*** nimish2711 has joined #buildstream | 07:12 | |
*** tristan has quit IRC | 07:20 | |
*** tristan has joined #buildstream | 07:37 | |
*** inigomartinez has left #buildstream | 07:55 | |
*** nimish2711 has quit IRC | 08:12 | |
*** nimish2711 has joined #buildstream | 08:13 | |
*** nimish2711 has quit IRC | 08:18 | |
*** nimish2711 has joined #buildstream | 08:18 | |
*** nimish2711 has quit IRC | 08:28 | |
*** nimish2711 has joined #buildstream | 08:29 | |
*** bochecha has joined #buildstream | 08:33 | |
*** nimish2711 has quit IRC | 08:34 | |
bochecha | hi, when trying to build the buildstream docs I get the following: | 08:34 |
---|---|---|
bochecha | python3 -m sphinx.apidoc --force --separate --module-first --no-headings --no-toc -o source /builddir/build/BUILD/buildstream-1.2.5/doc/../buildstream *_pb2*.py | 08:34 |
bochecha | /usr/bin/python3: No module named sphinx.apidoc | 08:34 |
*** nimish2711 has joined #buildstream | 08:34 | |
bochecha | I do have sphinx installed, is another module required? | 08:35 |
bochecha | (this is buildstream 1.2.5 in case it matters) | 08:37 |
bochecha | aha! | 08:38 |
bochecha | /usr/lib64/python3.7/runpy.py:85: RemovedInSphinx20Warning: `sphinx.apidoc` has moved to `sphinx.ext.apidoc`. | 08:38 |
bochecha | exec(code, run_globals) | 08:38 |
bochecha | I get this on Fedora 30 | 08:38 |
bochecha | but on Fedora 31, which has Sphinx 2.0, then it fails | 08:38 |
*** ChanServ sets mode: +o tristan | 08:47 | |
tristan | Hmmm, I think this was fixed in master | 08:47 |
tristan | maybe we can backport that | 08:48 |
tristan | We also have a tox rule, but that doesnt help for production build environments (i.e. internet required) | 08:48 |
tristan | apparently we've pinned the version there, in daefea6077494d48814643176d772df7fb1411bf | 08:49 |
bochecha | tristan: I saw yes | 08:55 |
bochecha | but when packaging for Fedora I don't get to choose the versions of dependencies | 08:55 |
bochecha | in any case, with that out of the way, I get: | 08:55 |
bochecha | Warning, treated as error: | 08:55 |
bochecha | /builddir/build/BUILD/buildstream-1.2.5/doc/source/format_declaring.rst:13:Could not lex literal_block as "yaml". Highlighting skipped. | 08:55 |
tristan | That is a plugin | 08:59 |
tristan | lemme check that... sec | 09:00 |
tristan | or I think that is a plugin, or a dependency, bit cloudy on that | 09:00 |
tristan | in doc/source/conf.py we have sphinx.ext.autodoc, sphinx.ext.napoleon and sphinx_click.ext | 09:01 |
tristan | also there is the theme... but also not related | 09:02 |
tristan | bochecha, I don't recall right now :-S | 09:02 |
tristan | actually I recall having this trouble with the website, not with the docs builds | 09:02 |
tristan | but I suspect it might be the same hidden dependency | 09:03 |
tristan | bochecha, it may be pygments ? | 09:04 |
tristan | as an optional dependency for sphinx ? | 09:04 |
* tristan recalls the website (uses pelican, another python thing), was building fine without it but syntax highlighting was silently broken | 09:05 | |
tristan | somehow I think my theory is unlikely | 09:06 |
tristan | as we have moved to tox | 09:06 |
tristan | and seems highlighting is working, e.g. here: https://docs.buildstream.build/elements/autotools.html | 09:07 |
*** alatiera has quit IRC | 09:17 | |
*** nimish2711 has quit IRC | 09:19 | |
*** nimish2711 has joined #buildstream | 09:19 | |
*** nimish2711 has quit IRC | 09:21 | |
*** nimish2711 has joined #buildstream | 09:21 | |
*** kapil___ has quit IRC | 09:25 | |
*** alatiera has joined #buildstream | 09:29 | |
bochecha | would be nice to have a requirements/docs-requirements.{in,txt} maybe? | 09:33 |
bochecha | tristan: pygments is installed in the build root | 09:39 |
*** alatiera has quit IRC | 09:39 | |
tristan | bochecha, yeah I really don't think it makes a difference | 09:39 |
tristan | as I said, we use tox for building docs now, and somehow we get yaml highlighting without it | 09:40 |
bochecha | what provides sphinx.ext.autodoc? | 09:40 |
bochecha | ah, seems it's sphinx itself | 09:41 |
bochecha | so I have that too | 09:41 |
*** alatiera has joined #buildstream | 09:41 | |
bochecha | tristan: I think the problem is that the yaml lexer complains that the block is not valid yaml | 09:51 |
bochecha | not that I don't have a yaml lexer | 09:51 |
bochecha | this goes in this direction: https://github.com/fabpot/sphinx-php/issues/32 | 09:51 |
bochecha | seems the strings starting with % need to be quoted | 09:51 |
coldtom | is it possible to have an element with a dependency defined by a buildstream option? i.e. use a conditional directive in `depends:` | 09:52 |
bochecha | tristan: trying this now: https://paste.fedoraproject.org/paste/GrD6Vmk2EpOl1qmnt7KdrQ | 09:54 |
bochecha | tristan: that was it | 09:54 |
tristan | Oh ! | 09:55 |
tristan | bochecha, hah, was only that ? | 09:55 |
bochecha | tristan: yes | 09:55 |
tristan | Interesting, should be fixed, it's indeed invalid yaml | 09:55 |
bochecha | I'll send a merge request with the other patch I have | 09:55 |
tristan | bochecha, thanks :) | 09:56 |
bochecha | I still can't run the tests when building the package though, 3 pytest plugins are missing from Fedora :( | 09:56 |
tristan | gah | 09:56 |
tristan | I did make an effort to make them runnable | 09:57 |
tristan | now the deps are no longer pinned (coverage needs to be pinned, but no longer included in the direct setup.py invocation) | 09:57 |
bochecha | pytest-datafiles, pytest-env and pytest-pylint aren't packaged in Fedora | 09:57 |
tristan | I see | 09:58 |
tristan | Pretty silly actually | 09:58 |
tristan | those are kind of ridiculously simple, makes you wonder why go to the extent of having a dependency when you could just implement it yourself | 09:59 |
tristan | at least for the first two, the latter I think is only for the sake of running pylint inside a pytest harness | 09:59 |
tristan | which might not even be desirable | 09:59 |
tristan | I think that including the linter runs in the pytest harness just falsifies the coverage results | 10:00 |
*** nimish2711 has quit IRC | 10:01 | |
*** nimish2711 has joined #buildstream | 10:01 | |
bochecha | could be yes | 10:02 |
bochecha | argh, pytest >= 3.7 isn't in Fedora 29 | 10:04 |
bochecha | oh well, I guess buildstream 1.2.5 will be Fedora 30+ then 🤷🏻♂️️ | 10:04 |
bochecha | minimum pytest version was bumped in 54d152252171e9a4da8b4bfef6a5fcf947fb9d97 | 10:06 |
bochecha | which says "These packages should only be updated as a deliberate change" | 10:06 |
bochecha | but doesn't say why it's updated :( | 10:06 |
tristan | bochecha, I dont recall exactly why that change, it may be python 3.7 support | 10:13 |
bochecha | tristan: maybe | 10:13 |
bochecha | since I don't run the tests anyway in the Fedora package, I'm going to unpin the version | 10:13 |
tristan | right now the minimal bound dependency versions live in the .in files | 10:13 |
bochecha | this way I can update buildstream in Fedora 29 as well | 10:13 |
bochecha | Fedora 28 is going EOL soon, so I won't bother, but Fedora 29 has a good 6 or 7 months of life still | 10:14 |
bochecha | yeah, I'm only looking at the .in files for packaging :) | 10:14 |
gitlab-br-bot | bochecha opened MR !1302 (bochecha/fix-docs-build->master: Fix building the docs) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1302 | 10:17 |
bochecha | tristan: there you go with the 2 changes I needed to get the docs to build on Fedora :) | 10:17 |
tristan | bochecha, you need to "select target branch" :) | 10:18 |
tristan | although I love how many bugs your MR fixes ! | 10:18 |
tristan | haha | 10:18 |
bochecha | oops | 10:19 |
bochecha | fixed | 10:19 |
bochecha | hahaha, yeah, I'm like that, I just fix all the bugs :P | 10:19 |
tristan | with 2 very well placed one liners ;-) | 10:20 |
*** nimish2711 has quit IRC | 10:21 | |
bochecha | how else? ;) | 10:21 |
*** nimish2711 has joined #buildstream | 10:22 | |
bochecha | should I also sent them in master by the way? | 10:23 |
tristan | bochecha, at least the typo change - the other one would be nice to unpin sphinx, but I suspect that it will cause problems | 10:24 |
bochecha | sphinx was pinned specifically because of the ext.apidoc change | 10:25 |
bochecha | at least that's what the commit message says | 10:25 |
tristan | I mean, otherwise why was sphinx pinned instead of adjusting the reference to apidoc and bumping the minimal bound dep ? | 10:25 |
bochecha | dunno | 10:25 |
tristan | the message also says "until this doesnt cause problems" | 10:25 |
tristan | I dont know, maybe I expect too much hehe | 10:26 |
bochecha | because the person making the change didn't want/have time to test with a nexer sphinx? | 10:26 |
bochecha | * newer | 10:26 |
tristan | and actually fixing it would have done fine | 10:26 |
bochecha | pinning is often the quick and easy solution, to revisit later when you finally have finished shaving all those yaks | 10:26 |
*** nimish2711 has quit IRC | 10:27 | |
bochecha | of course, it creates more yaks in the process, but those are for "future you", not for "present overworked you" | 10:27 |
*** nimish2711 has joined #buildstream | 10:27 | |
bochecha | tristan: 36c3a0631e4acbff3dcdb06fc8c55a03bf38da48 | 10:27 |
bochecha | "until issues can be fixed" | 10:27 |
tristan | heh | 10:27 |
bochecha | would sure have been nice to explicitly specify what those issues were :) | 10:27 |
bochecha | alright, 1.2.5 is in Rawhide and should land in Fedora 30 soon | 10:42 |
bochecha | I'll do Fedora 29 later, gotta go now | 10:42 |
tristan | thanks bochecha ! | 10:43 |
gitlab-br-bot | bochecha opened MR !1303 (bochecha/fix-docs-master->master: Fix building the docs) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1303 | 10:45 |
tristan | Ahhhh now I understand why I have sooooo muuuuuucccchhhhh I/O going on | 10:51 |
tristan | .... SourceCache ! | 10:51 |
tristan | Hmmmm, for a first build scenario... I don't feel like I'm reaping the benefits of optimizations ;-) | 10:52 |
gitlab-br-bot | tristanvb merged MR !1302 (bochecha/fix-docs-build->bst-1.2: Fix building the docs) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1302 | 10:58 |
*** nimish2711 has quit IRC | 11:07 | |
*** nimish2711 has joined #buildstream | 11:07 | |
*** nimish2711 has quit IRC | 11:17 | |
*** nimish2711 has joined #buildstream | 11:18 | |
*** nimish2711 has quit IRC | 11:23 | |
*** nimish2711 has joined #buildstream | 11:23 | |
*** nimish2711 has quit IRC | 11:28 | |
*** nimish2711 has joined #buildstream | 11:28 | |
*** nimish2711 has quit IRC | 11:33 | |
*** nimish2711 has joined #buildstream | 11:34 | |
*** tristan has quit IRC | 11:44 | |
*** nimish2711 has quit IRC | 11:45 | |
*** nimish2711 has joined #buildstream | 11:52 | |
*** tristan has joined #buildstream | 11:53 | |
gitlab-br-bot | marge-bot123 merged MR !1303 (bochecha/fix-docs-master->master: Fix building the docs) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1303 | 11:57 |
*** tristan has quit IRC | 12:09 | |
*** nimish2711 has quit IRC | 12:37 | |
*** nimish2711 has joined #buildstream | 12:37 | |
*** nimish2711 has quit IRC | 12:47 | |
*** nimish2711 has joined #buildstream | 12:48 | |
*** nimish2711 has quit IRC | 12:53 | |
*** nimish2711 has joined #buildstream | 12:53 | |
*** tristan has joined #buildstream | 12:57 | |
gitlab-br-bot | marge-bot123 closed issue #998 (Stack elements output empty "bst" directory) on buildstream https://gitlab.com/BuildStream/buildstream/issues/998 | 13:01 |
gitlab-br-bot | marge-bot123 merged MR !1301 (chandan/fix-assemble-stack->master: stack.py: Stop creating empty bst directory) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1301 | 13:01 |
*** nimish2711 has quit IRC | 13:03 | |
*** nimish2711 has joined #buildstream | 13:03 | |
*** nimish2711 has quit IRC | 13:28 | |
*** nimish2711 has joined #buildstream | 13:29 | |
*** nimish2711 has quit IRC | 13:34 | |
*** nimish2711 has joined #buildstream | 13:34 | |
*** nimish2711 has quit IRC | 13:39 | |
*** nimish2711 has joined #buildstream | 13:39 | |
*** nimish2711 has joined #buildstream | 13:40 | |
*** nimish2711 has quit IRC | 13:50 | |
*** nimish2711 has joined #buildstream | 13:50 | |
*** nimish2711 has quit IRC | 13:55 | |
*** nimish2711 has joined #buildstream | 13:55 | |
*** kapil___ has joined #buildstream | 14:00 | |
*** nimish2711 has quit IRC | 14:00 | |
*** nimish2711 has joined #buildstream | 14:01 | |
*** nimish2711 has quit IRC | 14:21 | |
*** nimish2711 has joined #buildstream | 14:21 | |
*** nimish2711 has quit IRC | 14:31 | |
*** nimish2711 has joined #buildstream | 14:31 | |
*** nimish2711 has quit IRC | 14:51 | |
gitlab-br-bot | abderrahimk opened MR !1304 (abderrahim/non-strict-key-display->master: _artifactcache.py: display the actual key being pulled) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1304 | 15:20 |
gitlab-br-bot | abderrahimk opened MR !1305 (abderrahim/non-strict-key-display-1.2->bst-1.2: _artifactcache.py: display the actual key being pulled) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1305 | 15:22 |
*** nimish2711 has joined #buildstream | 15:37 | |
*** nimish2711 has quit IRC | 15:56 | |
*** nimish2711 has joined #buildstream | 15:56 | |
*** nimish2711 has quit IRC | 16:01 | |
*** nimish2711 has joined #buildstream | 16:02 | |
*** nimish2711 has quit IRC | 16:07 | |
*** nimish2711 has joined #buildstream | 16:07 | |
*** nimish2711 has quit IRC | 16:27 | |
*** nimish2711 has joined #buildstream | 16:27 | |
*** alatiera has quit IRC | 16:36 | |
*** nimish2711 has quit IRC | 16:37 | |
*** nimish2711 has joined #buildstream | 16:38 | |
*** kapil___ has quit IRC | 16:39 | |
*** nimish2711 has quit IRC | 16:53 | |
*** nimish2711 has joined #buildstream | 16:53 | |
*** nimish2711 has quit IRC | 16:58 | |
*** nimish2711 has joined #buildstream | 16:59 | |
*** nimish2711 has quit IRC | 17:04 | |
*** nimish2711 has joined #buildstream | 17:04 | |
*** nimish2711 has quit IRC | 17:14 | |
*** nimish2711 has joined #buildstream | 17:14 | |
*** nimish2711 has joined #buildstream | 17:14 | |
*** nimish2711 has quit IRC | 17:24 | |
*** nimish2711 has joined #buildstream | 17:25 | |
*** nimish2711 has quit IRC | 17:37 | |
*** nimish2711 has joined #buildstream | 17:41 | |
*** nimish2711 has quit IRC | 17:56 | |
*** nimish2711 has joined #buildstream | 17:57 | |
*** nimish2711 has quit IRC | 18:02 | |
*** nimish2711 has joined #buildstream | 18:02 | |
*** lachlan has joined #buildstream | 18:06 | |
*** nimish2711 has quit IRC | 18:07 | |
*** nimish2711 has joined #buildstream | 18:07 | |
*** nimish2711 has quit IRC | 18:17 | |
*** nimish2711 has joined #buildstream | 18:18 | |
*** nimish2711 has quit IRC | 18:30 | |
*** lachlan has quit IRC | 18:32 | |
*** nimish2711 has joined #buildstream | 18:37 | |
*** nimish2711 has quit IRC | 19:07 | |
*** nimish2711 has joined #buildstream | 19:07 | |
*** nimish2711 has quit IRC | 19:19 | |
*** nimish2711 has joined #buildstream | 19:24 | |
*** skullone[m] has quit IRC | 19:27 | |
*** krichter[m] has quit IRC | 19:27 | |
*** pro[m] has quit IRC | 19:27 | |
*** tlater[m] has quit IRC | 19:27 | |
*** Demos[m] has quit IRC | 19:27 | |
*** ssssam[m] has quit IRC | 19:27 | |
*** waltervargas[m] has quit IRC | 19:27 | |
*** tchaik[m] has quit IRC | 19:27 | |
*** kailueke[m] has quit IRC | 19:27 | |
*** doras[m] has quit IRC | 19:27 | |
*** gitlab-br-bot has quit IRC | 19:27 | |
*** rafaelff[m] has quit IRC | 19:27 | |
*** reuben640[m] has quit IRC | 19:27 | |
*** m_22[m] has quit IRC | 19:27 | |
*** theawless[m] has quit IRC | 19:27 | |
*** cgmcintyre[m] has quit IRC | 19:27 | |
*** Trevinho[m] has quit IRC | 19:27 | |
*** connorshea[m] has quit IRC | 19:27 | |
*** albfan[m] has quit IRC | 19:27 | |
*** nielsdg has quit IRC | 19:27 | |
*** slaf has quit IRC | 19:27 | |
*** benschubert has quit IRC | 19:27 | |
*** gokcennurlu has quit IRC | 19:27 | |
*** albfan has quit IRC | 19:27 | |
*** johnward has quit IRC | 19:27 | |
*** valentind has quit IRC | 19:27 | |
*** bethw_ has quit IRC | 19:27 | |
*** admin has quit IRC | 19:27 | |
*** jswagner has quit IRC | 19:27 | |
*** aevri has quit IRC | 19:27 | |
*** jjardon has quit IRC | 19:27 | |
*** ironfoot has quit IRC | 19:27 | |
*** coldtom has quit IRC | 19:27 | |
*** reuben640[m] has joined #buildstream | 19:29 | |
*** tchaik[m] has joined #buildstream | 19:29 | |
*** skullone[m] has joined #buildstream | 19:29 | |
*** nielsdg has joined #buildstream | 19:29 | |
*** tlater[m] has joined #buildstream | 19:29 | |
*** krichter[m] has joined #buildstream | 19:29 | |
*** waltervargas[m] has joined #buildstream | 19:29 | |
*** ssssam[m] has joined #buildstream | 19:29 | |
*** theawless[m] has joined #buildstream | 19:29 | |
*** rafaelff[m] has joined #buildstream | 19:29 | |
*** m_22[m] has joined #buildstream | 19:29 | |
*** pro[m] has joined #buildstream | 19:29 | |
*** kailueke[m] has joined #buildstream | 19:29 | |
*** Trevinho[m] has joined #buildstream | 19:29 | |
*** doras[m] has joined #buildstream | 19:29 | |
*** Demos[m] has joined #buildstream | 19:29 | |
*** albfan[m] has joined #buildstream | 19:29 | |
*** connorshea[m] has joined #buildstream | 19:29 | |
*** gitlab-br-bot has joined #buildstream | 19:29 | |
*** cgmcintyre[m] has joined #buildstream | 19:29 | |
*** slaf has joined #buildstream | 19:29 | |
*** admin has joined #buildstream | 19:29 | |
*** benschubert has joined #buildstream | 19:29 | |
*** gokcennurlu has joined #buildstream | 19:29 | |
*** albfan has joined #buildstream | 19:29 | |
*** johnward has joined #buildstream | 19:29 | |
*** valentind has joined #buildstream | 19:29 | |
*** bethw_ has joined #buildstream | 19:29 | |
*** jswagner has joined #buildstream | 19:29 | |
*** aevri has joined #buildstream | 19:29 | |
*** jjardon has joined #buildstream | 19:29 | |
*** ironfoot has joined #buildstream | 19:29 | |
*** coldtom has joined #buildstream | 19:29 | |
*** irc.acc.umu.se sets mode: +o jjardon | 19:29 | |
*** mrmcq2u[m] has quit IRC | 19:29 | |
*** csoriano has quit IRC | 19:29 | |
*** csoriano has joined #buildstream | 19:29 | |
*** csoriano has joined #buildstream | 19:30 | |
*** csoriano has quit IRC | 19:31 | |
*** csoriano has joined #buildstream | 19:32 | |
*** nimish2711 has quit IRC | 19:33 | |
*** mrmcq2u[m] has joined #buildstream | 19:56 | |
*** csoriano has quit IRC | 20:54 | |
*** Trevinho has quit IRC | 20:55 | |
*** benschubert has quit IRC | 21:07 | |
*** benschubert has joined #buildstream | 21:07 | |
*** csoriano has joined #buildstream | 21:09 | |
*** csoriano has quit IRC | 21:09 | |
*** csoriano has joined #buildstream | 21:10 | |
*** Trevinho has joined #buildstream | 21:10 | |
*** bochecha has quit IRC | 21:31 | |
*** WSalmon has quit IRC | 21:59 | |
*** WSalmon has joined #buildstream | 21:59 | |
gitlab-br-bot | jjardon opened MR !1306 (jjardon/sphinx_2->master: tox.ini: do not hardcode sphinx version) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1306 | 22:15 |
*** phildawson_ has quit IRC | 22:55 | |
*** benbrown has quit IRC | 22:55 | |
*** paulsherwood has quit IRC | 22:55 | |
*** laurence has quit IRC | 22:55 | |
*** hergertme has quit IRC | 22:55 | |
*** Trevinho has quit IRC | 22:55 | |
*** jennis has quit IRC | 22:55 | |
*** ikerperez has quit IRC | 22:55 | |
*** mohan43u has quit IRC | 22:55 | |
*** adds68 has quit IRC | 22:55 | |
*** juergbi has quit IRC | 22:55 | |
*** SotK_ has quit IRC | 22:55 | |
*** SotK has quit IRC | 22:55 | |
*** Kinnison has quit IRC | 22:55 | |
*** flatmush has quit IRC | 22:55 | |
*** lantw44 has quit IRC | 22:55 | |
*** mohan43u_ has joined #buildstream | 22:56 | |
*** Trevinho has joined #buildstream | 22:56 | |
*** phildawson_ has joined #buildstream | 22:56 | |
*** jennis has joined #buildstream | 22:56 | |
*** ikerperez has joined #buildstream | 22:56 | |
*** adds68 has joined #buildstream | 22:56 | |
*** benbrown has joined #buildstream | 22:56 | |
*** paulsherwood has joined #buildstream | 22:56 | |
*** laurence has joined #buildstream | 22:56 | |
*** juergbi has joined #buildstream | 22:56 | |
*** hergertme has joined #buildstream | 22:56 | |
*** SotK_ has joined #buildstream | 22:56 | |
*** SotK has joined #buildstream | 22:56 | |
*** Kinnison has joined #buildstream | 22:56 | |
*** flatmush has joined #buildstream | 22:56 | |
*** lantw44 has joined #buildstream | 22:56 | |
*** SotK has quit IRC | 23:06 | |
*** SotK has joined #buildstream | 23:07 | |
*** phildawson_ has quit IRC | 23:15 | |
*** phildawson_ has joined #buildstream | 23:15 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!