commit | 0a9954f2c251c68a8261a5ed6999c1585e48de67 | [log] [tgz] |
---|---|---|
author | Robert Collins <robertc@robertcollins.net> | Tue Nov 20 11:34:25 2012 +1300 |
committer | Robert Collins <robertc@robertcollins.net> | Tue Nov 27 10:49:11 2012 +1300 |
tree | 77dd32a4b5e3e5b348ffddca938e9c2d2be89907 | |
parent | 140b58ba1938090174a4e2733792e12da4c155e0 [diff] [blame] |
Also pickup quantum distro dependencies (bug 1080886). Change-Id: Ic0fc0b03dc01782d0d85d98de765f04fcbcacd74
diff --git a/functions b/functions index 8ab3eef..9f54049 100644 --- a/functions +++ b/functions
@@ -155,6 +155,10 @@ 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