Skip to content

Commit

Permalink
feat: update release build references for Mage-OS 1.0.2 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr authored Jul 17, 2024
1 parent cc6f23a commit 0bc4fee
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 87 deletions.
66 changes: 0 additions & 66 deletions src/build-config/mage-os-release-refs/1.0.2.js

This file was deleted.

42 changes: 21 additions & 21 deletions src/build-config/mageos-release-build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {mergeBuildConfigs} = require('../utils');
const releaseBuildConfig = {
'magento2': {
repoUrl: 'https://github.com/mage-os/mageos-magento2.git',
ref: '2.4-develop',
ref: 'release/1.x',
fromTag: '1.0.0',
packageIndividual: [
{
Expand All @@ -16,102 +16,102 @@ const releaseBuildConfig = {
},
'security-package': {
repoUrl: 'https://github.com/mage-os/mageos-security-package.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'inventory': {
repoUrl: 'https://github.com/mage-os/mageos-inventory.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'inventory-composer-installer': {
repoUrl: 'https://github.com/mage-os/mageos-inventory-composer-installer.git',
ref: 'master',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'page-builder': {
repoUrl: 'https://github.com/mage-os/mageos-magento2-page-builder.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'adobe-stock-integration': {
repoUrl: 'https://github.com/mage-os/mageos-adobe-stock-integration.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-composer-installer': {
repoUrl: 'https://github.com/mage-os/mageos-magento-composer-installer.git',
ref: 'master',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'composer': {
repoUrl: 'https://github.com/mage-os/mageos-composer.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'composer-root-update-plugin': {
repoUrl: 'https://github.com/mage-os/mageos-composer-root-update-plugin.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'composer-dependency-version-audit-plugin': {
repoUrl: 'https://github.com/mage-os/mageos-composer-dependency-version-audit-plugin.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento2-sample-data': {
repoUrl: 'https://github.com/mage-os/mageos-magento2-sample-data.git',
ref: '2.4-develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-coding-standard': {
repoUrl: 'https://github.com/mage-os/mageos-magento-coding-standard.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento2-functional-testing-framework': {
repoUrl: 'https://github.com/mage-os/mageos-magento2-functional-testing-framework.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-db': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-db.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-loader': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-loader.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-pdf': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-pdf.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-cache': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-cache.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-exception': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-exception.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-log': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-log.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'magento-zend-memory': {
repoUrl: 'https://github.com/mage-os/mageos-magento-zend-memory.git',
ref: 'main',
ref: 'release/1.x',
fromTag: '1.0.0',
},
'php-compatibility-fork': {
repoUrl: 'https://github.com/mage-os/mageos-PHPCompatibilityFork.git',
ref: 'develop',
ref: 'release/1.x',
fromTag: '1.0.0',
},
};
Expand Down

0 comments on commit 0bc4fee

Please sign in to comment.