
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>
6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
SRC_DIR=.
|
|
EXCLUDE_LIST_FROM_TAR="centos \
|
|
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
|