*** catonano_ has joined #buildstream | 00:19 | |
*** catonano has quit IRC | 00:21 | |
*** catonano_ is now known as catonano | 00:21 | |
*** catonano has quit IRC | 00:58 | |
*** catonano has joined #buildstream | 01:12 | |
*** catonano has quit IRC | 02:01 | |
*** alatiera_ has quit IRC | 02:35 | |
*** alatiera_ has joined #buildstream | 03:52 | |
*** alatiera__ has joined #buildstream | 03:54 | |
*** alatiera_ has quit IRC | 03:55 | |
*** alatiera_ has joined #buildstream | 03:56 | |
*** alatiera__ has quit IRC | 03:57 | |
*** alatiera_ has quit IRC | 04:00 | |
*** catonano has joined #buildstream | 04:22 | |
*** catonano has joined #buildstream | 04:23 | |
*** catonano has joined #buildstream | 04:25 | |
*** catonano has quit IRC | 06:28 | |
*** alatiera_ has joined #buildstream | 06:30 | |
*** WSalmon has joined #buildstream | 06:38 | |
*** WSalmon has quit IRC | 06:41 | |
*** iker has joined #buildstream | 07:08 | |
*** alatiera__ has joined #buildstream | 07:36 | |
*** alatiera_ has quit IRC | 07:38 | |
*** toscalix has joined #buildstream | 07:39 | |
*** alatiera_ has joined #buildstream | 07:40 | |
*** alatiera__ has quit IRC | 07:41 | |
*** alatiera__ has joined #buildstream | 07:42 | |
*** alatiera_ has quit IRC | 07:43 | |
*** alatiera_ has joined #buildstream | 07:44 | |
*** alatiera__ has quit IRC | 07:45 | |
*** alatiera__ has joined #buildstream | 07:46 | |
*** alatiera_ has quit IRC | 07:47 | |
*** alatiera_ has joined #buildstream | 07:50 | |
*** alatiera__ has quit IRC | 07:51 | |
*** alatiera__ has joined #buildstream | 07:52 | |
*** alatiera_ has quit IRC | 07:54 | |
*** alatiera_ has joined #buildstream | 07:55 | |
*** alatiera__ has quit IRC | 07:56 | |
*** finn has joined #buildstream | 08:04 | |
*** alatiera_ has joined #buildstream | 08:14 | |
*** bochecha has joined #buildstream | 08:16 | |
*** WSalmon has joined #buildstream | 08:22 | |
*** alatiera__ has joined #buildstream | 08:32 | |
*** alatiera_ has quit IRC | 08:34 | |
juergbi | jmac: thanks for the import rules write-up | 08:43 |
---|---|---|
juergbi | 3.3.1: the IS_DIR check first resolves the symlinks, so symlinks to directories are accepted, if I'm reading the code correctly | 08:44 |
juergbi | also, regarding 1: would the resulting directory tree differ in any way if non-empty directories were explicitly listed as well? | 08:46 |
juergbi | can't think of a case OTOH but I might be missing something | 08:47 |
juergbi | (it seems a somewhat odd rule, so I'm wondering) | 08:47 |
jmac | I'm not sure juergbi | 08:48 |
jmac | Today I'm going to be writing more tests and seeing if I can break the existing system. I think including non-empty directories will be a good test. | 08:49 |
juergbi | ok, sounds good | 08:51 |
juergbi | jmac: I'm also not sure I understand the ordering issue. both the list_relative_paths case and the other case sort things, just not at the same place. is the concern that they don't use exactly the same sorting rules? | 08:52 |
jmac | juergbi: list_relative_paths has a specific sort order (directories then non-directories) and the comments in it suggest this is very intentional | 08:55 |
jmac | Sorting the whole list alphabetically produces a different order | 08:55 |
juergbi | right. the most or even only critical aspect might be that symlinks to directories are handled in the right order, as per comment in _process_list() | 08:57 |
*** alatiera__ is now known as alatiera_ | 08:57 | |
juergbi | although, things could also break if a symlink to a directory is replaced by e.g. a regular file. it will depend on when that replacement happens | 08:58 |
jmac | Yes, I think that's one of the most important cases. | 08:58 |
juergbi | tricky topic | 08:58 |
* juergbi is surprised to see that the 'ignored' file list will only ever produce a warning, never an error | 09:01 | |
gitlab-br-bot | buildstream: merge request (jmac/vdir_import_test->master: WIP: Import test for virtual directories) #815 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/815 | 09:07 |
*** jonathanmaw has joined #buildstream | 09:09 | |
tiagogomes | valentindavid are you planning to backport your project path fixes to 1.2? I can do it if you are busy | 09:22 |
gitlab-br-bot | buildstream: merge request (bochecha/cache-size->master: data/userconfig.yaml: Document the cache.quota setting) #833 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/833 | 09:23 |
*** mohan43u has quit IRC | 09:24 | |
gitlab-br-bot | buildstream: merge request (valentindavid/silverblue-path-1.2->bst-1.2: Backport to 1.2: Fix outside-of-project check when project path is not canonical.) #834 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/834 | 09:25 |
gitlab-br-bot | buildstream: issue #684 ("Staging OSTree sources with very strict permissions fails") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/684 | 09:26 |
valentind | tiagogomes, !834 | 09:26 |
tiagogomes | cool, I set it to merge automatically when the pipeline succeeds | 09:27 |
*** mohan43u has joined #buildstream | 09:28 | |
juergbi | jmac: #684 is a regression from the switch to the virtual directory API | 09:28 |
*** lachlan has joined #buildstream | 09:28 | |
jmac | juergbi: OK, I'll take a look | 09:29 |
juergbi | ta | 09:38 |
*** ikerperez has joined #buildstream | 09:49 | |
*** lachlan has quit IRC | 09:49 | |
gitlab-br-bot | buildstream: merge request (valentindavid/silverblue-path-1.2->bst-1.2: Backport to 1.2: Fix outside-of-project check when project path is not canonical.) #834 changed state ("merged"): https://gitlab.com/BuildStream/buildstream/merge_requests/834 | 09:52 |
*** ikerperez has quit IRC | 09:52 | |
gitlab-br-bot | buildstream: merge request (jonathan/pickle-yaml->master: WIP: Add a cache of parsed and provenanced yaml) #787 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/787 | 09:54 |
*** lachlan has joined #buildstream | 09:55 | |
gitlab-br-bot | buildstream: issue #673 ("Silverblue: Specified path 'elements' must not lead outside of the project directory") changed state ("closed") https://gitlab.com/BuildStream/buildstream/issues/673 | 10:04 |
*** lachlan has quit IRC | 10:13 | |
gitlab-br-bot | buildstream: merge request (coldtom/strip-rules->master: WIP: Upstream freedesktop-sdk strip rules) #750 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/750 | 10:16 |
*** ikerperez has joined #buildstream | 10:21 | |
*** ikerperez has joined #buildstream | 10:25 | |
*** ikerperez has quit IRC | 10:27 | |
*** lachlan has joined #buildstream | 10:28 | |
gitlab-br-bot | buildstream: merge request (jonathan/pickle-yaml->master: WIP: Add a cache of parsed and provenanced yaml) #787 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/787 | 10:31 |
*** ikerperez has joined #buildstream | 10:31 | |
*** ikerperez has quit IRC | 10:31 | |
gitlab-br-bot | buildstream: merge request (bochecha/cache-size->master: data/userconfig.yaml: Document the cache.quota setting) #833 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/833 | 10:34 |
gitlab-br-bot | buildstream: merge request (bochecha/cache-size->master: data/userconfig.yaml: Document the cache.quota setting) #833 changed state ("merged"): https://gitlab.com/BuildStream/buildstream/merge_requests/833 | 10:34 |
gitlab-br-bot | buildstream: merge request (tiagogomes/docs-improvements->master: Documentation improvements) #835 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/835 | 10:38 |
gitlab-br-bot | buildstream: merge request (tiagogomes/docs-improvements->master: Documentation improvements) #835 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/835 | 10:38 |
*** lachlan has quit IRC | 10:43 | |
*** abderrahim has quit IRC | 11:07 | |
*** abderrahim has joined #buildstream | 11:07 | |
tiagogomes | Anyone for https://gitlab.com/BuildStream/buildstream/merge_requests/835 | 11:29 |
*** ikerperez has joined #buildstream | 11:34 | |
*** lachlan has joined #buildstream | 11:39 | |
*** ikerperez has quit IRC | 11:50 | |
*** iker has quit IRC | 12:00 | |
tpollard | having documentation without installation instructions just feels wrong to me | 12:03 |
tiagogomes | I think it is the usual thing to do | 12:04 |
tiagogomes | When the docs website is separate from the main website | 12:04 |
tiagogomes | Flatpak does the same | 12:04 |
*** catonano has joined #buildstream | 12:12 | |
bochecha | for those using ripgrep (an alternative to the venerable grep, much better, faster, and written in rust), in its next release it will be able to filter searches specifically in .bst files with --type=buildstream :) | 12:35 |
bochecha | https://github.com/BurntSushi/ripgrep/pull/1071 | 12:35 |
bochecha | improving the DX one little step at a time :-° | 12:35 |
tpollard | cool | 12:35 |
tiagogomes | bochecha nice, fyi the official repo for the docs is now https://docs.buildstream.build :) | 13:22 |
tpollard | does search not work anymore on the docs? | 13:33 |
gitlab-br-bot | buildstream: merge request (valentindavid/cache_server_fill_up->master: WIP: Fix cleanup of cache in server when disk is full) #830 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/830 | 13:34 |
tiagogomes | tpollard https://gitlab.com/BuildStream/buildstream/issues/681 | 13:35 |
tiagogomes | I suspect that to happened when the docker containers were updated | 13:37 |
tpollard | cheers tiagogomes | 13:38 |
*** lachlan has quit IRC | 13:44 | |
*** lachlan has joined #buildstream | 13:49 | |
*** alatiera__ has joined #buildstream | 14:13 | |
*** alatiera_ has quit IRC | 14:14 | |
gitlab-br-bot | buildstream: merge request (lachlan/pickle-yaml-test-list-composite->master: WIP: Add a cache of parsed and provenanced yaml) #836 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/836 | 14:17 |
*** finn has quit IRC | 14:39 | |
*** finn has joined #buildstream | 14:39 | |
*** catonano has quit IRC | 14:43 | |
*** lachlan has quit IRC | 14:55 | |
*** toscalix has quit IRC | 15:15 | |
*** lachlan has joined #buildstream | 15:20 | |
*** lachlan has quit IRC | 15:29 | |
gitlab-br-bot | buildstream: merge request (jmac/vdir_import_test->master: WIP: Import test for virtual directories) #815 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/815 | 15:35 |
*** lachlan has joined #buildstream | 15:40 | |
*** lachlan has quit IRC | 15:50 | |
*** lachlan has joined #buildstream | 15:51 | |
*** phildawson has quit IRC | 15:54 | |
gitlab-br-bot | buildstream: merge request (lachlan/pickle-yaml-test-list-composite->master: WIP: Add a cache of parsed and provenanced yaml) #836 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/836 | 15:56 |
*** finn_ has joined #buildstream | 15:58 | |
*** finn has quit IRC | 16:00 | |
*** lachlan has quit IRC | 16:01 | |
*** finn_ has quit IRC | 16:02 | |
gitlab-br-bot | buildstream: issue #685 ("bst shell --build <element.bst> should automatically cache build dependencies") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/685 | 16:12 |
jjardon | bochecha: in case you are interested, I've filled ^ after the chat the other day | 16:18 |
bochecha | jjardon: I am! | 16:19 |
bochecha | I use bst shell --build all the time in fdo sdk :) | 16:19 |
bochecha | > Also taking account what the documentation says about bst shell --build | 16:19 |
bochecha | jjardon: I have a feeling this sentence is unfinished? | 16:20 |
jjardon | bochecha: I have talk about the docs in the begining of the report | 16:21 |
* jjardon reword | 16:26 | |
* tiagogomes is not a fan of that idea | 16:34 | |
tiagogomes | `bst shell` shouldn't build or pull, even if an option was passed | 16:35 |
jjardon | tiagogomes: the issue is not about make bst shell to build | 16:36 |
*** lachlan has joined #buildstream | 16:38 | |
*** raoul has quit IRC | 16:49 | |
*** tpollard has quit IRC | 16:53 | |
*** lachlan has quit IRC | 16:53 | |
gitlab-br-bot | buildstream: merge request (jmac/vdir_import_unreadable_files->master: WIP: Import unreadable files) #837 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/837 | 17:00 |
gitlab-br-bot | buildstream: merge request (jmac/vdir_import_unreadable_files->master: WIP: Import unreadable files) #837 changed state ("opened"): https://gitlab.com/BuildStream/buildstream/merge_requests/837 | 17:00 |
*** tiagogomes has quit IRC | 17:02 | |
*** tiagogomes has joined #buildstream | 17:13 | |
*** jonathanmaw has quit IRC | 17:13 | |
gitlab-br-bot | buildstream: issue #686 ("Package Buildstream in the official Fedora repositories") changed state ("opened") https://gitlab.com/BuildStream/buildstream/issues/686 | 17:48 |
bochecha | I just opened #686 to track where I'm at with inclusion in Fedora; I started the process today, hopefully it's done before the end of next week :) | 17:49 |
*** catonano has joined #buildstream | 18:01 | |
*** mohan43u has quit IRC | 19:07 | |
*** catonano has quit IRC | 19:38 | |
*** mohan43u has joined #buildstream | 19:52 | |
*** catonano has joined #buildstream | 22:15 | |
*** bochecha has quit IRC | 23:08 | |
*** catonano has quit IRC | 23:33 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!