Skip to content

Problems cloning repositories #34

@gforcada

Description

@gforcada

I'm using mxdev = 3.0.0 and have the following mx.ini file:

[settings]
requirements-in = requirements.txt
requirements-out = requirements-mxdev.txt
contraints-out = constraints-mxdev.txt

main-package = -e .[test]
ignore = freitag.main-package

gitlab = [email protected]

[freitag.one]
url = ${settings:gitlab}:der-freitag/freitag.one
branch = master

What should be the url of the freitag.one package? It's hosted in gitlab in a private organization.

If I do a plain git clone [email protected]:der-freitag/freitag.one it does work and does not ask for any key.

If I call mxdev it keeps asking for my SSH passhprase, but still refuses to accept it anyway.

Then I said "oh well, let's avoid it", and I did the clones myself on the sources folder and set:

offline = true

But mxdev still tries to clone the repository.

Then, I add:

default-update = no

But mxdev still insists in cloning the repository 😕

Where's my error? I use the very same URL as I have on my (to be replaced by mxdev) buildout sources.cfg 🤷🏾‍♂️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions