Fix exclusion paths in cgcs-patch build_srpm.data

The EXCLUDE_LIST_FROM_TAR list in cgcs-patch build_srpm.data includes
entries to exclude .tox and other dirs when building the package, but
the path included an extra directory level. This update corrects the
paths.

Change-Id: I8b3641e4e86f52ef7b9fb56f9eb3df289935e188
Closes-Bug: 1908940
Signed-off-by: Don Penney <don.penney@windriver.com>
This commit is contained in:
Don Penney 2020-12-21 15:22:29 -05:00
parent adaaba0c21
commit 764a057601
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
SRC_DIR=.
EXCLUDE_LIST_FROM_TAR="centos \
cgcs-patch/cgcs-patch/.tox cgcs-patch/cgcs-patch/.coverage cgcs-patch/cgcs-patch/.stestr cgcs-patch/cgcs-patch/cover \
cgcs-patch/.tox cgcs-patch/.coverage cgcs-patch/.stestr cgcs-patch/cover \
cgcs-patch/cgcs_make_patch cgcs-patch/cgcs_patch_id"
TIS_PATCH_VER=PKG_GITREVCOUNT