| commit | d7c8bbbf6638f0042a972af7efaf808b159fcbb1 | [log] [tgz] |
|---|---|---|
| author | Timon Stampfli <timon@timon.ch> | Sun Dec 15 17:26:35 2024 +0100 |
| committer | Timon Stampfli <timon@timon.ch> | Fri Dec 20 15:53:04 2024 +0000 |
| tree | 4ed649b74c53ac0d1b514b2d2821556da33bef00 | |
| parent | 91bcf46639db7008c7290e6f27136cd122fd1b3c [diff] |
m/c/metroctl: clean up ssh terminal handling Drop deprecated x/crypto/ssh/terminal package. It's replacement is already used in the same package. Consistently use syscall.Stdin and cast it to int to be compatible with Windows. This is a no-op on Unix-style platforms. Change-Id: I727a51a6aae6e57e4133ab5969db77af013ba78f Reviewed-on: https://review.monogon.dev/c/monogon/+/3699 Vouch-Run-CI: Lorenz Brun <lorenz@monogon.tech> Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.