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:
parent
adaaba0c21
commit
764a057601
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user