From fb719df42ca1815943ea594d7c0c884fd75a2cf4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Aug 2018 14:03:09 +0200 Subject: Add submission handler configuration --- submit.config.bash | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 submit.config.bash (limited to 'submit.config.bash') diff --git a/submit.config.bash b/submit.config.bash new file mode 100644 index 0000000..86255ad --- /dev/null +++ b/submit.config.bash @@ -0,0 +1,14 @@ +# The brep-submit-git submission handler configuration. + +# Since this is a reference repository, these are only used to look for +# duplicate packages. +# +sections[alpha]=1/alpha +sections[beta]=1/beta +sections[testing]=1/testing +sections[stable]=1/stable +sections[legacy]=1/legacy + +# Project/package name ownership information is in the owners/ subdirectory. +# +owners=owners -- cgit v1.1