This is a very simple start to the disposable client work. It's by no means set in stone - meant to be a starting point that can (and should) be altered as we continue the work.
Details
Details
No testing needed at this point, meant to be a starting point with little working code.
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Branch
- disposable-develop
- Lint
Lint OK - Unit
No Unit Test Coverage
Comment Actions
Looks good. I have probably missed something so - what is the thought behind the --patch argument?
Comment Actions
When I was writing the PoC, I ran into a problem - the VMs are created from scratch using packages. If I wanted to test a small change, I had to build a new package and get in a repo used during client creation.
It's a huge PITA, so I added the --patch argument as a sort of hotfix on the clients, enabling me to test changes in the libtaskotron code running on the clients without too much effort. It's mostly a dev convenience option but I'm open to other solutions or taking it out if it's considered too hacky