This is more dead code.

Signed-off-by: Doug Goldstein <[email protected]>
Reviewed-by: Wei Liu <[email protected]>
---
 automation/scripts/containerize | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/automation/scripts/containerize b/automation/scripts/containerize
index 7f0eb0a..7bdfc21 100755
--- a/automation/scripts/containerize
+++ b/automation/scripts/containerize
@@ -23,10 +23,6 @@ case "_${CONTAINER}" in
     _stretch|_) CONTAINER="${BASE}/debian:stretch" ;;
 esac
 
-# get our container name and version
-containid=${CONTAINER%:*}
-containver=${CONTAINER#*:}
-
 # Save the commands for future use
 cmd=$@
 
@@ -74,7 +70,6 @@ fi
 # Kick off Docker
 einfo "*** Launching container ..."
 exec docker run \
-    ${DOCKER_ARGS} \
     ${SSH_AUTH_SOCK:+-e SSH_AUTH_SOCK="/tmp/ssh-agent/${SSH_AUTH_NAME}"} \
     -v "${CONTAINER_PATH}":/build:rw \
     -v "${HOME}/.ssh":/root/.ssh:ro \
-- 
git-series 0.9.1

_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to