mage-os / generate-mirror-repo-js

Mage-OS packaging implementation (JavaScript).
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

chore: remove commerce-data-export packages from nightly builds #172

Closed rhoerr closed 3 months ago

rhoerr commented 3 months ago

Fixes nightly builds being broken by commerce-data-export's lack of tags, by removing it until such a time as someone takes on management of those packages.

Since the packages are not included in Magento Open Source and are not currently included in our mirrors or releases, this will not be a breaking change.

References:

I also enabled mage-os/mageos-composer for the Mage-OS nightlies, because that repo is fully set up and synced at this point.

rhoerr commented 3 months ago

I added updates to PHP/composer/node to fix another nightly build error following the commerce-data-export removal. Composer install otherwise fails because upstream now requires PHP 8.2+. This brings the versions in line with latest matrix versions at https://github.com/mage-os/github-actions/blob/6e50d0d8de09da49ce12473b2577a2277e4d701e/supported-version/src/versions/magento-open-source/individual.json#L564 .