diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-21 14:03:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-08-21 14:03:09 +0200 |
commit | fb719df42ca1815943ea594d7c0c884fd75a2cf4 (patch) | |
tree | a44e6d98546e5a62bd64e283369a2f867f918c41 | |
parent | 16c1faeca5412e2c79d9c05db24523b294cfdff2 (diff) |
Add submission handler configuration
-rw-r--r-- | submit.config.bash | 14 |
1 files changed, 14 insertions, 0 deletions
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 |