From 25cb850392b967fa89aefd37f761444d5ee0f797 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 5 Jun 2019 15:41:59 -0700 Subject: [PATCH] MultiOS directory layout formatting fixed. Story: 2004891 Task: 29188 I inserted the proper directives to render the tree structure properly. Change-Id: Ib6142d3ee2c9fcf5a8cf3c2bf564245f64330e08 Signed-off-by: Scott Rifenbark --- .../multi-os-2004891-directory-layout.rst | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/specs/2019.03/approved/multi-os-2004891-directory-layout.rst b/specs/2019.03/approved/multi-os-2004891-directory-layout.rst index d267763..2eba239 100644 --- a/specs/2019.03/approved/multi-os-2004891-directory-layout.rst +++ b/specs/2019.03/approved/multi-os-2004891-directory-layout.rst @@ -43,20 +43,22 @@ packages that build flock services. https://opendev.org/starlingx/fault/src/branch/master/fm-common - - ├── - │ ├── source code of the project - ├── centos //This is the current centOS directory, it will not be modified. - └── debian - │ ├── fm-common-dev.install - │ ├── fm-common-doc.install - │ ├── fm-common-wheels.install - │ ├── fm-common.install - │ ├── rules - │ ├── control - │ - └── opensuse - │ ├──fm-common.spec +:: + + + ├── + │ ├── source code of the project + ├── centos //This is the current centOS directory, it will not be modified. + └── debian + │ ├── fm-common-dev.install + │ ├── fm-common-doc.install + │ ├── fm-common-wheels.install + │ ├── fm-common.install + │ ├── rules + │ ├── control + │ + └── opensuse + │ ├──fm-common.spec The Debian directory will contain the following files: