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

Zip-Ball building for git source #434

Open
fcool opened this issue Mar 28, 2021 · 1 comment
Open

Zip-Ball building for git source #434

fcool opened this issue Mar 28, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@fcool
Copy link

fcool commented Mar 28, 2021

If I understand it correctly, repman extracts the metadata of all versions, but if you use a simple git repository as source (instead of GitHub for example) the Web UI will only show the latest version available (the packages.json contains all versions) and apart from packagist, it will not build dist files itself. (The ComposerPackageSynchronizer skips all versions, which do not have a dist url - which are all for git repositories given by a ssh url)

If this is something you would like to support, I could try to deliver at least a draft

Another thing, I am missing is the "required by", which Satis publishes in Package details.

@akondas akondas added the enhancement New feature or request label Mar 29, 2021
@akondas
Copy link
Member

akondas commented Mar 29, 2021

It is as you wrote. We welcome such a contribution.
As for "required by", you can have a look at: #426

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants