| 26 Apr 2023 |
Jan Tojnar | you would get the hash for the FOD | 10:15:21 |
Jan Tojnar | looks like we have this now: https://github.com/NixOS/nixpkgs/blob/9eec23bf5c978829abbb4e90a1d3d418e05a9069/pkgs/build-support/fetchgit/deterministic-git | 10:16:01 |
tgerbet | For git it can be simplified by removing the .git folder | 10:19:44 |
tgerbet | It is not really needed for composer | 10:20:00 |
Pol | In reply to @jtojnar:matrix.org you would get the hash for the FOD That is ok, but let's say we clone master branch today, and then some commits are pushed, and we clone it again, the hash will be different. I don't see how we could make it reproducable. If there were only one, we could use a revision, but since there are multiple repos to clone... | 10:39:56 |
Pol | Ok I need some break | 11:22:46 |
Pol | Too much for me today ;) | 11:22:55 |
Jan Tojnar | Pol: the composer.lock contains the commit to fetch | 12:41:38 |
Pol | Yes, I got that, and I have those files locally in the PR.
I just don't understand why it would fail when trying to download phpstan/phpstan, and how to fix all the things.
I think I need a break, there's too much information right now | 14:05:13 |
Pol | (and some frustrations as well) | 14:05:23 |
Pol | I made a Composer plugin that does what composition-c4 is doing. And it works well. | 14:16:45 |
Pol | Would it be part of the solution? | 14:16:53 |
Jan Tojnar | I guess it could be implemented as a composer plug-in | 14:21:21 |
Pol | yeahh that's what I did | 14:21:31 |
Pol | Basically, I provide a new command which create a local composer repo. | 14:21:53 |
Pol | Then you can use it as an offline composer repo. | 14:22:04 |
Pol | It works. | 14:22:07 |
Pol |  Download image.png | 14:22:33 |
Pol | So basically, the plugin just uses the downloading capabilities of Composer and download the package sources.
Then it creates a tree structure with all the files etc etc. | 14:40:53 |
Pol |  Download image.png | 14:46:46 |
Pol | Here it is working. | 14:46:47 |
Pol | I don't know if it could be useful for us in this case. | 14:46:54 |
Jan Tojnar | well, the only thing I worry about is bootstrapping | 14:53:03 |
Pol | src are up: https://github.com/drupol/composer-local-repo-plugin/ | 15:00:01 |
Pol | I mostly did that thing to explore further, if it leads to nowhere, I'll delete the repo. | 15:00:15 |
Pol | Just added it to packagist if needed: https://packagist.org/packages/drupol/composer-local-repo-plugin | 15:03:17 |
Pol | Jan Tojnar: Would it be easier for you to review if I push in a branch the commits introducing fetch-deps from composition-c4 so you can make all the feedback ? | 20:14:38 |
Pol | I'm a bit desperate with this thing, a little help on this would be very welcome. | 20:15:00 |
Jan Tojnar | probably will not have time for anything deeper soon | 21:03:42 |
Jan Tojnar | * probably will not have time for anything deeper anytime soon | 21:03:49 |