Updated to latest xe-solution
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
5cafd9a285
commit
dcba5f277d
@ -35,7 +35,8 @@ esac
|
|||||||
|
|
||||||
[[ ! -e "Dockerfile.solution${SOLUTION_SUFFIX}" ]] && {
|
[[ ! -e "Dockerfile.solution${SOLUTION_SUFFIX}" ]] && {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile.solution${SOLUTION_SUFFIX} does not exist.
|
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile.solution${SOLUTION_SUFFIX} does
|
||||||
|
not exist.
|
||||||
|
|
||||||
Using Dockerfile.solution instead.
|
Using Dockerfile.solution instead.
|
||||||
EOF
|
EOF
|
||||||
|
@ -42,7 +42,8 @@ esac
|
|||||||
|
|
||||||
[[ ! -e "Dockerfile${SOLUTION_SUFFIX}" ]] && {
|
[[ ! -e "Dockerfile${SOLUTION_SUFFIX}" ]] && {
|
||||||
cat << EOF
|
cat << EOF
|
||||||
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile${SOLUTION_SUFFIX} does$
|
'${OS_DISTRO}' set as OS_DISTRO, but Dockerfile${SOLUTION_SUFFIX} does
|
||||||
|
not exist.
|
||||||
|
|
||||||
Using Dockerfile instead.
|
Using Dockerfile instead.
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user