Bug #77949
closedGithub ZIP for 7.6.11
0%
Description
Hey, the ZIP an TAR GZ Files from Github are different from the get.typo3.org for the v7.6.11
An example is the folder /typo3/sysext/core/Tests
Our composer-deployment and some Unit-test are not working anymore.
from our composer.lock:
"url": "https://api.github.com/repos/TYPO3/TYPO3.CMS/zipball/e6580859412b5a9bb508ba8a8be0db5bc2ba166b",
"reference": "e6580859412b5a9bb508ba8a8be0db5bc2ba166b",
Updated by Georg Ringer almost 8 years ago
to improve the footprint, the tests are excluded by using the .gitattributes
file.
Use --prefer-source
and read about it at #77205
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Needs Feedback
Updated by Arne Uplegger almost 8 years ago
Thanks for the hint.
We have added "preferred-install": "source" to our composer.json config and all required Tests-folders are back now.
Nevertheless, I don't understand why the ZIP-sources on typo3.org are different from github.com
Updated by Markus Klein almost 8 years ago
The zip sources on typo3.org (sourceforge to be precise) are ready-to-use sources, which do not require composer.
In contrast the git sources require composer to install the dependencies. This of course also applies for the zip files generated by github.
Updated by Markus Klein almost 8 years ago
- Status changed from Needs Feedback to Closed