From 5163436b00711318baea4fc0ad43a4de8222354a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 14 May 2017 00:37:16 +0300 Subject: Implement builds page --- mod/mod-repository-root.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/mod-repository-root.hxx') diff --git a/mod/mod-repository-root.hxx b/mod/mod-repository-root.hxx index f54fa62..85a9aac 100644 --- a/mod/mod-repository-root.hxx +++ b/mod/mod-repository-root.hxx @@ -21,6 +21,7 @@ namespace brep class build_result; class build_force; class build_log; + class builds; class repository_root: public module { @@ -63,6 +64,7 @@ namespace brep shared_ptr build_result_; shared_ptr build_force_; shared_ptr build_log_; + shared_ptr builds_; shared_ptr options_; // Sub-module the request is dispatched to. Initially is NULL. It is set -- cgit v1.1