##// END OF EJS Templates
nix: Add PATH of vcsserver derivation to wrapping of other executables....
nix: Add PATH of vcsserver derivation to wrapping of other executables. The other executables like pserve or gunicorn need the same path as the vcsserver command uses. Otherwise they e.g. find different versions of git. System git versus custom git in nix-store.
Martin Bornhold -
r87:ea99aabb default
Show More
Name Size Modified Last Commit Author
configs
pkgs
tests
vcsserver
.bumpversion.cfg Loading ...
.hgignore Loading ...
.hgtags Loading ...
CHANGES.rst Loading ...
LICENSE.txt Loading ...
MANIFEST.in Loading ...
README.rst Loading ...
default.nix Loading ...
pip2nix.ini Loading ...
release.nix Loading ...
requirements.txt Loading ...
setup.py Loading ...
shell.nix Loading ...
test.ini Loading ...

vcsserver

Contains the package vcsserver.

It provides a server to allow remote access to various version control backend system.

Intention is that this package can be run independent of RhodeCode Enterprise or any other non-open packages.