From 231d195f8e753c9cf5ad75f0e47b88ac344edb62 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 19 Oct 2019 21:18:06 +0300 Subject: Change: fix? --- roadmap.mdwn | 70 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/roadmap.mdwn b/roadmap.mdwn index 6da8272..f9ac7fb 100644 --- a/roadmap.mdwn +++ b/roadmap.mdwn @@ -4,43 +4,43 @@ This is the road map for vmdb2 development. It does not stretch very far, because predicting the future is difficult. This road map also doesn't give any dates, this is a hobby project. It's also open for discussion. -~~~roadmap - vmdb2_1_0: - label: | - vmdb2 is production ready - depends: - - ci_tests - - ci_builds_daily - - x220_install +```roadmap +vmdb2_1_0: + label: | + vmdb2 is production ready + depends: + - ci_tests + - ci_builds_daily + - x220_install - x220_install: - label: | - x220 can install Debian - onto a Thinkpad x220 - laptop +x220_install: + label: | + x220 can install Debian + onto a Thinkpad x220 + laptop - ci_tests: - label: | - CI builds and tests - toy images using most - plugins on every commit +ci_tests: + label: | + CI builds and tests + toy images using most + plugins on every commit - ci_builds_daily: - label: | - CI builds, tests, and - publishes images using - vmdb2, on Debian buster - and sid daily - depends: - - amd64_images - - arm64_images +ci_builds_daily: + label: | + CI builds, tests, and + publishes images using + vmdb2, on Debian buster + and sid daily + depends: + - amd64_images + - arm64_images - amd64_images: - label: | - CI: amd64 images +amd64_images: + label: | + CI: amd64 images - arm64_images: - label: | - CI: arm64 images for - the Raspberry Pi -~~~ +arm64_images: + label: | + CI: arm64 images for + the Raspberry Pi +``` -- cgit v1.2.1