From 4633f41c823d890afa22ee478cd2d4abb5e495b6 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Wed, 10 Oct 2018 09:33:05 -0500 Subject: [PATCH] [Doc] restapi-doc wadl based package removal Previous StarlingX API Reference documentation was hosted under restapi-doc package and managed using maven and wadl files. StarlingX has enabled the OpenStack API guideline to manage REST API services allowing all previous restapi-doc references to be removed. Change-Id: I85cd192b557d3964c06cbb6c550799349d20bdb4 Signed-off-by: Abraham Arce --- build-tools/build-sdk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/build-tools/build-sdk b/build-tools/build-sdk index 563bd520..99bb726e 100755 --- a/build-tools/build-sdk +++ b/build-tools/build-sdk @@ -7,16 +7,14 @@ # # The second way is explicitly name packages that contain SDK content. This # works well for packages which only contain SDK content. The other reason -# that calling out packages explcitly may be of use is that some packages -# (like restapi-doc) may not be built automatically because they get caught -# in the blacklist filter (i.e. we normally don't build restapi-doc because -# it contains "doc"). +# that calling out packages explicitly may be of use is that some packages +# may not be built automatically because they get caught in the blacklist +# filter. EXPLICIT_PACKAGES=( \ wrs-branding \ wrs-heat-templates \ install-log-server \ - restapi-doc \ remote-clients \ ) @@ -35,7 +33,6 @@ PATTERNS=(wrs-branding*.x86_64.rpm \ wrs-heat-templates*.x86_64.rpm \ *cgts-sdk*.x86_64.rpm \ install-log-server*.x86_64.rpm \ - restapi-doc*.x86_64.rpm \ remote-clients*.x86_64.rpm ) rm -f $SDKTMPFILE