summaryrefslogtreecommitdiffstats
path: root/download
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Download all passed modulesKlemens Nanni2015-08-291-1/+3
|
* download script: Don't download if argument is invalidKlemens Nanni2015-08-291-34/+23
|
* download script: re-factorFrancis Rowe2015-06-261-3/+3
|
* download script: fix mistake in the last two commitsFrancis Rowe2015-06-261-2/+3
|
* download script: add a list optionFrancis Rowe2015-06-261-0/+3
|
* download script: support specifying more than one optionFrancis Rowe2015-06-261-11/+16
| | | | | Also, invalid options now generate a warning, instead of producting an error.
* download script: use a standard style (compared to other scripts)Francis Rowe2015-06-131-11/+11
|
* download (script): "./download all" not "./download everything"Francis Rowe2015-04-111-4/+4
| | | | For consistency with "./build module all"
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-191-1/+2
|
* Rename scripts/helpers/fetch to scripts/helpers/downloadFrancis Rowe2015-02-141-1/+1
|
* Move the "get" scripts to resources/scripts/helpers/fetch/Francis Rowe2015-02-141-0/+51
Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download.