diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-30 23:14:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-31 18:19:37 +0300 |
commit | d22f466823192963c22eb8f51ae930cb5af8fa9a (patch) | |
tree | f60f5dc30a76a2fff67ab20b399dafe05e80a024 /etc | |
parent | 05eeac08b63449925cc2e12d2fdaf937d5fa1bbc (diff) |
Add support for git repositories to brep-load
Diffstat (limited to 'etc')
-rw-r--r-- | etc/brep-module.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 2dc738e..ca02227 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -23,6 +23,7 @@ menu Packages= # menu Builds=?builds # menu Submit=?submit +# menu CI=?ci menu About=?about @@ -262,7 +263,7 @@ menu About=?about # not exit in the alloted time, then it is killed and its termination is # treated as abnormal. # -# submit-handler-timeout 60 +# submit-handler-timeout # The directory to save CI request data to. If unspecified, the package CI |