about summary refs log tree commit diff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(flake): add pre-commit hooksFranck Cuny2022-06-281-0/+1
| | | | | | | | | And configure them to run nixpkgs-fmt and shellcheck. Change-Id: I0aa2025e368b80c5e7d90a4dc05448494525e31e Reviewed-on: https://cl.fcuny.net/c/world/+/590 Reviewed-by: Franck Cuny <franck@fcuny.net> Tested-by: CI
* feat(gerrit-hook): a small tool to act as a dispatcher for gerritFranck Cuny2022-06-041-0/+1
| | | | | | | | | | | | | | | | When a patchset is created, gerrit will call this tool with a number of arguments. This hook triggers a build with buildKite for the given patchset, and add a comment to gerrit with a link to the build. We do not wait for the build to be successful to update gerrit. This will be done by another hook which the buildKite agents will call once they are done with the build. Change-Id: Iaa221765f3c52875ec37c5d282ba0557291eb5a4 Reviewed-on: https://cl.fcuny.net/c/world/+/171 Reviewed-by: Franck Cuny <franck@fcuny.net>
* ref(notes): drop flake.nixFranck Cuny2022-05-251-0/+1
| | | | | | | There's no need to have a flake.nix for the notes, we can use the same mechanism as for the blog and resume. Add a README so I remember how to use this in the future.
* ref(blog): drop the flake configurationFranck Cuny2022-05-251-0/+2
| | | | | | There's no need to have multiple `flake.nix` in the repository. Make the blog part of the flake configuration at the root level of the repository, delete the one in the blog, and update the documentation.
* feat(resume): set the version using the dateFranck Cuny2022-05-231-0/+1
|
* ref(notes): remove unneeded files for my notesFranck Cuny2022-05-231-0/+1
| | | | | In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.
* ref(blog): remove unneeded files for the blogFranck Cuny2022-05-231-0/+1
In a monorepo setup, the CI configuration is not used at this level of the tree, and the gitignore/envrc are not relevant.