Removes config/report (repo migration leftovers)
| 1 | # package_size | ||
|---|---|---|---|
| 2 | # | ||
| 3 | # Tells the reporter how many headlines to produce by run | ||
| 4 | # It is also used as the number of latest headlines to be shown | ||
| 5 | # Default: 5 | ||
| 6 | package_size: 5 | ||
| 7 | |||
| 8 | # update_interval | ||
| 9 | # | ||
| 10 | # The number of minutes to wait before sending the reporters out to update the | ||
| 11 | # local news base. The reporters can potentially use external resources like | ||
| 12 | # network and disk, so please exercise wisdom when setting the interval. | ||
| 13 | # | ||
| 14 | # Set to 0 to send them out everytime a request arrives and to not record | ||
| 15 | # anything locally (useful for testing and debugging) | ||
| 16 | update_interval: 10 | ||
| 17 | |||
| 18 | # Subversion specific settings | ||
| 19 | svn: | ||
| 20 | |||
| 21 | # svn/repo | ||
| 22 | # | ||
| 23 | # Tells the reporter where to find your project's repository | ||
| 24 | # Default: http://svn.berlios.de/svnroot/repos/motiro | ||
| 25 | repo: http://svn.berlios.de/svnroot/repos/motiro | ||
| 26 |