Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use @ when accessing variables in templatesHEADmaster | Dan Fandrich | 5 days | 1 | -4/+4 |
| | | | | | | | | Access without the @ symbol is the older method and is discouraged. This take leaves alone accesses of variables that are defined within the template, which don't seem to allow an @. This is the second batch of files. | ||||
* | Use 24h clock format in mirror timestamp | Jani Välimaa | 2024-10-28 | 1 | -1/+1 |
| | |||||
* | Use UTC time in mirror timestamp | Jani Välimaa | 2024-10-26 | 1 | -1/+1 |
| | |||||
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 1 | -4/+4 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 1 | -4/+4 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | lint fixes for mirror | Thomas Backlund | 2015-10-20 | 1 | -1/+0 |
| | |||||
* | better error message when a sync is running, but only show when run | Michael Scherer | 2012-01-20 | 1 | -2/+6 |
| | | | | from command line | ||||
* | send a message when there is a lock in place preventing upload | Michael Scherer | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | add mirrordir script and mirrorbootstrap class | Nicolas Vigier | 2011-01-18 | 1 | -0/+12 |
| | |||||
* | - remove file now that I checked that the cron job is ok | Michael Scherer | 2010-10-27 | 1 | -3/+0 |
| | |||||
* | - add task for mirror | Olivier Thauvin | 2010-10-27 | 2 | -0/+8 |