aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-07meta: ignore build for rust projectsFranck Cuny1-0/+1
Change-Id: I0235d851df781430abe87d503c652bd97b6e1f1a
2022-06-28feat(flake): add pre-commit hooksFranck Cuny1-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
2022-06-04feat(gerrit-hook): a small tool to act as a dispatcher for gerritFranck Cuny1-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>
2022-05-25ref(notes): drop flake.nixFranck Cuny1-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.
2022-05-25ref(blog): drop the flake configurationFranck Cuny1-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.
2022-05-23feat(resume): set the version using the dateFranck Cuny1-0/+1
2022-05-23ref(notes): remove unneeded files for my notesFranck Cuny1-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.
2022-05-23ref(blog): remove unneeded files for the blogFranck Cuny1-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.