Bug 1989 Do not use trailing / for directory 80/11880/1
authorbeierlm <mark.beierl@canonical.com>
Wed, 13 Apr 2022 10:28:58 +0000 (06:28 -0400)
committerbeierlm <mark.beierl@canonical.com>
Wed, 13 Apr 2022 10:28:58 +0000 (06:28 -0400)
commit81b30e916f0cdbcfe0da4868325591c34fb5acb2
treee94135b0c4126a264526f2e9d89753c353edb0bc
parentcee2ebfe3b4a0e4fe7a566eeb6e3f959649e1fce
Bug 1989 Do not use trailing / for directory

When storing package contents in fsmongo, the tar format does not have a trailing
/ on directories, but zip format does.  As a result, when searching for the charm
directory, logic was added to append the / on the end of the directory name.

This is no longer needed as the reverse sync is being used now to store package
content and it handles directory names properly.

Fixes bug 1989

Change-Id: I31540c817113f393e222ae47c3420f374769e3ed
Signed-off-by: beierlm <mark.beierl@canonical.com>
osm_nbi/descriptor_topics.py