summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-19 21:18:06 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-19 21:18:06 +0300
commit231d195f8e753c9cf5ad75f0e47b88ac344edb62 (patch)
tree4a3f2fdaab09491b58f26c33983e35904f0f5e3b
parentb33144644de851947bd46aa02276481d4b147318 (diff)
downloadvmdb2.liw.fi-231d195f8e753c9cf5ad75f0e47b88ac344edb62.tar.gz
Change: fix?
-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
+```