Add fuel-agent to ignore list

Closes-Bug:#1604005

Change-Id: Iade28b9e92407054188f7ad4fe6b2b417058de21
This commit is contained in:
Mikhail Ivanov 2016-07-18 15:48:11 +03:00
parent f90ce88b1e
commit 6887ddee1c
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ main () {
done
# Prepare source tarball
pushd $_srcpath &>/dev/null
local ignore_list="rally horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web"
local ignore_list="rally horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web fuel-agent"
if [ $(echo $ignore_list | grep -Eo "(^| )$PACKAGENAME( |$)") ]; then
# Do not perform `setup.py sdist` for rally packages
tar -czf ${BUILDDIR}/$TAR_NAME $EXCLUDES .

View File

@ -69,7 +69,7 @@ This package provides the %{-n*} kernel modules
sed -i "s|Source0:.*$|Source0: ${TAR_NAME}|" $specfile
# Prepare source tarball
pushd $_srcpath &>/dev/null
local ignore_list="openstack-macros horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web"
local ignore_list="openstack-macros horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web fuel-agent"
if [ $(echo $ignore_list | grep -Eo "(^| )$PACKAGENAME( |$)") ]; then
# Do not perform `setup.py sdist` for openstack-macros package
tar -czf ${BUILDDIR}/$TAR_NAME $EXCLUDES .