Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move: Add in a little bit more validation | Colin Guthrie | 2014-08-04 | 1 | -0/+10 |
| | |||||
* | Properly scope local variables. | Colin Guthrie | 2014-07-29 | 1 | -10/+11 |
| | | | | | | | | This is needed specifically in the case of update_hdlist() where a previous run would set the ofdeps variable which would then be reused on the next run. This is typically not a big problem but it did mean that standard media file-deps file was used when updating debug media which seems incorrect. | ||||
* | Move the --dry-run handling into the functions file. | Colin Guthrie | 2014-07-29 | 1 | -0/+7 |
| | |||||
* | Support running the scripts from a direct git clone. | Colin Guthrie | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | functions: Fix dryrun support for updating of hdlists. | Colin Guthrie | 2014-07-29 | 1 | -6/+6 |
| | |||||
* | Add some utility scripts to update hdlists. | Colin Guthrie | 2014-07-29 | 1 | -0/+40 |
| | | | | | | | | These are the same scripts that were present on the live server and have thus proven useful. That said, common code has been factored out and centralised and the syntax has been neatened up. | ||||
* | functions: Move default values into the main include file. | Colin Guthrie | 2014-07-28 | 1 | -0/+14 |
| | | | | | This keeps the config file but ensures it's not 100% needed via default values | ||||
* | function: Fix shell script style | Colin Guthrie | 2014-07-28 | 1 | -18/+9 |
| | |||||
* | add / at the end of path to mirror | Nicolas Vigier | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | only add --file-deps if file exists | Nicolas Vigier | 2011-06-22 | 1 | -1/+3 |
| | |||||
* | add hdlist generation, update of MD5SUM file, and mirror from bootstrap to ↵ | Nicolas Vigier | 2011-06-22 | 1 | -0/+23 |
| | | | | mirror directory | ||||
* | check arguments | Nicolas Vigier | 2011-06-21 | 1 | -0/+14 |
| | |||||
* | add script to move update from updates_testing to updates repository | Nicolas Vigier | 2011-06-21 | 1 | -0/+16 |