Florian Schulze
Florian Schulze
I have never used conda and don't know if it would be a good match to include support in devpi. Could you provide more details on how you imagine this...
That is weird. As far as I know the Linux filename limit is 255 characters and the full path limit 4096. Here the filename has 177 characters. It is not...
In any server deployment you also shouldn't use the ``--start`` option (which is deprecated but not prominently enough yet). Instead you should use something like systemd to run devpi (we...
@yunfan didn't you already ask about a different URL for upstream and said my answer at https://github.com/devpi/devpi/issues/433#issuecomment-582475198 solved it for you? What do you mean with "prevent the server auto...
@yunfan I think what you want is the ``--no-root-pypi`` when running ``devpi-init``. That way ``root/pypi`` isn't created at all and you can create it yourself with the correct ``mirror_url``.
Please let us know about what you find inconvenient so we can address it if possible. I plan to spend some time on reworking the docs this month.
I consider devpi-server very database like. Everything you do with devpi-client to configure devpi is in my opinion the same you do with a database client. You don't define database...
@hoefling > My 2c first: the only inconvenience I found using devpi is that the docs upload command relies on the presence of the setup.py script, so one has to...
There is no specific way to prime the cache. It's mostly meant to allow installing again in case the internet is down or slow. That's why the docs talk about...
The mailinglist is still in use, just very low traffic.