Don't use `sdist` for some Fuel projects

- fuel-astute
- fuel-library
- fuel-main
- fuel-nailgun-agent
- fuel-ui
- fuel-web

Change-Id: Ie683a2761acd96f202a7ab05932731e16cbd195b
This commit is contained in:
Alexander Tsamutali 2016-07-05 19:39:33 +03:00
parent 8a9f5be62b
commit ca012f83fb
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ main () {
done
# Prepare source tarball
pushd $_srcpath &>/dev/null
local ignore_list="rally horizon-vendor-theme"
local ignore_list="rally horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web"
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

@ -63,7 +63,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"
local ignore_list="openstack-macros horizon-vendor-theme fuel-astute fuel-library fuel-main fuel-nailgun-agent fuel-ui fuel-web"
if [ $(echo $ignore_list | grep -Eo "(^| )$PACKAGENAME( |$)") ]; then
# Do not perform `setup.py sdist` for openstack-macros package
tar -czf ${BUILDDIR}/$TAR_NAME $EXCLUDES .