Currently the 'software list' output may show strange
order of the releases, such as:
$ software list
+------------------+-------+-----------+
| Release | RR | State |
+------------------+-------+-----------+
| STX-8.0 | True | deployed |
| STX-10.1 | True | available |
| STX_8_PATCH_0001 | True | deployed |
| STX_8_PATCH_0002 | True | deployed |
| STX_8_PATCH_0003 | True | deployed |
| STX_8_PATCH_0004 | True | deployed |
| STX_8_PATCH_0005 | True | deployed |
| STX_8_PATCH_0006 | False | deployed |
+------------------+-------+-----------+
This commit fixes the release order, showing from the
oldest (top) to the newest (bottom):
$ software list
+------------------+-------+-----------+
| Release | RR | State |
+------------------+-------+-----------+
| STX-8.0 | True | deployed |
| STX_8_PATCH_0001 | True | deployed |
| STX_8_PATCH_0002 | True | deployed |
| STX_8_PATCH_0003 | True | deployed |
| STX_8_PATCH_0004 | True | deployed |
| STX_8_PATCH_0005 | True | deployed |
| STX_8_PATCH_0006 | False | deployed |
| STX-10.1 | True | deploying |
+------------------+-------+-----------+
Test Plan
PASS: run software list and verify the output shows the
new order
Story: 2010676
Task: 51540
Change-Id: I517de30cdc3383654e332303fbc0036836a6114a
Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
8.1 KiB
8.1 KiB