Merge "Remove explict sed for doc build warnings"

This commit is contained in:
Zuul 2019-03-29 19:48:35 +00:00 committed by Gerrit Code Review
commit 049984d542
6 changed files with 1 additions and 6 deletions

View File

@ -62,7 +62,6 @@ This package contains the documentation.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build

View File

@ -55,7 +55,6 @@ DBaaS API.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build

View File

@ -54,7 +54,6 @@ This package contains the documentation.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build

View File

@ -55,7 +55,6 @@ Zaqar Queueing API.
%prep
%autosetup -n %{name}-%{version}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build

View File

@ -57,7 +57,6 @@ This package contains documentation in HTML format.
%autosetup -p1 -n {{ pypi_name }}-%{version}
%py_req_cleanup
%build
%python_build

View File

@ -79,7 +79,7 @@ don't fit in a product.
%prep
%autosetup -n %{sname}-%{version}
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%py_req_cleanup
%build
%{py2_build}