Provide some helpful context managers in the provisioner #132
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some aspects of the provisioner scripts, for instance doing a
chroot
into the working directory, would be well handled by some custom context managers that are provided automatically.e.g. https://youtu.be/-aKFBoZpiqA?t=948
Worthwhile to look into adding at the very least the
chroot
one and maybe some others will come up.closed via commit
8c975e5c46
It ended up being easier to just include this in the example script, rather than try to put it in the parent context. After all not all installs might require this.