summaryrefslogtreecommitdiffstats
path: root/download
Commit message (Collapse)AuthorAgeFilesLines
* download script: simplifyFrancis Rowe2015-08-291-8/+1
|
* download script: standards compliance (don't parse ls)Francis Rowe2015-08-291-1/+11
|
* download script: fix typoFrancis Rowe2015-08-291-1/+1
|
* Don't say programme. That's actually wrong.Francis Rowe2015-08-291-14/+14
|
* download script: (emergency fix) use ls for nowFrancis Rowe2015-08-291-2/+2
| | | | it's wrong. Will be fixed.
* download script: more standards compliance fixesFrancis Rowe2015-08-291-2/+2
|
* download script: use printf, not echoFrancis Rowe2015-08-291-1/+1
|
* download script: fix standards compliance issuesFrancis Rowe2015-08-291-9/+9
|
* download script: fix typo in help textFrancis Rowe2015-08-291-1/+1
|
* download script: show help text if no argument is givenFrancis Rowe2015-08-291-8/+12
|
* download script: add note about --noconfirm and -y optionsFrancis Rowe2015-08-291-0/+1
|
* download script: add --noconfirm and -y option for downloadingFrancis Rowe2015-08-291-8/+17
|
* download script: produce error if no argument givenFrancis Rowe2015-08-291-0/+5
|
* download script: ask before replacing an already downloaded moduleFrancis Rowe2015-08-291-0/+12
|
* download script: exit if using help/list optionFrancis Rowe2015-08-291-1/+2
|
* download: fix bug: valid programmes being declared invalidFrancis Rowe2015-08-291-2/+2
|
* download script: re-factor. only have 1 loop for downloadingFrancis Rowe2015-08-291-11/+10
|
* download script: put ending characters on new lineFrancis Rowe2015-08-291-4/+8
| | | | | Less chance to screw it up when adding more commands, and more readable.
* 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.