Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | download script: add --noconfirm and -y option for downloading | Francis Rowe | 2015-08-29 | 1 | -8/+17 |
| | |||||
* | download script: produce error if no argument given | Francis Rowe | 2015-08-29 | 1 | -0/+5 |
| | |||||
* | download script: ask before replacing an already downloaded module | Francis Rowe | 2015-08-29 | 1 | -0/+12 |
| | |||||
* | download script: exit if using help/list option | Francis Rowe | 2015-08-29 | 1 | -1/+2 |
| | |||||
* | download: fix bug: valid programmes being declared invalid | Francis Rowe | 2015-08-29 | 1 | -2/+2 |
| | |||||
* | download script: re-factor. only have 1 loop for downloading | Francis Rowe | 2015-08-29 | 1 | -11/+10 |
| | |||||
* | download script: put ending characters on new line | Francis Rowe | 2015-08-29 | 1 | -4/+8 |
| | | | | | Less chance to screw it up when adding more commands, and more readable. | ||||
* | Fix: Download all passed modules | Klemens Nanni | 2015-08-29 | 1 | -1/+3 |
| | |||||
* | download script: Don't download if argument is invalid | Klemens Nanni | 2015-08-29 | 1 | -34/+23 |
| | |||||
* | download script: re-factor | Francis Rowe | 2015-06-26 | 1 | -3/+3 |
| | |||||
* | download script: fix mistake in the last two commits | Francis Rowe | 2015-06-26 | 1 | -2/+3 |
| | |||||
* | download script: add a list option | Francis Rowe | 2015-06-26 | 1 | -0/+3 |
| | |||||
* | download script: support specifying more than one option | Francis Rowe | 2015-06-26 | 1 | -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 Rowe | 2015-06-13 | 1 | -11/+11 |
| | |||||
* | download (script): "./download all" not "./download everything" | Francis Rowe | 2015-04-11 | 1 | -4/+4 |
| | | | | For consistency with "./build module all" | ||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-19 | 1 | -1/+2 |
| | |||||
* | Rename scripts/helpers/fetch to scripts/helpers/download | Francis Rowe | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Move the "get" scripts to resources/scripts/helpers/fetch/ | Francis Rowe | 2015-02-14 | 1 | -0/+51 |
Replace "getall" with "download", which takes as input an argument specifying which programme the user wants to download. |