commit | b9863f4b9c181184ed93bb9ba1877b5b1b930c4e | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Fri Feb 15 15:39:23 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Fri Feb 15 15:39:23 2019 -0800 |
tree | fa0127d9efbdfd64eb2fedf1e88eab16d43cd4c3 | |
parent | ffc883bea089cf42cf726da4062120f630c39003 [diff] |
discoverer: Fix a bug in multiple removals If we get notifications that a host has been lost twice, we can crash out. Change-Id: Ifeef72d3c41707187d8f9f95674bbd0997b1e7fe
MDT is a simple tool to aid in working with single board computers that the Mendel Linux distribution runs on. It consists of a whole bunch of pre-existing open source tooling, coupled with some simple wrappers written in python to ease their use.
It also provides an easy way to interact with these boards without having to fight with serial consoles, IP addresses, and other fiddly bits, reducing barrier to entry when working with these boards.
With minimal effort, MDT should also be portable to existing systems such as Debian and Ubuntu, if needed. This, however, is out of the scope of this project.