Skip to content

Commit 287454b

Browse files
Website, Issues: Updated tracker-instructions in README.
1 parent d605fec commit 287454b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

website/README.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ issues.roundup-tracker.org:
22

33
* log into issues.roundup-tracker.org
44
* get a working copy of roundup/website/issues from the SCM, either via
5-
hg clone http://roundup.hg.sourceforge.net:8000/hgroot/roundup/roundup
5+
hg clone http://hg.code.sf.net/p/roundup/code
66
or download a snapshot:
7-
http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz
7+
http://sourceforge.net/p/roundup/code/ci/default/tarball
8+
9+
* check the differences
10+
diff -ur /home/YOURUSERID/roundup/website/issues/ /home/roundup/trackers/roundup/
811
* copy the files into the tracker instance, using sudo:
912
sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
10-
or use rsync to check and only copy the changes files as user roundup like
13+
or use rsync to check and only copy the changed files as user roundup like
1114
rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/
15+
HINT: old files will not be deleted by this rsync command
1216
* restart the roundup server:
1317
sudo /etc/init.d/roundup restart
1418

0 commit comments

Comments
 (0)