File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,18 @@ authorization (see `SourceForge.net docs for details
2424
2525 hg clone ssh://
[email protected] /p/roundup/code roundup
2626
27- You also need to be added as a Roundup developer for write access - ask
28- for it on the :doc:`roundup-devel list <contact>`.
27+ You also need to be added as a Roundup developer for write access -
28+ ask for it on the :doc:`roundup-devel list <contact>`.
29+
30+ You can also use the Roundup mirror on GitHub. It lags behind the
31+ Mercurial repository, but is usually only a couple of weeks old. You
32+ can clone it using::
33+
34+ git clone https://github.com/roundup-tracker/roundup.git
35+
36+ Note that even though we have a mirror on GitHub we don't use Issues
37+ (use https://issues.roundup-tracker.org) or Pull requests. The GitHub
38+ mirror is used for CI.
2939
3040Run demo
3141--------
You can’t perform that action at this time.
0 commit comments