diff options
-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 |