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

Impossible to qompoter install with dependencies as lib #12

Open
MichelC-20 opened this issue Mar 19, 2024 · 0 comments
Open

Impossible to qompoter install with dependencies as lib #12

MichelC-20 opened this issue Mar 19, 2024 · 0 comments
Labels

Comments

@MichelC-20
Copy link

Version : v0.5.1

If a qompoter.lock file looks like this (result of a qompoter update with a dependency as lib) :

{
  "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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants