about summary refs log tree commit diff
path: root/modules/server/git/nixpkgs/default.nix
Commit message (Collapse)AuthorAge
* modules/nixpkgs: install gitMinimalAlyssa Ross2024-07-01
| | | | We're already using it, so might as well.
* modules/server/git/nixpkgs: mark as safeAlyssa Ross2022-10-21
| | | | This is required by recent versions of git.
* modules/nixpkgs: fix permissionsAlyssa Ross2021-06-10
| | | | Git needs to umask to be set properly for shared repositories to work.
* modules/nixpkgs: make repository writeableAlyssa Ross2021-06-10
|
* modules/nixpkgs: fix timerAlyssa Ross2021-06-10
|
* modules/server/git/nixpkgs: run on a timerAlyssa Ross2021-04-14
| | | | Without this, it's not very useful. Oops.
* modules/server/git/nixpkgs: cooperate betterAlyssa Ross2021-04-14
| | | | | | Set a group so files created are writeable by other processes in the group, and don't use StateDirectory so systemd doesn't keep trying to chown it.
* modules/server/nixpkgs: git fetch periodicallyAlyssa Ross2021-04-04
| | | | | | | | | pushmail will fetch what it needs, but it won't fetch all the remote-tracking branches, and pr-tracker will only fetch if it can't find the merge commit at all -- it won't fetch in the case it knows about the merge commit, but it hasn't propagated to every branch yet. So periodically run git fetch on a timer.
* modules/nixpk.gs/pr-tracker: initAlyssa Ross2021-02-27