summaryrefslogtreecommitdiffstats
path: root/functions
Commit message (Collapse)AuthorAgeFilesLines
* move: Add in a little bit more validationColin Guthrie2014-08-041-0/+10
|
* Properly scope local variables.Colin Guthrie2014-07-291-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 Guthrie2014-07-291-0/+7
|
* Support running the scripts from a direct git clone.Colin Guthrie2014-07-291-1/+1
|
* functions: Fix dryrun support for updating of hdlists.Colin Guthrie2014-07-291-6/+6
|
* Add some utility scripts to update hdlists.Colin Guthrie2014-07-291-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 Guthrie2014-07-281-0/+14
| | | | | This keeps the config file but ensures it's not 100% needed via default values
* function: Fix shell script styleColin Guthrie2014-07-281-18/+9
|
* add / at the end of path to mirrorNicolas Vigier2011-06-221-1/+1
|
* only add --file-deps if file existsNicolas Vigier2011-06-221-1/+3
|
* add hdlist generation, update of MD5SUM file, and mirror from bootstrap to ↵Nicolas Vigier2011-06-221-0/+23
| | | | mirror directory
* check argumentsNicolas Vigier2011-06-211-0/+14
|
* add script to move update from updates_testing to updates repositoryNicolas Vigier2011-06-211-0/+16