Currently the Magento Open Source releases that don't include a .gitignore file in the project root are listed in an array in src/build-config/packages-config.js:
However, new upstream releases all seem to exclude the .gitignore, so the array needs to be updated with the new versions for each new release.
This is error prone and has slowed down adding new releases to the mage-os mirror repo several times in the past.
The default should be changed to a list of releases that include a .gitignore instead.
Currently the Magento Open Source releases that don't include a .gitignore file in the project root are listed in an array in
src/build-config/packages-config.js
:However, new upstream releases all seem to exclude the
.gitignore
, so the array needs to be updated with the new versions for each new release.This is error prone and has slowed down adding new releases to the mage-os mirror repo several times in the past. The default should be changed to a list of releases that include a
.gitignore
instead.