Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build/release/docs: properly name directory inside archive | Francis Rowe | 2015-06-10 | 1 | -4/+11 |
| | |||||
* | build/release/*: if version file already exists, re-use it | Francis Rowe | 2015-06-08 | 1 | -1/+7 |
| | |||||
* | build/release/docs: fix typo | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/docs: improve output (2) | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/docs: improve output | Francis Rowe | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | build/release/docs: create a directory for the release | Francis Rowe | 2015-06-07 | 1 | -3/+4 |
| | |||||
* | build/release/docs: simplify directory reference | Francis Rowe | 2015-06-07 | 1 | -6/+6 |
| | |||||
* | build/release/*: version in file names no longer optional | Francis Rowe | 2015-06-07 | 1 | -5/+1 |
| | | | | (also, rename archives to util) | ||||
* | Revert "build/release/docs: delete all old archives" | Francis Rowe | 2015-06-07 | 1 | -1/+1 |
| | | | | This reverts commit 3a7209550c6ffe2f8989c5868b12810c31d31a50. | ||||
* | build/release/docs: delete all old archives | Francis Rowe | 2015-06-07 | 1 | -1/+1 |
| | | | | Not just the set that is currently being built | ||||
* | build/release/docs: simplify the instructions | Francis Rowe | 2015-06-07 | 1 | -10/+4 |
| | |||||
* | build/release/docs: fix archive | Francis Rowe | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | build/release/docs: update license header (forgot to do it) | Francis Rowe | 2015-06-07 | 1 | -0/+1 |
| | |||||
* | build/release/docs: copy straight to release/ | Francis Rowe | 2015-06-07 | 1 | -12/+9 |
| | |||||
* | build/release/docs: New script | P. J. McDermott | 2015-06-06 | 1 | -0/+53 |
This new script: * Uses git-describe to generate a version string instead of getting the HEAD commit ID from the master branch (which assumed the release was being made from master). * Optionally includes a version string in the archive file name. * Puts documentation files in the release archive under libreboot(_$version)_docs/ instead of libreboot_docs/docs/. |