##// END OF EJS Templates
git: use a fetch_sync based creation of remote repos....
git: use a fetch_sync based creation of remote repos. - skips fragile dulwich code that has problems with large repos - is in sync with logic that does remote fetch - is faster and more efficient
marcink -
r3078:0a44452a default
Show More
Name Size Modified Last Commit Author
/ pkgs
nix-common
patch_beaker
README.rst Loading ...
bower-packages.nix Loading ...
license-generate.nix Loading ...
node-default.nix Loading ...
node-env.nix Loading ...
node-packages.nix Loading ...
python-packages-overrides.nix Loading ...
python-packages.nix Loading ...
shell-generate.nix Loading ...

Generate the Nix expressions

Details can be found in the repository of RhodeCode Enterprise CE inside of the file docs/contributing/dependencies.rst.

Start the environment as follows:

nix-shell pkgs/shell-generate.nix

Python dependencies

pip2nix generate --licenses
# or
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"

NodeJS dependencies

rm -rf node_modules
nix-shell pkgs/shell-generate.nix --command "
    node2nix --input package.json \
             -o pkgs/node-packages.nix \
             -e pkgs/node-env.nix \
             -c pkgs/node-default.nix \
             -d --flatten --nodejs-6 "

Bower dependencies

nix-shell pkgs/shell-generate.nix --command "bower2nix bower.json pkgs/bower-packages.nix"

Generate license data

nix-build pkgs/license-generate.nix -o result-license && cat result-license/licenses.json | python -m json.tool > rhodecode/config/licenses.json