aboutsummaryrefslogtreecommitdiff
path: root/load
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-17 23:41:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-29 20:53:58 +0300
commit22059500a799d788c09171e31b668ab8259ec057 (patch)
treeb6b6d31884a2f4d4226a7299c9decd388a426044 /load
parent2667fad8bf6e7ef6ef1894ab49a3bdc5cc858607 (diff)
Add support for builds manifest value
Diffstat (limited to 'load')
-rw-r--r--load/load.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/load/load.cxx b/load/load.cxx
index c032137..9316300 100644
--- a/load/load.cxx
+++ b/load/load.cxx
@@ -489,6 +489,7 @@ load_packages (const shared_ptr<repository>& rp, database& db)
move (pm.build_error_email),
move (ds),
move (pm.requirements),
+ move (pm.builds),
move (pm.build_constraints),
move (pm.location),
move (pm.fragment),