Skip to content

Commit a2ace3a

Browse files
committed
doc: add directions to get "current" development code from GitHub.
1 parent 23a9b5c commit a2ace3a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

website/www/code.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3040
Run demo
3141
--------

0 commit comments

Comments
 (0)