context: add context
All checks were successful
CI / build (push) Successful in 1m50s

pkh context allows to manage contexts (local, ssh) and run contextualized commands (deb)

in other words, this allows building binary packages over ssh
This commit is contained in:
2025-12-15 20:48:44 +01:00
parent ad98d9c1ab
commit 1d65d1ce31
9 changed files with 789 additions and 12 deletions

View File

@@ -24,6 +24,9 @@ env_logger = "0.11.8"
futures-util = { version = "0.3.31", features = ["tokio-io"] }
tar = "0.4"
xz2 = "0.1"
serde_json = "1.0.145"
directories = "6.0.0"
ssh2 = "0.9.5"
[dev-dependencies]
tempfile = "3.10.1"