Skip to content

Commit efba862

Browse files
Minor improvement to the instructions how to maintain our tracker.
1 parent e69c060 commit efba862

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ issues.roundup-tracker.org:
77
http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/archive/default.tar.gz
88
* copy the files into the tracker instance, using sudo:
99
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
11+
rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/
1012
* restart the roundup server:
11-
sudo -u roundup /etc/init.d/roundup restart
13+
sudo /etc/init.d/roundup restart
1214

1315
[1] All services hosted on sf.net:
1416
* log into sf.net

0 commit comments

Comments
 (0)