diff options
author | EuAndreh <eu@euandre.org> | 2025-04-09 14:38:52 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-09 15:27:58 -0300 |
commit | 5b1f774ac1638cc7cfbef124394b6241bec6894a (patch) | |
tree | 8a3128f27ff84300b8d70cabf0296b304ac1674c /src/content/tils/2020/11/12 | |
parent | src/bin/pb: Add initial version (diff) | |
download | euandre.org-5b1f774ac1638cc7cfbef124394b6241bec6894a.tar.gz euandre.org-5b1f774ac1638cc7cfbef124394b6241bec6894a.tar.xz |
src/content/: Recover article categories metadata, not its usage or metadata
Diffstat (limited to 'src/content/tils/2020/11/12')
-rw-r--r-- | src/content/tils/2020/11/12/diy-nix-bash-ci.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2020/11/12/git-bisect-automation.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2020/11/12/useful-bashvars.adoc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc index cee2098..aa96466 100644 --- a/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc +++ b/src/content/tils/2020/11/12/diy-nix-bash-ci.adoc @@ -3,6 +3,7 @@ export sort=2 //// = DIY bare bones CI server with Bash and Nix +:categories: ci :post-receive: https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks :example-project: https://euandreh.xyz/remembering/ci.html diff --git a/src/content/tils/2020/11/12/git-bisect-automation.adoc b/src/content/tils/2020/11/12/git-bisect-automation.adoc index d068fc1..936d042 100644 --- a/src/content/tils/2020/11/12/git-bisect-automation.adoc +++ b/src/content/tils/2020/11/12/git-bisect-automation.adoc @@ -3,6 +3,7 @@ export sort=1 //// = Git bisect automation +:categories: git It is good to have an standardized way to run builds and tests on the repository of a project, so that you can find when a bug was introduced by using diff --git a/src/content/tils/2020/11/12/useful-bashvars.adoc b/src/content/tils/2020/11/12/useful-bashvars.adoc index 5061b64..84b93c3 100644 --- a/src/content/tils/2020/11/12/useful-bashvars.adoc +++ b/src/content/tils/2020/11/12/useful-bashvars.adoc @@ -1,4 +1,5 @@ = Useful Bash variables +:categories: shell :bash: https://www.gnu.org/software/bash/ :bash-bang-bang: https://www.gnu.org/software/bash/manual/bash.html#Event-Designators |