Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/website/README.txt Wed Oct 01 09:35:10 2014 +0200 +++ b/website/README.txt Wed Oct 01 11:33:22 2014 +0300 @@ -9,15 +9,17 @@ updating issues.roundup-tracker.org =================================== +If you don't have access, ask to update on mailing list. You may try to +ping Ralf, Bernhard or Ezio directly. * log into issues.roundup-tracker.org * get a working copy of roundup/website/issues from the SCM, either via - hg clone http://hg.code.sf.net/p/roundup/code + hg clone http://hg.code.sf.net/p/roundup/code or download a snapshot: - http://sourceforge.net/p/roundup/code/ci/default/tarball + http://sourceforge.net/p/roundup/code/ci/default/tarball * check the differences - diff -ur /home/roundup/trackers/roundup/ /home/YOURUSERID/roundup/website/issues/ + diff -ur /home/roundup/trackers/roundup/ /home/YOURUSERID/roundup/website/issues/ * copy the files into the tracker instance, using sudo: sudo -u roundup cp <file> /home/roundup/trackers/roundup/... or use rsync to check and only copy the changed files as user roundup like
