From ca012f83fb5f4b5612074e7ed564c5584e1acb5f Mon Sep 17 00:00:00 2001 From: Alexander Tsamutali Date: Tue, 5 Jul 2016 19:39:33 +0300 Subject: [PATCH] Don't use `sdist` for some Fuel projects - fuel-astute - fuel-library - fuel-main - fuel-nailgun-agent - fuel-ui - fuel-web Change-Id: Ie683a2761acd96f202a7ab05932731e16cbd195b --- perestroika/build-deb.sh | 2 +- perestroika/build-rpm.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perestroika/build-deb.sh b/perestroika/build-deb.sh index 9bc5df2..da9949f 100755 --- a/perestroika/build-deb.sh +++ b/perestroika/build-deb.sh @@ -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 . diff --git a/perestroika/build-rpm.sh b/perestroika/build-rpm.sh index da0475a..3df8a3a 100755 --- a/perestroika/build-rpm.sh +++ b/perestroika/build-rpm.sh @@ -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 .