Maybe there's some conditional that could be added, as prep for the update: $ grep pike */config.xml STX_BUILD_container_setup/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/images/pxeboot/initrd.img $STX_INSTALLER_DIR/initrd.img STX_BUILD_container_setup/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/images/pxeboot/vmlinuz $STX_INSTALLER_DIR/vmlinuz STX_BUILD_container_setup/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/LiveOS/squashfs.img $STX_INSTALLER_DIR/squashfs.img STX_build_docker_flock_images/config.xml:dev-centos-pike-${TIMESTAMP}</description> STX_build_installer/config.xml:echo '$MY_REPO_ROOT_DIR/stx-tools/toCOPY/generate-cgcs-centos-repo.sh /import/mirrors/CentOS/stx-r1/CentOS/pike/' | $DOCKER_CMD STX_build_installer/config.xml:echo '$MY_REPO_ROOT_DIR/stx-tools/toCOPY/populate_downloads.sh /import/mirrors/CentOS/stx-r1/CentOS/pike/' | $DOCKER_CMD STX_build_master_pike/config.xml:export OPENSTACK_RELEASE=pike STX_build_pre_installer/config.xml:echo '$MY_REPO_ROOT_DIR/stx-tools/toCOPY/generate-cgcs-centos-repo.sh /import/mirrors/CentOS/stx-r1/CentOS/pike/' | $DOCKER_CMD STX_build_pre_installer/config.xml:echo '$MY_REPO_ROOT_DIR/stx-tools/toCOPY/populate_downloads.sh /import/mirrors/CentOS/stx-r1/CentOS/pike/' | $DOCKER_CMD STX_download_mirror/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/images/pxeboot/initrd.img $STX_INSTALLER_DIR/initrd.img STX_download_mirror/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/images/pxeboot/vmlinuz $STX_INSTALLER_DIR/vmlinuz STX_download_mirror/config.xml: cp centos-mirror-tools/output/stx-r1/CentOS/pike/Binary/LiveOS/squashfs.img $STX_INSTALLER_DIR/squashfs.img STX_retag_docker_images/config.xml:dev-centos-pike-${TIMESTAMP}</description> For STX_BUILD_container_setup and STX_download_mirror, this could just be an existence check. For STX_build_installer and STX_build_pre_installer, maybe something like: grep -q 'ORIGIN=.*pike' $MY_REPO_ROOT_DIR/stx-tools/toCOPY/generate-cgcs-tis-repo -----Original Message----- From: Saul Wold [mailto:sgw@linux.intel.com] Sent: Monday, November 11, 2019 9:07 PM To: Little, Scott; Penney, Don; starlingx-discuss@lists.starlingx.io Subject: Removing 'pike' from mirror in stx-tools and docs Hi Scott, Don: I have a pair of patches pending to remove the OpenStack pike release name from the mirror tools and docs. https://review.opendev.org/#/q/topic:remove_pike+status:open Can you let me know what affect this will have on the Cengn Jenkins jobs and when we can coordinate this change? Thanks Sau!