- Issue created by @tedbow
- Merge request !985Issue #3364135 use the php file copier for some build tests β (Open) created by tedbow
- last update
12 months ago 777 pass - πΊπΈUnited States tedbow Ithaca, NY, USA
Ok. I added build tests that use rsync. All the tests pass. I checked the permissions of the folders and they seem the same.
We will have to figure out if there are still problems with php copier.
Definitely have to figure out if Problem copying git idx files is still a problem
π Failure marker file should be excluded using a relative path Closed: duplicate actually was problem were we should have been using the relative path.
- Status changed to Needs work
12 months ago 3:42pm 22 November 2023 - πΊπΈUnited States tedbow Ithaca, NY, USA
added the related github issues to the summary.
I think we
- last update
12 months ago 778 pass - πΊπΈUnited States tedbow Ithaca, NY, USA
Test this out locally and this is not actually returning an instance of `PhpFileSyncerInterface` from
\Drupal\package_manager\FileSyncerFactory::create
even when it hitsreturn $this->phpFileSyncer;
- last update
12 months ago 778 pass - πΊπΈUnited States tedbow Ithaca, NY, USA
This is not a bug as we require the rsync file syncer and we don't know of any bugs with that.
- Status changed to Closed: won't fix
9 months ago 2:07pm 6 March 2024 - πΊπΈUnited States phenaproxima Massachusetts
The answer to this question is "no".
The PHP file syncer is going away from Composer Stager, in favor of using rsync by default in all situations.