about summary refs log tree commit diff
path: root/ops/sync-gcsr/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-21 feat(ops/besadii): Refactored tool to trigger sourcehut buildsVincent Ambo1-14/+0
Refactors //ops/sync-gcsr which was previously responsible for synchronising the git repository between GCSR and the git.tazj.in cgit instance to simply be responsible for triggering builds on sourcehut. This program is intended to run as a git post-update hook. Note: Not yet feature complete, as interpolation of concrete git values and also sourcehut secrets is missing.
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-3/+3
2020-01-18 r/407 feat(sync-gcsr): Add builds.sr.ht build manifestVincent Ambo1-0/+4
Adds a simple build manifest that builds everything in ci-builds.nix and pushes results to Cachix on success.
2019-12-20 r/237 chore: Significantly restructure folder layoutVincent Ambo1-0/+10
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit)