diff --git a/installer/pxe-network-installer/centos/build_srpm.data b/installer/pxe-network-installer/centos/build_srpm.data index 2e157186..a3856e13 100644 --- a/installer/pxe-network-installer/centos/build_srpm.data +++ b/installer/pxe-network-installer/centos/build_srpm.data @@ -1,6 +1,6 @@ -COPY_LIST="pxe-network-installer//* \ - $CGCS_BASE/mwa-beas/bsp-files/grub.cfg \ - $CGCS_BASE/mwa-beas/bsp-files/kickstarts/post_clone_iso_ks.cfg \ +COPY_LIST="pxe-network-installer/* \ + $GIT_BASE/bsp-files/grub.cfg \ + $GIT_BASE/bsp-files/kickstarts/post_clone_iso_ks.cfg \ $SRC_BASE/cgcs-centos-repo/Binary/images/efiboot.img \ /import/mirrors/CentOS/tis-installer/initrd.img-stx-0.2 \ /import/mirrors/CentOS/tis-installer/squashfs.img-stx-0.2 \ diff --git a/kickstart/centos/build_srpm.data b/kickstart/centos/build_srpm.data index 4f70f963..4845de22 100644 --- a/kickstart/centos/build_srpm.data +++ b/kickstart/centos/build_srpm.data @@ -1,3 +1,3 @@ -SRC_DIR="${CGCS_BASE}/mwa-beas/bsp-files" +SRC_DIR="${GIT_BASE}/bsp-files" COPY_LIST="$PKG_BASE/LICENSE" TIS_PATCH_VER=1 diff --git a/mtce-compute/centos/build_srpm.data b/mtce-compute/centos/build_srpm.data index fc8c9cca..0d12d4f7 100644 --- a/mtce-compute/centos/build_srpm.data +++ b/mtce-compute/centos/build_srpm.data @@ -1,3 +1,3 @@ -SRC_DIR=$CGCS_BASE/mwa-beas/mtce-compute/cgts-mtce-compute-1.0/scripts +SRC_DIR="$PKG_BASE/cgts-mtce-compute-1.0/scripts" COPY_LIST="$SRC_DIR/*" TIS_PATCH_VER=4 diff --git a/mtce-control/centos/build_srpm.data b/mtce-control/centos/build_srpm.data index 65f97c20..f86ef834 100644 --- a/mtce-control/centos/build_srpm.data +++ b/mtce-control/centos/build_srpm.data @@ -1,4 +1,4 @@ -SRC_DIR=$CGCS_BASE/mwa-beas/mtce-control/cgts-mtce-control-1.0/scripts +SRC_DIR="$PKG_BASE/cgts-mtce-control-1.0/scripts" COPY_LIST="$SRC_DIR/* \ $PKG_BASE/LICENSE" TIS_PATCH_VER=4 diff --git a/mtce-storage/centos/build_srpm.data b/mtce-storage/centos/build_srpm.data index 45426db7..27e90c35 100644 --- a/mtce-storage/centos/build_srpm.data +++ b/mtce-storage/centos/build_srpm.data @@ -1,4 +1,4 @@ -SRC_DIR=$CGCS_BASE/mwa-beas/mtce-storage/cgts-mtce-storage-1.0/scripts +SRC_DIR="$PKG_BASE/cgts-mtce-storage-1.0/scripts" COPY_LIST="$SRC_DIR/* \ $PKG_BASE/LICENSE" TIS_PATCH_VER=3