We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
qompoter install
Version : v0.5.1
If a qompoter.lock file looks like this (result of a qompoter update with a dependency as lib) :
qompoter update
{ "last": "123456789", "name": "george/return-of-the-jedi", "date": "2024-03-18T11:03:04+01:00", "require": { "young/luke": { "version": "v0.2.1-lib", "type": "gitlab", "url": "https://github.com/api/v4/projects/young%2Fluke/jobs/artifacts/v0.2.1-lib/download?job=green-light-saber&private_token=<privateToken>", "md5sum": "456789123" } ,"young/leia": { "version": "v0.5.1", "type": "git", "url": "https://github.com:/young/leia.git", "md5sum": "456123789" } ,"old/yoda": { "version": "master", "type": "git", "url": "https://github.com:/old/yoda.git", "md5sum": "987654321" } } }
There will be an error when running qompoter install command :
* young/luke v0.2.1-lib Downloading lib... Warning: cannot find provided "https://github.com/api/v4/projects/young%2Fluke/jobs/artifacts/v0.2.1-lib/download?job=green-light-saber&private_token=<privateToken>", let's try another repository Error: no library found "https://github.com:/young/luke/v0.2.1-lib" FAILURE FAILURE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version : v0.5.1
If a qompoter.lock file looks like this (result of a
qompoter update
with a dependency as lib) :There will be an error when running
qompoter install
command :The text was updated successfully, but these errors were encountered: