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 <srifenbark@gmail.com>
This commit is contained in:
Scott Rifenbark 2019-06-05 15:41:59 -07:00
parent 997155882a
commit 25cb850392
1 changed files with 16 additions and 14 deletions

View File

@ -43,20 +43,22 @@ packages that build flock services.
https://opendev.org/starlingx/fault/src/branch/master/fm-common
<package-name>
├── <existing source>
│ ├── 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
::
<package-name>
├── <existing source>
│ ├── 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: