| commit | 80ea24cbbb98fd6bdc5dff2fa4bbfc074a1b38b5 | [log] [tgz] | 
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Feb 19 11:20:55 2016 +0000 | 
| committer | Gerrit Code Review <review@openstack.org> | Fri Feb 19 11:20:55 2016 +0000 | 
| tree | 6b49e2a02b72412e11207a8081ea4ea599c36088 | |
| parent | 134e1d36c6368f77a16473d6bf0461dcac09dd51 [diff] | |
| parent | 1ff75ff87fc2a46d1f88918d94be48e5d59e3aab [diff] | 
Merge "Always strip package comments"
diff --git a/functions-common b/functions-common index 8e52853..ed444bb 100644 --- a/functions-common +++ b/functions-common
@@ -1096,8 +1096,9 @@ continue fi - # Assume we want this package - package=${line%#*} + # Assume we want this package; free-form + # comments allowed after a # + package=${line%%#*} inst_pkg=1 # Look for # dist:xxx in comment