Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-add old build system (for x86 boards/utils) | 4 of 7 (Leah Rowe) info@minifree.org | 2017-01-21 | 1 | -0/+100 |
| | | | | Everything will be migrated over to the new build system after release. | ||||
* | Current build system removal | Paul Kocialkowski | 2017-01-15 | 1 | -100/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Change Leah's surname back to Rowe | Leah Rowe | 2016-06-28 | 1 | -1/+1 |
| | |||||
* | temporary hack (./download seabios): don't ask user if they want to delete dir | Leah Woods | 2016-05-18 | 1 | -8/+18 |
| | | | | | We'll delete seabios/grub download scripts later and replace with a seagrub download script. | ||||
* | reassign Minifree Ltd copyrights back to Minifree director | Leah Woods | 2016-05-06 | 1 | -1/+1 |
| | | | | This time under her chosen name. | ||||
* | reassign copyright from Minifree director to Minifree Ltd | Minifree Ltd | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | download script: simplify | Francis Rowe | 2015-08-30 | 1 | -8/+1 |
| | |||||
* | download script: standards compliance (don't parse ls) | Francis Rowe | 2015-08-30 | 1 | -1/+11 |
| | |||||
* | download script: fix typo | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | Don't say programme. That's actually wrong. | Francis Rowe | 2015-08-29 | 1 | -14/+14 |
| | |||||
* | download script: (emergency fix) use ls for now | Francis Rowe | 2015-08-29 | 1 | -2/+2 |
| | | | | it's wrong. Will be fixed. | ||||
* | download script: more standards compliance fixes | Francis Rowe | 2015-08-29 | 1 | -2/+2 |
| | |||||
* | download script: use printf, not echo | Francis Rowe | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | download script: fix standards compliance issues | Francis Rowe | 2015-08-29 | 1 | -9/+9 |
| | |||||
* | download script: fix typo in help text | Francis Rowe | 2015-08-29 | 1 | -1/+1 |
| | |||||
* | download script: show help text if no argument is given | Francis Rowe | 2015-08-29 | 1 | -8/+12 |
| | |||||
* | download script: add note about --noconfirm and -y options | Francis Rowe | 2015-08-29 | 1 | -0/+1 |
| | |||||
* | 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-27 | 1 | -3/+3 |
| | |||||
* | download script: fix mistake in the last two commits | Francis Rowe | 2015-06-27 | 1 | -2/+3 |
| | |||||
* | download script: add a list option | Francis Rowe | 2015-06-27 | 1 | -0/+3 |
| | |||||
* | download script: support specifying more than one option | Francis Rowe | 2015-06-27 | 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-20 | 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. |