diff --git a/reviewboard.yaml b/reviewboard.yaml new file mode 100644 index 0000000..0d0801e --- /dev/null +++ b/reviewboard.yaml @@ -0,0 +1,65 @@ +--- +document: modulemd +version: 2 +data: + summary: A web-based code review tool + description: >- + Review Board is a powerful web-based code review tool that offers developers an + easy way to handle code reviews. It scales well from small projects to large companies + and offers a variety of tools to take much of the stress and time out of the code + review process. + license: + module: + - MIT + dependencies: + - buildrequires: + django: [1.6] + platform: [] + requires: + django: [1.6] + platform: [] + references: + community: https://www.reviewboard.org + documentation: https://www.reviewboard.org/docs + tracker: https://hellosplat.com/s/beanbag/tickets/ + profiles: + default: + rpms: + - ReviewBoard + server: + rpms: + - ReviewBoard + api: + rpms: + - ReviewBoard + - python2-djblets + components: + rpms: + ReviewBoard: + rationale: The Review Board code review tool + ref: 2.5 + buildorder: 20 + python-django-evolution: + rationale: A database modification library used and maintained by the Review + Board upstream + ref: 0.7 + python-django-haystack: + rationale: An older version of the Haystack search library for Django, needed + for compatibility. + ref: 2.4 + python-django-multiselectfield: + rationale: An older version of a mult-select form field needed by Review Board. + ref: 0.1 + python-django-pipeline: + rationale: An older version of this asset-packaging library for Django that + is compatible with Review Board. + ref: 1.3 + python-djblets: + rationale: Review Board tool library + ref: 0.9 + buildorder: 10 + python-markdown: + rationale: An older version of this Markdown implementation that is compatible + with Review Board. + ref: 2.4 +...