From 925615fbe33d51134d675084f8daa9c39e1ebfd2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 4 Jun 2019 09:24:23 -0700 Subject: [PATCH] tsconfig: Move scripts into tsconfig Currently the build system automagically copies the scripts directory into tsconfig as part of constructing the source rpm. In order to build with OBS (for multi-os), all the files need to be in the correct directory level, in this case update/tsconfig/tsconfig. Correct where devstack finds the tsconfig script Tested with current build-pkgs from clean and verified contents of both tsconfig RPM and SRPM where correct. Depends-On: I58dc94eaac98a87509f57fdd2126188a6917569c Change-Id: Ib6fdf7aaad5ed91be091b7f1f63365895a8aea7d Signed-off-by: Saul Wold --- tsconfig/centos/build_srpm.data | 1 - tsconfig/{ => tsconfig}/scripts/tsconfig | 0 2 files changed, 1 deletion(-) rename tsconfig/{ => tsconfig}/scripts/tsconfig (100%) diff --git a/tsconfig/centos/build_srpm.data b/tsconfig/centos/build_srpm.data index f5a4888936..f60b44e064 100644 --- a/tsconfig/centos/build_srpm.data +++ b/tsconfig/centos/build_srpm.data @@ -1,3 +1,2 @@ SRC_DIR="tsconfig" -COPY_LIST_TO_TAR="scripts" TIS_PATCH_VER=9 diff --git a/tsconfig/scripts/tsconfig b/tsconfig/tsconfig/scripts/tsconfig similarity index 100% rename from tsconfig/scripts/tsconfig rename to tsconfig/tsconfig/scripts/tsconfig