| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set line width on graph proportional to bandwidth | Dan Fandrich | 2025-11-17 | 1 | -1/+6 |
| | | | | | This is already a feature of the Google map, but that's not currently working. | ||||
| * | Switch the mirrors graph to SVG | Dan Fandrich | 2025-11-15 | 1 | -0/+1 |
| | | | | | This provides better image quality, greater speed and reduced bandwidth. | ||||
| * | Don't bother writing to disk in _check_url() | Dan Fandrich | 2025-11-14 | 1 | -5/+2 |
| | | | | | | The actual data doesn't matter, so just send to /dev/null or avoid downloading it altogether. | ||||
| * | Increase timeout when connecting to remote servers | Dan Fandrich | 2025-11-13 | 1 | -2/+4 |
| | | | | | This is a batch job so if the server is slightly slow, we'll wait. | ||||
| * | Suppress error messages from rsync | Dan Fandrich | 2025-11-13 | 1 | -1/+2 |
| | | | | | | | | | Despite being given the --quiet option, rsync will write an error message if it can't change to a directory on the remote server. This happens for servers that mirror only a subset of architectures and results in cron mailing error messages on every such run. Since errors are tracked elsewhere, just drop anything going to stderr from rsync. | ||||
| * | - check mirrors more often | Olivier Thauvin | 2011-06-02 | 1 | -1/+1 |
| | | |||||
| * | fix arch key in mirrors API output | Olivier Blin | 2011-03-21 | 1 | -1/+1 |
| | | |||||
| * | - properly discnnect from db to avoid warning | Olivier Thauvin | 2011-03-19 | 1 | -0/+8 |
| | | |||||
| * | - use wget in quiet mode | Olivier Thauvin | 2011-03-19 | 1 | -1/+1 |
| | | |||||
| * | - distribution name in database will be always lowercase | Olivier Thauvin | 2011-03-19 | 1 | -2/+2 |
| | | |||||
| * | - first keywords in mirror list is the type, not the product | Olivier Thauvin | 2011-03-19 | 1 | -2/+2 |
| | | |||||
| * | - add support for mirror list | Olivier Thauvin | 2010-11-05 | 2 | -4/+85 |
| | | |||||
| * | - reconnect automatically to database | Olivier Thauvin | 2010-11-05 | 1 | -12/+17 |
| | | |||||
| * | - add target to make an rpm | Olivier Thauvin | 2010-11-04 | 1 | -3/+3 |
| | | |||||
| * | - fix mirror checking | Olivier Thauvin | 2010-10-21 | 1 | -5/+6 |
| | | |||||
| * | - ask confirm by mail on host information update to avoid spam | Olivier Thauvin | 2010-10-19 | 4 | -4/+129 |
| | | |||||
| * | - add initial function to have host changes validation | Olivier Thauvin | 2010-10-19 | 1 | -0/+50 |
| | | |||||
| * | - limit countries list to one having mirrors | Olivier Thauvin | 2010-10-04 | 1 | -2/+53 |
| | | |||||
| * | - fix value in sql command | Olivier Thauvin | 2010-10-03 | 1 | -1/+1 |
| | | |||||
| * | - use google maps for location, improve messages | Olivier Thauvin | 2010-10-03 | 7 | -22/+218 |
| | | |||||
| * | - handle distributions, protocol andothers things | Olivier Thauvin | 2010-10-02 | 4 | -8/+221 |
| | | |||||
| * | - allow search on multiple values | Olivier Thauvin | 2010-09-27 | 1 | -6/+6 |
| | | |||||
| * | - code base | Olivier Thauvin | 2010-09-27 | 6 | -1/+606 |
| | | |||||
| * | - init | Olivier Thauvin | 2010-09-23 | 1 | -0/+69 |
