Merge "Remove some left over debug logging"

This commit is contained in:
Zuul 2018-07-16 20:37:42 +00:00 committed by Gerrit Code Review
commit 63ea4a33e0
1 changed files with 0 additions and 5 deletions

View File

@ -182,8 +182,6 @@ def build(args):
# source dir gets ... exciting.
cont.run("python setup.py bdist_wheel -d /root/.cache/pip")
log.debug(cont.run("find /root/.cache/pip"))
log.debug(cont.run("ls -ltra /root/.cache"))
# Install with all container-related extras so that we populate
# the wheel cache as needed.
cont.run(
@ -206,9 +204,6 @@ def build(args):
cont.run(
"apk add {packages} dumb-init".format(packages=packages)
)
wheel_list = cont.run("ls /root/.cache/pip/*whl")
log.debug("Wheels: {wheel_list}".format(wheel_list=wheel_list))
log.debug(cont.run("find /root/.cache/pip"))
cont.run(
"pip install"
" $(echo /root/.cache/pip/*.whl)[{base}]".format(