*** cs_shadow has quit IRC | 01:32 | |
*** tristan has joined #buildstream | 02:20 | |
*** tristan has quit IRC | 02:23 | |
*** Prince781 has quit IRC | 02:53 | |
*** jsgrant has joined #buildstream | 03:19 | |
*** mohan43u has quit IRC | 06:26 | |
*** mohan43u has joined #buildstream | 06:38 | |
*** mohan43u has quit IRC | 06:57 | |
*** mohan43u has joined #buildstream | 07:07 | |
*** Prince781 has joined #buildstream | 07:19 | |
*** toscalix has joined #buildstream | 07:34 | |
*** Prince781 has quit IRC | 07:46 | |
*** coldtom has joined #buildstream | 07:53 | |
*** Prince781 has joined #buildstream | 08:03 | |
*** phildawson has joined #buildstream | 08:11 | |
*** jonathanmaw has joined #buildstream | 08:36 | |
*** bethw has joined #buildstream | 08:47 | |
*** phildawson has quit IRC | 09:13 | |
*** Phil has joined #buildstream | 09:17 | |
*** WSalmon has joined #buildstream | 09:40 | |
gitlab-br-bot | buildstream: merge request (coldtom/275->master: WIP: Indicate where artifacts are going to and coming from in the log) #518 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/518 | 09:40 |
---|---|---|
gitlab-br-bot | buildstream: merge request (phil/203-BuildStream-crashes-when-dependency-tree-too-deep->master: Phil/203 build stream crashes when dependency tree too deep) #512 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/512 | 09:43 |
juergbi | adds68: thanks for the feedback on the CAS server | 09:53 |
jmac | Yes, nice to know we're heading in the right direction :) | 09:53 |
adds68 | juergbi, no worries, i'm sorry i couldn't get any pretty graphs/numbers, i'd like to test the same build across the 2 caches when i get a spare 5 minutes.. haha | 09:54 |
*** coldtom has quit IRC | 09:56 | |
*** coldtom has joined #buildstream | 09:57 | |
*** Prince781 has quit IRC | 10:05 | |
*** Prince781 has joined #buildstream | 10:14 | |
*** juergbi has quit IRC | 10:16 | |
*** Prince781 has quit IRC | 10:16 | |
finn | juergbi, may have gotten a bit further: https://pastebin.com/8KNQ5a1Q | 10:31 |
*** toscalix_ has joined #buildstream | 10:56 | |
*** juergbi has joined #buildstream | 11:00 | |
*** toscalix_ has quit IRC | 11:07 | |
finn | juergbi, me and jmac both get the same error now: https://pastebin.com/8KNQ5a1Q >> I'll continue to try and trace where this is coming from. | 11:31 |
juergbi | ah, ok, that might very well be a bug in buildbox readdir | 11:32 |
juergbi | will look into it | 11:32 |
juergbi | finn: did you figure out the root cause for the hang? | 11:32 |
finn | Not entirely, this is from a different command | 11:33 |
juergbi | finn: this is building the example project? | 11:38 |
finn | yes | 11:39 |
finn | well, one of the example projects | 11:39 |
finn | https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/autotools | 11:40 |
jmac | I'm at least able to run some commands and get a different output root from buildbox now | 11:41 |
juergbi | jmac: via buildgrid or standalone? | 11:43 |
finn | You can see what I'm doing here: https://gitlab.com/BuildGrid/buildgrid/blob/finn/fuse/app/commands/cmd_bot.py#L75 | 11:44 |
finn | I'm trying standalone | 11:46 |
finn | I'll send you a paste of standalone when I can get it working | 11:48 |
jmac | juergbi: Standalone at the moment | 11:56 |
jmac | Via BuildGrid, I get the same readdir issue finn saw | 11:56 |
finn | ok repeated with standalone - i.e without buildgrid | 12:06 |
*** flatmush has joined #buildstream | 12:06 | |
finn | juergbi, this is my standalone command: https://pastebin.com/pSTyHcKC | 12:07 |
finn | jmac, when you say you run standalone, what commands have you tried? | 12:07 |
jmac | 'ls' and './configure' for amhello.bst seemed to work | 12:08 |
jmac | shell less so but I don't know if buildbox is meant to work interactively | 12:08 |
flatmush | Can anyone point me to the relevant documentation to describe what's happening here: | 12:08 |
flatmush | Failed to load Element plugin 'x86image': The 'BuildStream-external' distribution was not found and is required by the application | 12:08 |
finn | Phil, jennis ^^ | 12:09 |
finn | flatmush, https://gitlab.com/BuildStream/bst-external | 12:09 |
finn | though, irrc, bst-examples may be out of date | 12:10 |
finn | Phil and jennis are the doc kings | 12:10 |
juergbi | jmac: it works if you use --input-digest= and --output-digest= instead of stdin/stdout for the digests | 12:10 |
juergbi | requires having the input digest in a file | 12:10 |
jennis | flatmush, are you just testing an example you found in the buildstream-examples repo? | 12:11 |
*** toscalix_ has joined #buildstream | 12:11 | |
flatmush | jennis: Yep | 12:11 |
jennis | Ahh yes, this example is broken atm, and there is an issue open to get it fixed | 12:12 |
*** toscalix_ has quit IRC | 12:12 | |
jennis | However, the problem I think you're having is that you don't have BuildStream-external installed | 12:12 |
flatmush | yeah, I figured, but I don't know how to install it | 12:13 |
jennis | clone the bst-external repo and within that, `pip3 install --user -e .` | 12:13 |
flatmush | ok, thanks | 12:13 |
flatmush | So now I'm getting the following error: | 12:21 |
flatmush | https://paste.codethink.co.uk/?4671 | 12:21 |
flatmush | When building: | 12:21 |
flatmush | https://gitlab.com/BuildStream/buildstream-examples/tree/master/build-x86image | 12:21 |
finn | juergbi, are you able to run this: https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/autotools ? | 12:29 |
*** WSalmon has quit IRC | 12:31 | |
juergbi | finn: autoreconf and configure, yes, issues with make | 12:34 |
finn | Must be, just tried: https://gitlab.com/BuildStream/buildstream/tree/master/doc/examples/running-commands | 12:49 |
*** Nexus has left #buildstream | 12:51 | |
finn | juergbi, this is from a simple make command | 12:51 |
finn | https://paste.baserock.org/suqimelimi | 12:51 |
*** Nexus has joined #buildstream | 12:52 | |
juergbi | successful or any issues? | 12:52 |
finn | issues with make | 12:53 |
finn | the issue is in the paste | 12:53 |
finn | it just hangs | 12:53 |
finn | Command I'm running: sh -c -e make PREFIX="/usr" | 12:53 |
juergbi | hm, but if it hangs in a syscall, you should see an incomplete syscall in strace | 12:55 |
finn | Are you able to try that running-commands example? | 12:57 |
finn | It's very short | 12:57 |
finn | I had a look at the attached processes and I just get futex(0x7fcec775d688, FUTEX_WAIT_PRIVATE, 0, NULL) = 0 | 12:58 |
jennis | flatmush, yes, I'm not surprised, there is an issue open to have this specific error fixed :) | 12:58 |
finn | hang on, it may have done something | 12:59 |
jennis | flatmush, we recommend that you use the examples within the main repo, under doc/examples, there are also walk-throughs for them here: https://buildstream.gitlab.io/buildstream/using_tutorial.html | 13:01 |
jennis | There is a plan to migrate the x86 and netsurf examples from that repo to the main repo once they are in a ready-to-use state | 13:01 |
flatmush | sure, but I want to build a minimal linux distribution | 13:02 |
flatmush | I guess maybe definitions or the freedesktop-sdk are a better place to start? | 13:02 |
finn | like alpine? | 13:02 |
juergbi | finn: I'm debugging a configure/make issue in amhello | 13:03 |
finn | flatmush, try the autotools example, it just uses alpine | 13:04 |
finn | if that's what you need | 13:04 |
flatmush | what's alpine? | 13:04 |
finn | https://alpinelinux.org/ | 13:04 |
jennis | a linux distro | 13:04 |
flatmush | that's probably not what I want, I'll just keep playing until I have a better set of requirements | 13:06 |
noisecell | flatmush, I've built and booted without issues [1] https://gitlab.com/baserock/definitions/blob/master/elements/systems/minimal-system-image-x86_64.bst using buildstream 1.1.3 release | 13:07 |
flatmush | yeah, I'm trying that now, but it's taking a very long time to build | 13:08 |
noisecell | flatmush, possibly because baserock cache is not populated with the artifacts yet and you are rebuilding the whole system | 13:08 |
noisecell | flatmush, also you can modify your project.conf to have more than 1 fetcher (10 was the default value) | 13:09 |
*** bethw has quit IRC | 13:10 | |
*** mablanch has joined #buildstream | 13:19 | |
*** WSalmon has joined #buildstream | 13:29 | |
*** finn has quit IRC | 13:30 | |
toscalix | juergbi: I see you wrote some notes a year ago in the pad called buildstream at etherpad.gnome.com | 13:37 |
*** finn has joined #buildstream | 13:37 | |
*** bethw has joined #buildstream | 13:37 | |
toscalix | can I use the pad for the guadec meetings? | 13:38 |
toscalix | I would erase the current content | 13:38 |
toscalix | etherpad.gnome.org | 13:38 |
*** sstriker has joined #buildstream | 13:49 | |
jmac | Is there any official way of adding to the log from inside a sandbox object? | 13:50 |
laurence | valentind, re your current MR - WIP: Add support for include in project.conf - https://gitlab.com/BuildStream/buildstream/merge_requests/471 | 13:53 |
laurence | if this is now waiting on tristan for an additional review, please can you assign him | 13:53 |
laurence | and maybe prod via a specific comment on what needs a review? | 13:53 |
laurence | and i think that the WIP can be removed? | 13:53 |
valentind | laurence, I still have few things to fix. I will of course remove the WIP then. | 13:53 |
laurence | ah ok, cool, thanks | 13:54 |
valentind | Like I need to fix the build. And go through the review comments again to make sure I covered everything. | 13:54 |
gitlab-br-bot | buildstream: merge request (relative_workspaces->master: WIP: Patch for issue #191 support relative workspaces) #504 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/504 | 14:00 |
albfan[m] | Tristan tried jhbuild2bst and fix some things about tarball modules. But didn't get translated many of the elements I want. I want to build gtk 3.0.0 and gtksourceview on top of it (to run some old code folding implementation branches ) any Todo there? | 14:03 |
gitlab-br-bot | buildstream: issue #454 ("BuildStream client-side implementation of remote execution") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/454 | 14:09 |
Nexus | Anyone want to/feel like they're equipt to review relative workspaces? https://gitlab.com/BuildStream/buildstream/merge_requests/504 | 14:12 |
tiago | Is there an ostree sysroot for building in aarch64 ? | 14:15 |
noisecell | tiago, maybe the one define in freedesktop-sdk? https://gitlab.com/freedesktop-sdk/freedesktop-sdk/blob/master/bootstrap/elements/dependencies/base-sdk-image.bst | 14:23 |
noisecell | thanks adds68 for pointing me to ^^ | 14:24 |
adds68 | no worries :) | 14:25 |
laurence | albfan[m], i can't respond on that query, but tristan is usually around later in the day (he's in Canada atm) | 14:27 |
laurence | usually approx 15:00 UTC | 14:27 |
jmac | Either my buildbox job is hanging or it's taking a very long time. Should I expect to see any subprocesses to buildbox in the output of `ps` while it's running? | 14:29 |
juergbi | jmac: while it's executing a command, you should see a bwrap child and the actual command | 14:36 |
juergbi | if it's just running as FUSE filesystem without command, there won't be any long running subprocesses | 14:36 |
jmac | Right, thanks juergbi | 14:38 |
finn | juergbi, I can build a simple hello world example, now just debugging bst side | 14:40 |
finn | started hacking around here: https://gitlab.com/BuildStream/buildstream/tree/finn/source_pushing_experiments | 14:43 |
jmac | mmmkay, still getting exit code 1 but it appears to have run properly | 14:54 |
juergbi | finn, jmac: I've pushed a couple of buildbox updates and autoreconf, configure, and make now succeed for amhello in manual run | 14:55 |
juergbi | can you retry whether your make/readdir issue is gone as well now? | 14:55 |
jmac | I'll give it a try juergbi | 15:05 |
gitlab-br-bot | buildstream: issue #455 ("Remove Git History") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/455 | 15:05 |
juergbi | ta | 15:05 |
finn | thanks juergbi | 15:06 |
jmac | juergbi: That looks a lot better | 15:07 |
*** juergbi_ has joined #buildstream | 15:09 | |
juergbi_ | great | 15:10 |
*** juergbi_ has quit IRC | 15:13 | |
*** juergbi_ has joined #buildstream | 15:13 | |
finn | juergbi, that seems to work for me now - just bst side fails for me now | 15:16 |
finn | No entry called '/buildstream-install' found in the directory rooted at /home/finn/.cache/buildstream/build/hello-94vm_9ax/root | 15:17 |
jmac | /buildstream-install will only exist after the install-commands run, bst is currently expecting it after all commands | 15:18 |
*** tristan has joined #buildstream | 15:24 | |
*** cs_shadow has joined #buildstream | 15:25 | |
finn | dammit, still getting make: *** INTERNAL: readdir: Invalid argument. Stop. | 15:26 |
jmac | finn: I think in future bst will always ask for the whole output root, not a subdirectory. BST can find buildstream-install inside it. | 15:26 |
jmac | As a later optimisation, it will ask just for buildstream-install and we can reduce to only storing that result. | 15:26 |
jmac | I mean it will just ask for buildstream-install if it's doing the install job | 15:26 |
cs_shadow | tlater: Hi, I've got a question about Docker Hub, do you know if we need to create a namespace there _before_ we can push it using the role account that GitLab CI uses? I ask because I'm seeing access denied errors when trying to push the new teststuite images (https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/79094523) | 15:27 |
*** WSalmon has quit IRC | 15:31 | |
*** WSalmon has joined #buildstream | 15:37 | |
*** tintou_ has joined #buildstream | 15:38 | |
*** WSalmon has quit IRC | 15:39 | |
tlater | Ah, sorry cs_shadow, was not paying attention to this chat | 15:40 |
tlater | Yes, we need to create those... | 15:41 |
tristan | jmac, catching up on backlog... yes you can log from the sandbox object... there is no local helper for logging on the sandbox right now, though | 15:41 |
tristan | jmac, tlater proposed that we unify the logging APIs on Context and remove the __message() wrapper APIs scattered left and right | 15:41 |
* tlater should push his patch for that | 15:42 | |
jmac | That sounds good | 15:42 |
tristan | if you need it now, it's easy to copy/paste a __message() implementation from somewhere | 15:43 |
* noisecell wonders if when running `bst source-bundle` the .git objects\tree are\is need it in the bundle ... | 15:43 | |
tristan | tlater, I'd like to see the patch - if we're going to change all the logging statements we should take care that it is a nice API :) | 15:43 |
jmac | sys.stderr is enough for debugging for the time being | 15:44 |
tlater | tristan: One minute :) I'm not sure I quite caught every single statement yet, so this will be WIP... | 15:44 |
tlater | It's been lying around on my disk as something I keep cherry-picking when I need something nicer for debugging. | 15:45 |
tristan | tlater, do you use --debug btw ? | 15:45 |
tlater | Rarely, to be honest | 15:45 |
tristan | tlater, I dont think anyone uses that, or it's not worth it | 15:45 |
tlater | I tend to find there are far too few debug statements for it to be useful | 15:46 |
tristan | right, maybe we can afford to break that and make it useful instead | 15:46 |
tlater | Hmm, how would you go about that? | 15:46 |
tlater | Turn off message handling that might get in the way of exceptions, allow print statements to work and stuff? | 15:46 |
tristan | tlater, I'd like to launch: `bst --debug=sandbox:compose-element build ...` | 15:46 |
tristan | tlater, like that | 15:47 |
tristan | and then get debug messages in the logs from the active sandbox implementation, and from statements in the compose element | 15:47 |
tlater | Ah, I see | 15:47 |
tristan | for plugins we could do it by their plugin "kind" | 15:48 |
tlater | That would be pretty handy, and goes hand in hand with a bit of refactoring to the messaging API | 15:48 |
tristan | without the plugins having to do anything special, they just call `self.debug(...)` as usual | 15:48 |
*** slaf has quit IRC | 15:50 | |
*** slaf has joined #buildstream | 15:51 | |
*** slaf has joined #buildstream | 15:51 | |
*** slaf has joined #buildstream | 15:51 | |
*** slaf has joined #buildstream | 15:51 | |
*** slaf has joined #buildstream | 15:52 | |
tristan | tlater, I think we need two approaches, one for core and another for the plugins... core logging usually uses Context.debug(domain, message_args...) | 15:55 |
tristan | tlater, whereas plugin logging can use a "trick", and generate the "domain" based on the plugin "kind" | 15:56 |
tristan | I can see a common patter where parent classes want to log too, and one could set something up to address everything by object type... but that seems quite overkill | 15:57 |
gitlab-br-bot | buildstream: issue #456 ("Improve message API") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/456 | 15:58 |
gitlab-br-bot | buildstream: merge request (tlater/message-helpers->master: WIP: Improve message helpers) #527 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/527 | 16:00 |
tlater | tristan: Issue and MR for this are up :) | 16:00 |
tlater | The MR isn't complete yet, but that's sort of what I'd thought the API should look like | 16:01 |
tristan | yeah lemme see | 16:02 |
tlater | jmac: You may also be interested ^^ | 16:02 |
tlater | This is the main commit, everything else is just cleanup: https://gitlab.com/BuildStream/buildstream/merge_requests/527/diffs?commit_id=4486feef411e81b804102df808b8276f9f8be801 | 16:03 |
*** tlater has left #buildstream | 16:11 | |
*** tlater has joined #buildstream | 16:11 | |
tlater | cs_shadow: Hm, looks like I missed something from your patch | 16:12 |
tlater | dockerhub images are not allowed to contain '/' | 16:12 |
tlater | Which means that we can't create these images... | 16:12 |
* tlater fixes it | 16:12 | |
*** sstriker has quit IRC | 16:14 | |
tlater | That also brings to mind, perhaps we should use the .gitlab-ci.yaml to check if anything we're attempting to push exists first | 16:19 |
tintou_ | Hi all, when I build and try to run GNOME Builder with BuildStream, the font/icons/theming doesn't work, is there an extra step to do to have all of this working? | 16:22 |
laurence | tlater, i think this issue - Improve message API - https://gitlab.com/BuildStream/buildstream/issues/456 should be in a 'Doing' state and self assigned to you? | 16:24 |
ssssam[m] | tintou_: i'm a little confused by the question -- if I wanted to run gnome-builder, I'd use Flatpak, not BuildStream | 16:24 |
tlater | laurence: I'm not actually currently doing anything about it | 16:25 |
tintou_ | ssssam[m]: shouldn't it work with both 🤷♂️ | 16:25 |
laurence | tlater, oh, just raising the WIP MR to throw the MR up? | 16:26 |
tlater | Yep, it was lying bare on my drive for about a month, figured I might as well have it be useful :) | 16:26 |
tlater | That said, I suppose it can be considered under review, so I'll give it that label | 16:27 |
*** tiago has quit IRC | 16:27 | |
*** Phil has quit IRC | 16:28 | |
*** tiago has joined #buildstream | 16:29 | |
* tlater makes a note to be more careful when merging into the docker repository - as it turns out it's quite easy to put everything on fire there | 16:29 | |
ssssam[m] | tintou_: in theory yes, icons and font should work with both. Stuff like portals will probably never work in `bst shell` though, so i'd still suggest using flatpak | 16:31 |
gitlab-br-bot | buildstream: issue #457 ("Filter elements can't be checked-out because it checks out the depended-upon element instead") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/457 | 16:33 |
*** coldtom has quit IRC | 16:38 | |
gitlab-br-bot | buildstream: merge request (jonathan/fix-filter->master: Jonathan/fix filter) #528 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/528 | 16:42 |
cs_shadow | tlater: Ah! I didn't know that, I was expecting it to behave more like Artifactory so that we can get nice foldering but oh well | 16:45 |
cs_shadow | thanks for the MR btw | 16:46 |
jonathanmaw | juergbi: if you have time, can you look at https://gitlab.com/BuildStream/buildstream/issues/457 ? I found out that `bst checkout` was having unexpected effects with filter elements. | 16:47 |
tlater | cs_shadow: Yeah, it's a bit of a pet peeve for me too... | 16:48 |
*** bethw has quit IRC | 16:53 | |
tristan | ssssam[m], tintou_; BuildStream tries to allow the user configuration to weaken things for a shell environment, or allow the project to scaffold something... it is flexible but limited | 16:55 |
tristan | we rather dont care about security of your `bst shell` as we assume production software doesnt run there | 16:55 |
tristan | like it would with a flatpak | 16:56 |
tristan | the gnome-build-meta project does some heavy customization: https://gitlab.gnome.org/GNOME/gnome-build-meta/blob/master/project.conf#L123 | 16:56 |
tristan | I'm not sure exactly what the "fonts/icons/theming" thing is, though | 16:57 |
tristan | tintou_, I would not expect that an app running in `bst shell` will pick up your system fonts and themes, rather it will pickup whatever is in the runtime | 16:57 |
tristan | flatpak might have a hack for that | 16:58 |
tristan | but... if you really have broken fonts and stuff... it could be that your build of gnome-builder is missing some runtime dependencies | 16:58 |
tintou_ | So basically I'm doing `bst shell world/gnome-builder.bst -- gnome-builder` | 16:58 |
tristan | like say, the icon theme | 16:58 |
tintou_ | which leads to this https://usercontent.irccloud-cdn.com/file/hb98gkyI/Capture%20d'%C3%A9cran%20du%202018-07-03%2017.59.27.png | 17:00 |
tristan | tintou_, ok so one thing which might help... look at the depends: line in the adjacent `elements/world/glade.bst` file | 17:00 |
tristan | and add the `adwaita-icon-theme` as a runtime dependency | 17:00 |
tristan | like it is done in glade.bst | 17:00 |
tristan | that should get the icons into the runtime | 17:00 |
tristan | the fonts looks like another issue... | 17:01 |
tristan | tintou_, I also wonder... if you run `bst shell world/gnome-builder.bst` and enter the shell, does it help to run `fc-cache` first ? | 17:03 |
mablanch | Had the same problem tintou_. I worked around the font problem by adding `core-deps/cantarell-fonts.bst` has a dependency. | 17:04 |
tristan | ah that | 17:04 |
mablanch | Think no fonts get intalled in the sandbox, I did not even have a /usr/share/fonts... | 17:05 |
tristan | that is quite possible | 17:05 |
tristan | but probably a bug ? I'm not sure what is supposed to be in the freedesktop-sdk runtime | 17:06 |
*** juergbi_ has quit IRC | 17:06 | |
tristan | i.e. if the fonts are supposed to come from the GNOME layer (flatpak-wise), then it would make sense to have no fonts at the fdo layer | 17:06 |
*** juergbi_ has joined #buildstream | 17:07 | |
tristan | aha, me too ! | 17:07 |
finn | juergbi, we have news | 17:08 |
*** juergbi_ has quit IRC | 17:08 | |
juergbi | yes? | 17:08 |
*** noisecell has quit IRC | 17:08 | |
finn | Managed to get a build out :) | 17:09 |
finn | we have the running-commands/ example working | 17:10 |
finn | we'll tidy up and demo prep tomorrow | 17:11 |
toscalix | yay | 17:11 |
* finn still expects something will blow up | 17:11 | |
finn | anyway, think it's time to go and watch england | 17:12 |
juergbi | \o/ | 17:12 |
tristan | mablanch, tintou_... thanks... I fixed world/glade.bst to depend on the fonts too now :) | 17:14 |
tristan | we should probably have a stack element though for UI apps to runtime depend on | 17:14 |
tristan | which provides all the doodads you generally need for running but didnt need to depend on for building (like the fonts and icons) | 17:15 |
tintou_ | tristan: nice! yeah it's probably a thing for a gnome-common element | 17:18 |
*** jonathanmaw has quit IRC | 17:24 | |
*** laurence has quit IRC | 17:28 | |
*** tlater has quit IRC | 17:28 | |
*** benbrown has quit IRC | 17:28 | |
*** Nexus has quit IRC | 17:28 | |
*** Nexus has joined #buildstream | 17:28 | |
*** benbrown has joined #buildstream | 17:28 | |
*** adds68 has quit IRC | 17:29 | |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 17:29 |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 17:32 |
*** laurence has joined #buildstream | 17:32 | |
*** tlater has joined #buildstream | 17:32 | |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 17:33 |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 17:35 |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 17:36 |
toscalix | I have added buildstream releated talks and GUADEC BoFs to the buildstream calendar | 17:43 |
toscalix | feel free to add any additional talk or activity that is relevant to the project | 17:43 |
toscalix | ah, btw, I presented a paper to ELCE.... on time | 17:43 |
*** toscalix has quit IRC | 17:51 | |
*** Guest24939 is now known as ernestask[m] | 17:53 | |
*** adds68 has joined #buildstream | 18:07 | |
gitlab-br-bot | buildstream: merge request (sam/fix-debug-crash->master: Fix crash when --debug is passed) #530 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/530 | 18:10 |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: WIP: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 18:25 |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: WIP: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 18:26 |
gitlab-br-bot | buildstream: merge request (chandan/use-testsuite-fedora->master: .gitlab-ci.yml: Use testsuite images for running tests) #531 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/531 | 18:32 |
*** jsgrant has quit IRC | 18:41 | |
*** Prince781 has joined #buildstream | 19:05 | |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: WIP: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 19:06 |
gitlab-br-bot | buildstream: merge request (chandan/use-testsuite-fedora->master: .gitlab-ci.yml: Use testsuite images for running tests) #531 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/531 | 19:10 |
*** tristan has quit IRC | 19:27 | |
gitlab-br-bot | buildstream: merge request (sam/debug-symbols-location->master: Don't strip pathname from debug symbol files) #529 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/529 | 19:36 |
*** cs_shadow has quit IRC | 21:39 | |
gitlab-br-bot | buildstream: merge request (sam/pushing-fix->master: _artifactcache/pushreceive.py: Avoid premature 'done' messages) #532 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/532 | 22:16 |
gitlab-br-bot | buildstream: merge request (sam/pushing-fix->master: _artifactcache/pushreceive.py: Avoid premature 'done' messages) #532 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/532 | 22:21 |
*** bochecha has quit IRC | 23:20 | |
*** Prince781_ has joined #buildstream | 23:56 | |
*** Prince781 has quit IRC | 23:57 | |
*** Prince781_ is now known as Prince781 | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!