File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments