diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-14 00:37:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-15 20:37:43 +0300 |
commit | 5163436b00711318baea4fc0ad43a4de8222354a (patch) | |
tree | a05c06693bda84dd9a9b365a50c227126a5ec05f /mod/buildfile | |
parent | 2ebf9de408f3fd629126a20b21221e186195813c (diff) |
Implement builds page
Diffstat (limited to 'mod/buildfile')
-rw-r--r-- | mod/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/buildfile b/mod/buildfile index 2a71de8..616302c 100644 --- a/mod/buildfile +++ b/mod/buildfile @@ -27,6 +27,7 @@ mod{brep}: \ {hxx cxx}{ mod-build-log } \ {hxx cxx}{ mod-build-result } \ {hxx cxx}{ mod-build-task } \ + {hxx cxx}{ mod-builds } \ {hxx cxx}{ mod-package-details } \ {hxx cxx}{ mod-package-search } \ {hxx cxx}{ mod-package-version-details } \ |