3ce6152837
Story: 2006387 Task: 36910 Depends-On: https://review.opendev.org/#/c/687401 Change-Id: Ifc1b2df8bc875212e7e850a334845796c6a30c53 Signed-off-by: Scott Little <scott.little@windriver.com>
24 lines
727 B
Plaintext
24 lines
727 B
Plaintext
#
|
|
# Copyright (c) 2018 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
|
|
#
|
|
# What files and directories need to be copied
|
|
#
|
|
BUILD_AVOIDANCE_SRPM_DIRECTORIES="inputs srpm_assemble rpmbuild/SRPMS rpmbuild/SOURCES"
|
|
BUILD_AVOIDANCE_SRPM_FILES=""
|
|
BUILD_AVOIDANCE_RPM_DIRECTORIES="results rpmbuild/RPMS rpmbuild/SPECS repo/local-repo/dependancy-cache"
|
|
BUILD_AVOIDANCE_RPM_FILES=".platform_release"
|
|
|
|
|
|
#
|
|
# Copy the lines below to $MY_REPO/local-build-data/build_avoidance_source,
|
|
# then uncomment and fill in the values giving the location of your local reference build.
|
|
#
|
|
# BUILD_AVOIDANCE_USR="jenkins"
|
|
# BUILD_AVOIDANCE_HOST="machine.corp.com"
|
|
# BUILD_AVOIDANCE_DIR="/localdisk/loadbuild/jenkins/StarlingX_Build"
|