~vcs-imports/reviewboard/trunk

« back to all changes in this revision

Viewing changes to reviewboard/hostingsvcs/fedorahosted.py

  • Committer: Christian Hammond
  • Date: 2020-02-06 22:43:02 UTC
  • mfrom: (4677.1.420)
  • Revision ID: git-v1:d76276ebfc2bc2c14a585619094583a2fdde1184
Merge branch 'release-4.0.x'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
 
18
18
class FedoraHosted(HostingService):
 
19
    """Hosting service support for fedorahosted.org.
 
20
 
 
21
    This was a hosting service for Git, Mercurial, and Subversion provided
 
22
    by Fedora. This service was retired on March 1st, 2017.
 
23
 
 
24
    Deprecated:
 
25
        3.0.17:
 
26
        This service will no longer appear as an option when configuring a
 
27
        repository.
 
28
    """
 
29
 
19
30
    name = 'Fedora Hosted'
 
31
    visible = False
 
32
 
20
33
    form = FedoraHostedForm
21
34
    supports_repositories = True
22
35
    supports_bug_trackers = True