From 0a9954f2c251c68a8261a5ed6999c1585e48de67 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 20 Nov 2012 11:34:25 +1300 Subject: [PATCH] Also pickup quantum distro dependencies (bug 1080886). Change-Id: Ic0fc0b03dc01782d0d85d98de765f04fcbcacd74 --- functions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/functions b/functions index 8ab3eefc2a..9f5404926f 100644 --- a/functions +++ b/functions @@ -155,6 +155,10 @@ function get_packages() { if [[ ! $file_to_parse =~ keystone ]]; then file_to_parse="${file_to_parse} keystone" fi + elif [[ $service == q-* ]]; then + if [[ ! $file_to_parse =~ quantum ]]; then + file_to_parse="${file_to_parse} quantum" + fi fi done