diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-06 20:28:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-10 21:38:45 +0300 |
commit | 4b9be1cb87c4759ca08aa89acd9e9fd7ba5b18be (patch) | |
tree | 6a591f70c02cee552d6b97abc5d8b3958acb168d /load | |
parent | 6a2e318a38ec57c61a6c1b9a11cdf96dffe5a63e (diff) |
Add support for build include/exclude manifest values
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/load/load.cxx b/load/load.cxx index bab35ec..860aeb0 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -410,6 +410,7 @@ load_packages (const shared_ptr<repository>& rp, database& db) move (pm.build_email), move (ds), move (pm.requirements), + move (pm.build_constraints), move (pm.location), move (pm.sha256sum), rp); |