summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn70
1 files 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
+```