k 3 repo-sync: set REPONAME

This is needed to allow multiple repo fetching at the same time
This commit is contained in:
lassulus 2016-06-24 16:04:04 +02:00
parent fe1e9a6c91
commit ba0a7978ba

View File

@ -103,6 +103,7 @@ let
environment = {
GIT_SSH_COMMAND = "${pkgs.openssh}/bin/ssh -i ${cfg.stateDir}/ssh.priv";
REPONAME = "${name}.git";
};
serviceConfig = {