From 0d3c5b1ecbd1b47ab1ca61ee5ed0232d56a3f2b3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Aug 2018 14:04:02 +0200 Subject: Add submission handler configuration --- submit.config.bash | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 submit.config.bash 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 -- cgit v1.1