lueschem / edi

Embedded development infrastructure.
https://www.get-edi.io
GNU Lesser General Public License v3.0
38 stars 12 forks source link

Remove single point of failure in repository_key #79

Open tacarrie opened 1 year ago

tacarrie commented 1 year ago

Issue Type

Environment detail

PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
+ python3 --version
Python 3.9.2
+ ansible-playbook --version
sh: 3: ansible-playbook: not found
+ lxc --version
sh: 4: lxc: not found
+ grep+ dpkg -l
 \(lxd\|ansible\)

Desired Behaviour

There shall be no single point of failure with regards to repository_key of base configuration. If a repository is not available for whatever reasons, it shall be possible to use an alternative repository (local or remote).

Actual Behaviour (Bug report only)

Build was failing last Monday, because the repository was not available: image

image