diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-21 14:04:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-21 14:04:02 +0200 |
commit | 0d3c5b1ecbd1b47ab1ca61ee5ed0232d56a3f2b3 (patch) | |
tree | 67cd3dc411a4077f1cc0db09633669f8e218ee58 | |
parent | ad1a51c80dc1d87b2716b615cb78eabb7ebea1e7 (diff) |
Add submission handler configuration
-rw-r--r-- | submit.config.bash | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/submit.config.bash b/submit.config.bash new file mode 100644 index 0000000..607e6ef --- /dev/null +++ b/submit.config.bash @@ -0,0 +1,12 @@ +# The brep-submit-git submission handler configuration. + +# Note that submissions to the stable section are placed into testing (see +# README for details). +# +sections[alpha]=1/alpha +sections[beta]=1/beta +sections[stable]=1/testing + +# Project/package name ownership information is in the owners/ subdirectory. +# +owners=owners |