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 https://opendev.org/starlingx/fault/src/branch/master/fm-common
<package-name> ::
├── <existing source>
│ ├── source code of the project <package-name>
├── centos //This is the current centOS directory, it will not be modified. ├── <existing source>
└── debian │ ├── source code of the project
│ ├── fm-common-dev.install ├── centos //This is the current centOS directory, it will not be modified.
│ ├── fm-common-doc.install └── debian
│ ├── fm-common-wheels.install │ ├── fm-common-dev.install
│ ├── fm-common.install │ ├── fm-common-doc.install
│ ├── rules │ ├── fm-common-wheels.install
│ ├── control │ ├── fm-common.install
│ ├── rules
└── opensuse │ ├── control
│ ├──fm-common.spec
└── opensuse
│ ├──fm-common.spec
The Debian directory will contain the following files: The Debian directory will contain the following files: