Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento repository is used for packages instead of Mage-OS #76

Open
1 of 5 tasks
vpodorozh opened this issue Jan 24, 2024 · 0 comments
Open
1 of 5 tasks

Magento repository is used for packages instead of Mage-OS #76

vpodorozh opened this issue Jan 24, 2024 · 0 comments

Comments

@vpodorozh
Copy link
Contributor

vpodorozh commented Jan 24, 2024

Preconditions and environment

  • Mage-OS version: ANY when using gitlab repo installation
  • Reproduced on both - released version and also develop version (github repo)
  • Reproduced ONLY for packages that are managed in separate repository (e.g. https://github.com/mage-os/mageos-magento-zend-db )

Steps to reproduce

  1. Install Mage-OS
  2. Check composer.lock
  3. Look for "name": "magento/zend-db",

Expected result

The repository URL and reference are pointing to the Mage-OS composer repo or GitHub repo.

{
            "name": "magento/zend-db",
            "version": "1.16.1",
            "source": {
                "type": "git",
                "url": "https://mirror.mage-os.org/packages/magento/magento-zend-db.zip",
                "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b"
            },
            ...
}

Actual result

The repository URL and reference are pointing to the Magento composer repo or GitHub repo.

{
            "name": "magento/zend-db",
            "version": "1.16.1",
            "source": {
                "type": "git",
                "url": "https://github.com/magento/magento-zend-db.git",
                "reference": "475addb06c0a417b2fd18effe5966bd3aa929b7b"
            },
            ...
}

Additional information

No response

Release note

No response

Triage and priority

  • Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant