From 657df7be76efcad26d538ffa8517e3938253b9fc Mon Sep 17 00:00:00 2001 From: Don Penney Date: Mon, 4 Nov 2019 14:05:16 -0500 Subject: [PATCH] Update files for relocated repo Change-Id: I92e73dda13d1135a1ecc60007c8c1447bb01ad7a Story: 2006166 Task: 37337 Signed-off-by: Don Penney --- .zuul.yaml | 18 ++++++------------ centos_pkg_dirs | 1 + centos_wheels.inc => centos_stable_wheels.inc | 0 distributedcloud/centos/build_srpm.data | 6 ++---- tox.ini | 2 +- 5 files changed, 10 insertions(+), 17 deletions(-) create mode 100644 centos_pkg_dirs rename centos_wheels.inc => centos_stable_wheels.inc (100%) diff --git a/.zuul.yaml b/.zuul.yaml index 1ecc0de96..d5ddbae97 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,20 +6,14 @@ - stx-release-notes-jobs check: jobs: - - openstack-tox-linters: - voting: false - - stx-distcloud-tox-pep8: - voting: false - - stx-distcloud-tox-py27: - voting: false + - openstack-tox-linters + - stx-distcloud-tox-pep8 + - stx-distcloud-tox-py27 gate: jobs: - - openstack-tox-linters: - voting: false - - stx-distcloud-tox-pep8: - voting: false - - stx-distcloud-tox-py27: - voting: false + - openstack-tox-linters + - stx-distcloud-tox-pep8 + - stx-distcloud-tox-py27 - job: name: stx-distcloud-tox-py27 diff --git a/centos_pkg_dirs b/centos_pkg_dirs new file mode 100644 index 000000000..3211ad056 --- /dev/null +++ b/centos_pkg_dirs @@ -0,0 +1 @@ +distributedcloud diff --git a/centos_wheels.inc b/centos_stable_wheels.inc similarity index 100% rename from centos_wheels.inc rename to centos_stable_wheels.inc diff --git a/distributedcloud/centos/build_srpm.data b/distributedcloud/centos/build_srpm.data index 91d9aa18e..93953f8d7 100644 --- a/distributedcloud/centos/build_srpm.data +++ b/distributedcloud/centos/build_srpm.data @@ -1,6 +1,4 @@ -TAR_NAME="distributedcloud" -SRC_DIR="$CGCS_BASE/git/distributedcloud" +SRC_DIR="." COPY_LIST="$FILES_BASE/*" -TIS_BASE_SRCREV=e82c7b43362bceb8d4ae9d121d023e42268204db -TIS_PATCH_VER=GITREVCOUNT+9 +TIS_PATCH_VER=0 diff --git a/tox.ini b/tox.ini index 31addae1a..34bb8e79d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = linters,pep8,py27-dev +envlist = linters minversion = 2.3 skipsdist = True