From 7b1b6f3446965dda570806dfab06538e6796012e Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Wed, 20 Dec 2017 11:38:23 +0900 Subject: [PATCH] Fix that DISTRO is not set in unstack.sh Change-Id: I36cab41fdb767e8e31073a4fa1f929090f702910 Closes-Bug: #1738938 --- unstack.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unstack.sh b/unstack.sh index 5d3672e25d..ccea0ef585 100755 --- a/unstack.sh +++ b/unstack.sh @@ -45,6 +45,10 @@ fi # Configure Projects # ================== +# Determine what system we are running on. This provides ``os_VENDOR``, +# ``os_RELEASE``, ``os_PACKAGE``, ``os_CODENAME`` and ``DISTRO`` +GetDistro + # Plugin Phase 0: override_defaults - allow plugins to override # defaults before other services are run run_phase override_defaults @@ -83,10 +87,6 @@ fi load_plugin_settings -# Determine what system we are running on. This provides ``os_VENDOR``, -# ``os_RELEASE``, ``os_PACKAGE``, ``os_CODENAME`` -GetOSVersion - set -o xtrace # Run extras