summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/release/src
Commit message (Collapse)AuthorAgeFilesLines
* reassign Minifree Ltd copyrights back to Minifree directorLeah Woods2016-05-061-1/+1
| | | | This time under her chosen name.
* reassign copyright from Minifree director to Minifree LtdMinifree Ltd2016-04-261-1/+1
|
* build/release/src: don't delete patches for corebootFrancis Rowe2016-04-111-2/+0
| | | | | | | The old model was to have 1 coreboot directory with 1 revision, with all patches for all boards, so this behaviour used to be correct. Now it is wrong, because different coreboot revisions are used in different directories, and the build process does git-init and applies those patches. So we need them.
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-141-0/+1
|
* copy coreboot directory per revision, not per boardFrancis Rowe2016-03-071-0/+2
| | | | | This will speed up the build process. The plan is to, if possible, always use 1 revision.
* remove seabios (this time permanently)Francis Rowe2015-12-131-1/+0
|
* build/release/src: don't exclude the documentationFrancis Rowe2015-12-061-8/+4
| | | | | | The documentation is being converted to texinfo, and we will have intergration in libreboot's build system for compiling it into other formats like HTML.
* Revert "Revert "grub: build reproducibly""Francis Rowe2015-12-061-0/+4
| | | | This reverts commit 6278d578f6f47ae2d2742b95c99df087a06d0e90.
* Revert "grub: build reproducibly"Francis Rowe2015-12-041-4/+0
| | | | This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0.
* grub: build reproduciblyFrancis Rowe2015-12-041-0/+4
|
* build/release/*: create ChangeLog/NEWS when building from archiveFrancis Rowe2015-11-221-0/+4
|
* release build scripts: add ChangeLog and NEWS to releaseFrancis Rowe2015-11-161-0/+10
|
* Remove .git from seabios on releaseFrancis Rowe2015-10-141-0/+1
|
* build/release/src: delete more patches not needed in releaseFrancis Rowe2015-10-111-0/+4
|
* build/release/src: delete .git files for depthchargeFrancis Rowe2015-10-111-0/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-291-3/+2
|
* build/release/{docs,roms,src}: use GNU BASHFrancis Rowe2015-08-291-1/+1
|
* download/flashrom: screw svn use stefanct's unofficial git repoFrancis Rowe2015-08-291-1/+1
|
* build/release/src: properly delete unwanted binariesFrancis Rowe2015-08-281-14/+6
|
* download/grub: verify checksums of downloaded filesFrancis Rowe2015-07-121-0/+1
|
* build/release/src: Don't separate crossgccFrancis Rowe2015-07-111-3/+0
| | | | | | | Also delete build/release/crossgcc Crossgcc is now once again integrated into the _src release archive.
* Delete obsolete information about coreboot-libre trimmingFrancis Rowe2015-06-281-3/+1
| | | | | This feature was removed from libreboot, so it's nonsense that it's still documented.
* all script: use a standard styleFrancis Rowe2015-06-101-0/+4
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* build/release/src: delete build/release/docs in the _src archiveFrancis Rowe2015-06-081-0/+4
|
* build/release/src: remove redundant exclusions from the listFrancis Rowe2015-06-081-1/+1
| | | | These no longer appear in the root of the tree.
* build/release/src: don't delete the build/release/* scriptsFrancis Rowe2015-06-081-4/+3
| | | | | The scripts now re-use an existing version file, if that version file exists, so they are now safe to use in the release archives.
* build/release/*: if version file already exists, re-use itFrancis Rowe2015-06-081-1/+7
|
* build/release/src: improve output (2)Francis Rowe2015-06-081-1/+1
|
* build/release/src: improve outputFrancis Rowe2015-06-081-1/+1
|
* build/release/src: create a directory for the releaseFrancis Rowe2015-06-071-3/+5
|
* build/release/src: simplify directory referenceFrancis Rowe2015-06-071-38/+38
|
* build/release/*: version in file names no longer optionalFrancis Rowe2015-06-071-5/+1
| | | | (also, rename archives to util)
* build/release/src: re-introduce old behaviour for deletionFrancis Rowe2015-06-071-1/+2
|
* build/release/src: don't check for release/Francis Rowe2015-06-071-3/+1
| | | | Just mkdir -p release/dir/
* build/release/src: Use rm -Rf not -f for deleting release/*_src*Francis Rowe2015-06-071-1/+1
| | | | | Without the -R, deleting the directory (*_src/) would result in confirmation dialogues for every file.
* build/release/src: remove quotes from *_src rm -Rf commandsFrancis Rowe2015-06-071-2/+1
| | | | | The quotes meant that it was literally trying to delete a file with * in the file name, while this is not what we want.
* build/release/src: Delete *all* old src archivesFrancis Rowe2015-06-071-2/+2
| | | | | | Currently, if you set version in filenames, old archives without a version in the filename are not being deleted. (and vice versa). This patch fixes that.
* build/release/src: create "release/${distdir}/"Francis Rowe2015-06-071-0/+2
| | | | Accidentally forgot to add this.
* build/release/src: copy straight to release/Francis Rowe2015-06-071-44/+39
|
* build/release/src: New scriptP. J. McDermott2015-06-061-0/+113
This new script: * Doesn't generate a manifest. * Changes directories as little as possible. * 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.