2022 Week 20 Status Update
What I did from 2022-MAY-15 to 2022-MAY-21.
What I did from 2022-MAY-15 to 2022-MAY-21.
tl;dr : I want to integrate blog posts in Hugo into a DevOps-Manual that I use as a reference document for programming and system administration activities. The DevOps-Manual is assembled using DocBook.
What I did from 2022-APR-24 to 2022-APR-30.
What I did from 2022-APR-17 to 2022-APR-23.
With a release.yml file:
name: foo
version : v20220430010320
cat release.yml | awk --field-separator ':' 'match($1, /^version\s?/) { print $2 }' | sed --expression 's:\s::g'
I want a usuable artifact repository for my home lab.
( Work In Progress )
I want to build generic releases and have some tooling to easily manage version numbers, maybe tagging git repos, and building archives.
What I did from 2022-APR-10 to 2022-APR-16.