diff --git a/perestroika/build-deb.sh b/perestroika/build-deb.sh index 9b3d4a2..5579459 100755 --- a/perestroika/build-deb.sh +++ b/perestroika/build-deb.sh @@ -75,7 +75,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 . diff --git a/perestroika/build-rpm.sh b/perestroika/build-rpm.sh index a84cee8..69212ce 100755 --- a/perestroika/build-rpm.sh +++ b/perestroika/build-rpm.sh @@ -71,7 +71,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 .