Merge "ubuntu-common: Update default DIB_RELEASE to bionic"

This commit is contained in:
Zuul 2018-10-19 03:23:08 +00:00 committed by Gerrit Code Review
commit 22cd19fea7

View File

@ -1,5 +1,5 @@
export DISTRO_NAME=${DISTRO_NAME:-ubuntu} export DISTRO_NAME=${DISTRO_NAME:-ubuntu}
export DIB_RELEASE=${DIB_RELEASE:-xenial} export DIB_RELEASE=${DIB_RELEASE:-bionic}
export DIB_DEBIAN_COMPONENTS=${DIB_DEBIAN_COMPONENTS:-main,universe} export DIB_DEBIAN_COMPONENTS=${DIB_DEBIAN_COMPONENTS:-main,universe}
# There are two default distro mirrors depending on architecture # There are two default distro mirrors depending on architecture