comparison website/README.txt @ 4934:55eccea8911f

website/README.txt: Update instructions how to update tracker
author anatoly techtonik <techtonik@gmail.com>
date Wed, 01 Oct 2014 11:33:22 +0300
parents 53ffa9490fad
children ff4d939f4619
comparison
equal deleted inserted replaced
4933:53ffa9490fad 4934:55eccea8911f
7 www and wiki are hosted on SourceForge. 7 www and wiki are hosted on SourceForge.
8 8
9 9
10 updating issues.roundup-tracker.org 10 updating issues.roundup-tracker.org
11 =================================== 11 ===================================
12 If you don't have access, ask to update on mailing list. You may try to
13 ping Ralf, Bernhard or Ezio directly.
12 14
13 * log into issues.roundup-tracker.org 15 * log into issues.roundup-tracker.org
14 * get a working copy of roundup/website/issues from the SCM, either via 16 * get a working copy of roundup/website/issues from the SCM, either via
15 hg clone http://hg.code.sf.net/p/roundup/code 17 hg clone http://hg.code.sf.net/p/roundup/code
16 or download a snapshot: 18 or download a snapshot:
17 http://sourceforge.net/p/roundup/code/ci/default/tarball 19 http://sourceforge.net/p/roundup/code/ci/default/tarball
18 20
19 * check the differences 21 * check the differences
20 diff -ur /home/roundup/trackers/roundup/ /home/YOURUSERID/roundup/website/issues/ 22 diff -ur /home/roundup/trackers/roundup/ /home/YOURUSERID/roundup/website/issues/
21 * copy the files into the tracker instance, using sudo: 23 * copy the files into the tracker instance, using sudo:
22 sudo -u roundup cp <file> /home/roundup/trackers/roundup/... 24 sudo -u roundup cp <file> /home/roundup/trackers/roundup/...
23 or use rsync to check and only copy the changed files as user roundup like 25 or use rsync to check and only copy the changed files as user roundup like
24 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/ 26 rsync -rvc /home/YOURUSERID/roundup/website/issues/ trackers/roundup/
25 HINT: old files will not be deleted by this rsync command 27 HINT: old files will not be deleted by this rsync command

Roundup Issue Tracker: http://roundup-tracker.org/