1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

update exclusions in rebase script

This commit is contained in:
Ben Parees
2017-08-10 13:40:43 -04:00
parent d6f07ef783
commit 06c9446cd6

View File

@@ -17,6 +17,7 @@ readonly S2I_ROOT=$(
cd "${root}"
pwd
)
#readonly OS_ROOT="${S2I_ROOT/%\/source-to-image/\/ose}"
readonly OS_ROOT="${S2I_ROOT/%\/source-to-image/\/origin}"
source "${S2I_ROOT}/hack/util.sh"
@@ -29,6 +30,7 @@ readonly exclude_pkgs=(
pkg/docker/test
pkg/run
pkg/version
pkg/test
)
readonly origin_s2i_vendor_dir="${OS_ROOT}/vendor/github.com/openshift/source-to-image"