Re: [Xen-devel] [PATCH 1/4] automation: standardize containerize env names

2018-07-30 Thread Wei Liu
On Sat, Jul 28, 2018 at 12:11:49PM -0500, Doug Goldstein wrote: > # Figure out the base of what we want as our sources > # by using the top of the git repo > -if [[ -n ${WORKDIR} ]]; then > -WORKDIR="${WORKDIR}" > +if [[ -n ${CONTAINER_PATH} ]]; then > +: > else > -WORKDIR=$(git

[Xen-devel] [PATCH 1/4] automation: standardize containerize env names

2018-07-28 Thread Doug Goldstein
Standardized all the environment variable names that the containerize script uses to start with CONTAINER_ Signed-off-by: Doug Goldstein --- automation/build/README.md | 10 +- automation/scripts/containerize | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff