##// END OF EJS Templates
git-lfs: always validate uploaded files size....
git-lfs: always validate uploaded files size. In case of bad uploads we want the client to re-try the LFS object upload. Else we can end up with wrong sized OIDs uploaded and reported as OK.

File last commit:

r34:640a4096 default
r197:e75ea5c6 default
Show More
release.nix
15 lines | 164 B | text/x-nix | NixLexer
initial commit
r0 { pkgs ? import <nixpkgs> {}
nix: Propagate doCheck argument through nix files.
r34 , doCheck ? true
initial commit
r0 }:
let
vcsserver = import ./default.nix {
inherit
nix: Propagate doCheck argument through nix files.
r34 doCheck
initial commit
r0 pkgs;
};
in {
build = vcsserver;
}