l 2 repo-sync: irc-announce only for prism
This commit is contained in:
parent
8fa2b200aa
commit
f7820d6f3a
@ -48,7 +48,7 @@ let
|
|||||||
mirror.ref = "heads/newest";
|
mirror.ref = "heads/newest";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
krebs.git = defineRepo name true;
|
krebs.git = defineRepo name (config.networking.hostName == "prism");
|
||||||
};
|
};
|
||||||
|
|
||||||
sync-remote = name: url:
|
sync-remote = name: url:
|
||||||
@ -59,7 +59,7 @@ let
|
|||||||
mirror.url = "${mirror}${name}";
|
mirror.url = "${mirror}${name}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
krebs.git = defineRepo name true;
|
krebs.git = defineRepo name (config.networking.hostName == "prism");
|
||||||
};
|
};
|
||||||
|
|
||||||
sync-remote-silent = name: url:
|
sync-remote-silent = name: url:
|
||||||
|
Loading…
Reference in New Issue
Block a user