-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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 = masterWhat 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 = trueBut mxdev still tries to clone the repository.
Then, I add:
default-update = noBut 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
Labels
No labels