Merge "Move common ubuntu environment setting to ubuntu-common element"

This commit is contained in:
Zuul 2018-10-19 02:50:36 +00:00 committed by Gerrit Code Review
commit 39c6d7c747
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
export DISTRO_NAME=ubuntu
export DISTRO_NAME=${DISTRO_NAME:-ubuntu}
export DIB_RELEASE=${DIB_RELEASE:-xenial}
export DIB_DEBIAN_COMPONENTS=${DIB_DEBIAN_COMPONENTS:-main,universe}

View File

@ -1,2 +0,0 @@
export DISTRO_NAME=ubuntu
export DIB_RELEASE=${DIB_RELEASE:-xenial}