*** xjuan has quit IRC | 01:27 | |
*** Juan__ has quit IRC | 01:47 | |
*** Juan__ has joined #buildstream | 01:47 | |
*** Juan_ has joined #buildstream | 01:48 | |
*** Juan__ has quit IRC | 01:51 | |
*** Juan_ has quit IRC | 01:52 | |
*** juanalday has joined #buildstream | 01:59 | |
*** Juan_ has joined #buildstream | 02:00 | |
*** Juan__ has joined #buildstream | 02:01 | |
*** juanalday has quit IRC | 02:02 | |
*** Juan_ has quit IRC | 02:03 | |
*** Juan__ has quit IRC | 02:04 | |
*** ntz has joined #buildstream | 02:25 | |
*** dabdine has joined #buildstream | 02:40 | |
*** evilgohan2 has joined #buildstream | 06:02 | |
*** alatiera_ has joined #buildstream | 07:27 | |
*** Elazar has joined #buildstream | 07:58 | |
gitlab-br-bot | jjardon opened issue #756 (overnigth tests are failing on building base/locales.bst: "TypeError: 'NoneType' object is not subscriptable") on buildstream https://gitlab.com/BuildStream/buildstream/issues/756 | 08:00 |
---|---|---|
jjardon | Hi, has anyone seen this compilation error with grpcio before?: https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/117764302 | 08:12 |
juergbi | jjardon: is this the first time trying this with aarch64? | 08:22 |
jjardon | juergbi: yup | 08:22 |
juergbi | jjardon: grpc is not pure python, so it needs to be built. for x86-64 a prebuilt version is on pypi, maybe there is still none for aarch64 | 08:23 |
juergbi | which means that it needs a toolchain as build dep | 08:23 |
jjardon | juergbi: it only fails for F29 | 08:23 |
juergbi | maybe g++ is already installed on Debian? | 08:23 |
jjardon | Debian and F28 seems to be fine | 08:23 |
jjardon | ah | 08:24 |
juergbi | or it depends on libc version whether the prebuilt version is used, or something like that | 08:24 |
jjardon | let me see | 08:24 |
juergbi | as it's C++ where the ABI is compiler version dependent, maybe it wants to do a rebuild because of gcc8 | 08:24 |
juergbi | I don't see any prebuilds for aarch64: https://pypi.org/project/grpcio/#files | 08:25 |
jjardon | juergbi: compiler version is the same for F28 and F29 | 08:27 |
jjardon | glibc versions are different though (2.27 vs 2.28) | 08:28 |
juergbi | jjardon: might need a patch like this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867541 | 08:34 |
juergbi | don't know why it works on F28, though | 08:34 |
juergbi | the issue is that grpc sources are taken from pypi, so we can't trivially patch that | 08:34 |
*** alatiera__ has joined #buildstream | 08:34 | |
*** alatiera_ has quit IRC | 08:36 | |
jjardon | yeah :/ | 08:40 |
* jjardon opened https://github.com/grpc/grpc/issues/17156 | 08:40 | |
jjardon | not a lot of rush as seems several tests are failing when running on aarch64 anyway: https://gitlab.com/BuildStream/buildstream/issues/755 | 08:47 |
*** bochecha has joined #buildstream | 08:57 | |
gitlab-br-bot | jjardon closed issue #370 (Setup aarch64 runners) on buildstream https://gitlab.com/BuildStream/buildstream/issues/370 | 09:34 |
gitlab-br-bot | valentindavid opened MR !940 (valentindavid/script-artifact-corruption-1.2->bst-1.2: [backport] Fix cache corruption by scripts when layout and integration commands are used) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/940 | 09:43 |
jjardon | valentind: have you seen https://gitlab.com/BuildStream/buildstream/issues/756 ; not sure is related with the latest changes to fix the cache corruption | 09:46 |
*** toscalix has joined #buildstream | 09:46 | |
valentind | jjardon, it might have to do with my fix of scriptelement. | 09:46 |
valentind | I am looking at it. | 09:46 |
*** alatiera__ is now known as alatiera_ | 09:51 | |
*** jonathanmaw has joined #buildstream | 09:58 | |
*** benschubert has joined #buildstream | 10:00 | |
valentind | jjardon, I try to build locally, but I get: AttributeError: 'GitTagSource' object has no attribute 'tracked' | 10:00 |
valentind | On gnu-config.bst | 10:00 |
gitlab-br-bot | valentindavid closed issue #645 (Default stripping rules cause seemingly random failures) on buildstream https://gitlab.com/BuildStream/buildstream/issues/645 | 10:01 |
gitlab-br-bot | valentindavid merged MR !918 (valentindavid/fix-recursive-strip-debug->master: Fix infinite recursion in default strip debug command) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/918 | 10:01 |
gitlab-br-bot | valentindavid reopened issue #645 (Default stripping rules cause seemingly random failures) on buildstream https://gitlab.com/BuildStream/buildstream/issues/645 | 10:02 |
jjardon | valentind: are you building 18.08 HEAD or the specific commit specify in buildstream .gitlab-ci.yml? | 10:03 |
*** raoul has joined #buildstream | 10:03 | |
valentind | jjardon, 18.08 head | 10:03 |
jjardon | valentind: do you have installed the latest bst-external? (for the git_tag plugin) | 10:04 |
valentind | jjardon, yes | 10:04 |
valentind | jjardon, I tried bst_external with both master and the commit in fd.o-sdk's .gitlab-ci hash for it. | 10:05 |
jjardon | strange, did you try to build fdsk 88d7c22c2281b987faa02edd57df80d430eecf1f ? | 10:06 |
valentind | jjardon, It looks to me the way git_tag is written, it will not work with newer versions of buildstream. | 10:06 |
valentind | jjardon, Now I am trying with 88d7c22c2281b987faa02edd57df80d430eecf1f and it seems to work better. | 10:06 |
jjardon | valentind: does that mean buildstream master is somehow breaking API with the plugins or something? Maybe we should document that then | 10:07 |
valentind | jjardon, no, it is not API. It is just changing the git plugin. | 10:08 |
valentind | jjardon, what the git_tag plugin does is to inherit from the git plugin from buildstream. | 10:08 |
valentind | what it should do is just copy the version from 1.2 and inherit from that. | 10:08 |
jjardon | valentind: maybe I'm wrong, but if a plugin works with 1.2.x, but it doesn't with master, then somehow buildstream is breaking API? | 10:10 |
valentind | jjardon, It uses non API stuff. | 10:10 |
valentind | jjardon, the git plugin is not API. | 10:10 |
valentind | And git_tag inherits from the git plugin. | 10:11 |
valentind | The git plugin however uses API. So you could copy it. | 10:11 |
valentind | I mean you could copy the git plugin from 1.2 and make it run on 1.4. | 10:12 |
jjardon | right, I guess this would be solved when we fix https://gitlab.com/BuildStream/buildstream/issues/739 ? | 10:12 |
valentind | jjardon, If they are stable yes. | 10:12 |
valentind | jjardon, for the time being, just copy the plugin from 1.2 | 10:13 |
jjardon | ok, coldtom: ^^ this can be of interest | 10:14 |
*** tiagogomes has quit IRC | 10:17 | |
*** tiagogomes has joined #buildstream | 10:18 | |
*** lachlan has joined #buildstream | 10:30 | |
gitlab-br-bot | coldtom opened issue #757 (`bst workspace open` dislikes git sources sometimes) on buildstream https://gitlab.com/BuildStream/buildstream/issues/757 | 10:41 |
gitlab-br-bot | toscalix closed issue #743 (Document incompatibilities of the 1.4 release) on buildstream https://gitlab.com/BuildStream/buildstream/issues/743 | 10:44 |
*** alatiera_ has quit IRC | 10:45 | |
toscalix | dear bot, I did not close it. I moved it to the website repo. | 10:45 |
*** lachlan has quit IRC | 10:46 | |
*** lachlan has joined #buildstream | 10:56 | |
*** jonathanmaw_ has joined #buildstream | 10:59 | |
*** jonathanmaw has quit IRC | 11:00 | |
*** lachlan has quit IRC | 11:01 | |
jennis | jjardon, regarding my fix for #733, I've not actually fixed this | 11:01 |
gitlab-br-bot | Issue #733: quota config parameter should be the maximum amount of cache allowed, not the minimum https://gitlab.com/BuildStream/buildstream/issues/733 | 11:01 |
jennis | All it was was the error message being misleading... | 11:02 |
jennis | For example, if you specify a cache quota of 90% disk space, and the cache is on a file system where we've already used 20% BuildStream fails | 11:03 |
*** ctolentino has joined #buildstream | 11:03 | |
jennis | It's just it was failing and printing: | 11:03 |
jennis | Error instantiating artifact cache: Your system does not have enough available space to support the cache quota specified. | 11:03 |
jennis | You currently have: | 11:03 |
jennis | - 8G of cache in use at /home/jennis/.cache/buildstream/artifacts | 11:03 |
jennis | - 363G of available system storage | 11:03 |
jennis | Which was misleading | 11:03 |
jjardon | ah, ok. Well at least improves the confusion in that area | 11:04 |
gitlab-br-bot | BenjaminSchubert closed issue #696 (Missing tests for Linux-non-bwrap-non-FUSE situations) on buildstream https://gitlab.com/BuildStream/buildstream/issues/696 | 11:07 |
gitlab-br-bot | BenjaminSchubert closed issue #736 (Integration tests are leaking into each others) on buildstream https://gitlab.com/BuildStream/buildstream/issues/736 | 11:07 |
gitlab-br-bot | BenjaminSchubert merged MR !921 (bschubert/tests-no-chroot-linux->master: test behavior when there is no sandbox on Linux) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/921 | 11:07 |
gitlab-br-bot | valentindavid reopened issue #749 (Script element corrupts cache when using layout and enables integration commands) on buildstream https://gitlab.com/BuildStream/buildstream/issues/749 | 11:09 |
gitlab-br-bot | valentindavid opened MR !941 (valentindavid/fix-script-install-root->master: Fix bug with root mounted as non-artifact in script plugin.) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/941 | 11:10 |
gitlab-br-bot | BenjaminSchubert opened issue #758 (the pip source plugin incorreclty search for a valid version) on buildstream https://gitlab.com/BuildStream/buildstream/issues/758 | 11:10 |
valentind | jjardon, !941 should fix the issue during the orvernight build. | 11:11 |
gitlab-br-bot | MR !941: Fix bug with root mounted as non-artifact in script plugin. https://gitlab.com/BuildStream/buildstream/merge_requests/941 | 11:11 |
jjardon | valentind: cool! thanks | 11:11 |
valentind | That was stupid of me. I "inlined" the value of a variable in the case I was testing. | 11:13 |
jjardon | valentind: :) Is the fix included in the backport at https://gitlab.com/BuildStream/buildstream/merge_requests/940/ as well? | 11:14 |
valentind | jjardon, not yet. I will squash it now. | 11:14 |
juergbi | valentind: hm, regarding #749, shouldn't this prevented by BuildStream core? i.e., I think we should make it impossible for (reasonable) element plugins to corrupt the cache | 11:16 |
gitlab-br-bot | Issue #749: Script element corrupts cache when using layout and enables integration commands https://gitlab.com/BuildStream/buildstream/issues/749 | 11:16 |
juergbi | I've only glanced over the issue, so I might be missing something | 11:16 |
jjardon | valentind: cool. Sorry I ask again but I still have a problems with https://gitlab.com/BuildStream/buildstream/merge_requests/875/ : the build fail with "bwrap: execvp sh: No such file or directory" when I try to use the SDK: https://gitlab.com/BuildStream/buildstream/-/jobs/117927066 any idea what is missing? | 11:17 |
valentind | juergbi, Yes, we should redesign thing so that plugins cannot mess up. | 11:17 |
juergbi | ok, in that case we should either keep that issue open with a suitable comment or file a new issue, otherwise we forget about it | 11:17 |
gitlab-br-bot | BenjaminSchubert opened MR !942 (bschubert/fix-pip-python->master: plugins/sources/pip.py: also look for python version named "python") on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/942 | 11:17 |
juergbi | (with BuildBox this is anyway prevented, though) | 11:18 |
valentind | juergbi, toscalix told me to open an issue about that. I forgot, but I will do it. | 11:18 |
juergbi | ta | 11:18 |
valentind | jjardon, !940 (backport) has the fix now | 11:19 |
gitlab-br-bot | MR !940: [backport] Fix cache corruption by scripts when layout and integration commands are used https://gitlab.com/BuildStream/buildstream/merge_requests/940 | 11:19 |
*** lachlan has joined #buildstream | 11:21 | |
*** lachlan has quit IRC | 11:24 | |
gitlab-br-bot | valentindavid opened issue #759 (Plugins can easily corrupt cache) on buildstream https://gitlab.com/BuildStream/buildstream/issues/759 | 11:28 |
valentind | juergbi, #759 | 11:28 |
gitlab-br-bot | Issue #759: Plugins can easily corrupt cache https://gitlab.com/BuildStream/buildstream/issues/759 | 11:28 |
valentind | I marked it urgent so we will discuss it with Tristan. | 11:29 |
valentind | If someone could review !941 which is a fix to my f**k up in !934. That would be nice. | 11:37 |
gitlab-br-bot | MR !941: Fix bug with root mounted as non-artifact in script plugin. https://gitlab.com/BuildStream/buildstream/merge_requests/941 | 11:37 |
gitlab-br-bot | MR !934: Fix cache corruption by scripts when layout and integration commands are used https://gitlab.com/BuildStream/buildstream/merge_requests/934 | 11:37 |
Kinnison | valentind: While I can't see anything wrong with !941, I'm not sure I understand how it fixes things, even given the test, so I won't say anything on-issue | 11:39 |
valentind | Kinnison, ok I can git some more explanations. | 11:40 |
Kinnison | valentind: an explanation of what the actual error is in the issue would be sufficient | 11:40 |
Kinnison | valentind: as it is, the issue is just about a typeerror | 11:41 |
valentind | Kinnison, maybe there is a problem in the exception handling. But the real issue is: OSError: [Errno 39] Directory not empty: '/root/.cache/buildstream/build/base-locales-2adia6f7/root/tmp' | 11:54 |
valentind | Kinnison, I have fixed the title of #756 | 11:55 |
gitlab-br-bot | Issue #756: overnigth tests are failing on building base/locales.bst: OSError: [Errno 39] Directory not empty: '/root/.cache/buildstream/build/base-locales-2adia6f7/root/tmp' https://gitlab.com/BuildStream/buildstream/issues/756 | 11:55 |
Kinnison | Right, but that doesn't tell me *WHY* that exception was happening | 11:55 |
Kinnison | i.e. what is the fix doing? | 11:55 |
Kinnison | Is it non-empty because it was mounting the *real* /tmp in? | 11:55 |
Kinnison | If so, then the regression test MUST ensure that the real /tmp doesn't leak in | 11:55 |
valentind | Kinnison, sure, I can try to see if it leaked. | 11:56 |
Kinnison | In generally I like regression tests to have explanations of what they're preventing a regression of, though I'm very happy for that to be via the issue closed as part of the commit message :-) | 11:57 |
Kinnison | In generally? In general! | 11:57 |
* Kinnison sighs and clearly needs his lunch | 11:57 | |
valentind | Ah, yes, but it fails, so I cannot checkout and verify it leaked. I will add another test using another directory than tmp | 12:00 |
* Kinnison wonders how none of the other integration tests failed | 12:01 | |
Kinnison | i.e. what about the nightlies caused the issue to be exposed? | 12:01 |
valentind | Kinnison, ok, so the reason it does not leak into the cache is because directories are not hard links. | 12:04 |
valentind | So adding files is actually safe. | 12:04 |
valentind | I can try to find another test that modifies a file in root. | 12:05 |
valentind | Kinnison, sorry, I do not find any cache corruption issue to test. | 12:09 |
jennis | jjardon just to let you know 939 has bene updated | 12:11 |
jennis | been | 12:11 |
Kinnison | valentind: Aah so this is quite complex to verify :( | 12:30 |
valentind | Kinnison, I am still on it. | 12:30 |
valentind | Well, it is easy to verify, the test I have crashes before the fix. | 12:31 |
Kinnison | valentind: If you can't find a nice simple solution, then just extra explanation on the issue would change my "I can't see anything wrong" into an "I approve" (as long as it makes sense to me :-) | 12:31 |
valentind | But if you want a beautiful test, it is more complex. | 12:31 |
Kinnison | valentind: To that end, an explanation of *why* it crashes without the fix is quite sufficient | 12:31 |
valentind | I will still try to add a test, at least to understand why it is complex. | 12:32 |
Kinnison | text is just as good as code for that :-D | 12:32 |
Kinnison | OK cool | 12:32 |
valentind | Maybe I do not manage, but at least I should know why. | 12:32 |
* Kinnison apologises if he's being overly whiny, but regression tests really worry me if they're not clear :-) | 12:32 | |
valentind | Kinnison, found another test easier to understand. Will still keep the other one though. But it helps to understand what is happening | 12:40 |
Kinnison | valentind: cool, let me know when to re-look at the MR | 12:41 |
valentind | Kinnison, it is pushed. | 12:43 |
* Kinnison has a look-see | 12:43 | |
valentind | Basically, when you do not override 'install-root' , then | 12:43 |
valentind | You can end up with corruption. | 12:44 |
Kinnison | is script/corruption-image.bst missing from the commit, or am I being daft? | 12:45 |
valentind | Kinnison, it came from the previous MR. | 12:46 |
valentind | It is just an artifact with a file called canary and content 'alive\n' | 12:46 |
valentind | See https://gitlab.com/BuildStream/buildstream/merge_requests/934/diffs | 12:46 |
Kinnison | aah okay | 12:46 |
gitlab-br-bot | danielsilverstone-ct approved MR !941 (valentindavid/fix-script-install-root->master: Fix bug with root mounted as non-artifact in script plugin.) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/941 | 12:47 |
valentind | thanks | 12:47 |
Kinnison | valentind: with the extra explanation in the MR, and the additional test, that looks good to me -- approved | 12:47 |
Kinnison | caches are hard :-) | 12:47 |
gitlab-br-bot | tlater approved MR !939 (jennis/quota_declaration_fix->master: Add local cache expiry documentation and fix misleading error message when specifying a percentage cache quota) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/939 | 12:53 |
*** alatiera_ has joined #buildstream | 13:10 | |
gitlab-br-bot | valentindavid closed issue #756 (overnigth tests are failing on building base/locales.bst: OSError: [Errno 39] Directory not empty: '/root/.cache/buildstream/build/base-locales-2adia6f7/root/tmp') on buildstream https://gitlab.com/BuildStream/buildstream/issues/756 | 13:11 |
gitlab-br-bot | valentindavid closed issue #749 (Script element corrupts cache when using layout and enables integration commands) on buildstream https://gitlab.com/BuildStream/buildstream/issues/749 | 13:11 |
gitlab-br-bot | valentindavid merged MR !941 (valentindavid/fix-script-install-root->master: Fix bug with root mounted as non-artifact in script plugin.) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/941 | 13:11 |
*** lachlan has joined #buildstream | 13:58 | |
Kinnison | Are there any tests which verify that the cache_key algorithm hasn't changed? | 14:17 |
Kinnison | i.e. so we can tell if we've made a change which incorrectly affects cache keys? | 14:17 |
valentind | Kinnison, yes. | 14:17 |
Kinnison | excellent | 14:17 |
Kinnison | thank you valentind | 14:17 |
Kinnison | (I'm fiddling a potential optimisation which touches how _element.__calculate_cache_key() works and was worried :-D | 14:17 |
Kinnison | ) | 14:18 |
valentind | tests/cachekey/cachekey.py | 14:18 |
Kinnison | brilliant, thank you | 14:19 |
* Kinnison has a quick'n'dirty just to see if it improves performance. If it does, I'll look at tidying and installing what I need to run that test | 14:20 | |
*** lachlan has quit IRC | 14:23 | |
*** lachlan has joined #buildstream | 14:24 | |
gitlab-br-bot | BenjaminSchubert closed issue #732 (Linting always fails when missing FUSE) on buildstream https://gitlab.com/BuildStream/buildstream/issues/732 | 14:25 |
Kinnison | Woot, my change passes those tests, thanks | 14:27 |
gitlab-br-bot | aevri opened MR !943 (aevri/unit_tests->master: WIP: contributing: add guidance on unit tests) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/943 | 14:34 |
*** lachlan has quit IRC | 14:42 | |
gitlab-br-bot | tlater approved MR !935 (aevri/contributing_gitlab->master: Add more to GitLab-relevant parts of contributing) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/935 | 14:57 |
*** jonathanmaw_ has quit IRC | 15:12 | |
*** jonathanmaw has joined #buildstream | 15:12 | |
gitlab-br-bot | LaurenceUrhegyi approved MR !935 (aevri/contributing_gitlab->master: Add more to GitLab-relevant parts of contributing) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/935 | 15:14 |
laurence | tpollard, tlater[m] can you merge https://gitlab.com/BuildStream/buildstream/merge_requests/935 ? | 15:15 |
laurence | i think you have the power | 15:15 |
*** lachlan has joined #buildstream | 15:25 | |
*** lachlan has quit IRC | 15:28 | |
Nexus | I can't seem to find any generic bst build tests, are there no tests that only test bst build and not also track/checkout? | 15:36 |
* Kinnison wonders if anyone might know why https://gitlab.com/BuildStream/buildstream/-/jobs/118114137 happened? | 15:40 | |
Kinnison | It seems odd that there's a bunch of DEBUG output there | 15:40 |
Nexus | i've been getting a lot of output too, but different | 15:41 |
Nexus | apparently jmac fixed it locally previosuly, but can't remember how | 15:41 |
Nexus | i had so much output that i needed to expand by scroll buffer to 50k lines | 15:42 |
Kinnison | jmac: If you have a moment, would you mind looking at the test failure I linked above and letting me know if you have any ideas? (That's the only fail in the branch, all other workers passed) | 15:45 |
* Kinnison isn't in a rush though | 15:45 | |
jmac | Already did. Never seen that one before, sorry. | 15:54 |
jmac | A lot of things like that depend on your pytest version, so it might be worth seeing if updating that with pip3 changes anything | 15:54 |
jmac | Or alter the version in dev-requirements.txt | 15:55 |
Kinnison | :( I thought the versions were stable across all our dockers :( | 15:59 |
jmac | Hang on, are you worried about the DEBUG strings or the DeprecationWarnings? | 16:01 |
Kinnison | the DEBUG strings | 16:03 |
Kinnison | i.e. why the assert fails | 16:03 |
jmac | Ah, OK, I was looking into DeprecationWarnings for Neux | 16:04 |
jmac | Nexus | 16:04 |
jmac | No idea where the DEBUG message comes from | 16:04 |
Kinnison | okay, sorry to have invoked you unnecessarily | 16:08 |
gitlab-br-bot | aevri merged MR !935 (aevri/contributing_gitlab->master: Add more to GitLab-relevant parts of contributing) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/935 | 16:17 |
gitlab-br-bot | danielsilverstone-ct opened issue #760 (Plugin.__del__ writes DEBUG messages to stdout) on buildstream https://gitlab.com/BuildStream/buildstream/issues/760 | 16:45 |
Kinnison | tlater[m]: I've filed https://gitlab.com/BuildStream/buildstream/issues/760 which I'd appreciate your input on if you ahve anything to add | 16:45 |
Kinnison | jmac: tlater[m] and I have isolated the issue in that pipeline to ^^ if you're interested | 16:45 |
*** toscalix has quit IRC | 16:53 | |
Nexus | juergbi: i've replied/reacted to your comments on https://gitlab.com/BuildStream/buildstream/merge_requests/937 | 16:57 |
*** lachlan has joined #buildstream | 16:58 | |
*** abderrahim4 has joined #buildstream | 17:27 | |
*** abderrahim3 has quit IRC | 17:29 | |
*** lachlan has quit IRC | 17:51 | |
*** finn_ has quit IRC | 18:08 | |
coldtom | does BuildStream automatically track git submodules? | 18:09 |
*** toscalix has joined #buildstream | 18:10 | |
*** toscalix has quit IRC | 18:10 | |
gitlab-br-bot | jjardon closed issue #700 (Document how to cleanup the bst cache: locally and in the server side) on buildstream https://gitlab.com/BuildStream/buildstream/issues/700 | 18:22 |
gitlab-br-bot | jjardon merged MR !939 (jennis/quota_declaration_fix->master: Add local cache expiry documentation and fix misleading error message when specifying a percentage cache quota) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/939 | 18:22 |
gitlab-br-bot | jjardon reopened issue #700 (Document how to cleanup the bst cache: locally and in the server side) on buildstream https://gitlab.com/BuildStream/buildstream/issues/700 | 18:27 |
*** raoul has quit IRC | 18:28 | |
*** lachlan has joined #buildstream | 18:35 | |
*** lachlan has quit IRC | 18:39 | |
*** neBu has joined #buildstream | 18:45 | |
*** lachlan has joined #buildstream | 18:46 | |
*** lachlan has quit IRC | 18:48 | |
*** c0ffeemachine has joined #buildstream | 18:49 | |
*** c0ffeemachine has quit IRC | 18:51 | |
*** finn_ has joined #buildstream | 18:52 | |
*** catonano has joined #buildstream | 18:52 | |
*** jonathanmaw has quit IRC | 18:54 | |
*** alatiera_ has quit IRC | 19:12 | |
*** xjuan has joined #buildstream | 20:09 | |
*** ctolentino has quit IRC | 20:31 | |
*** _cmd_ has joined #buildstream | 21:36 | |
*** catonano has quit IRC | 22:53 | |
*** bochecha has quit IRC | 23:27 | |
*** mohan43u has quit IRC | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!