aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of rvgn/libreboot into masterLeah Rowe2019-05-262-0/+373
|\ \
| * | Guix System with Full-Disk Encryption on LibrebootRaghav Gururajan2019-05-262-0/+373
| |/
* | Merge branch 'www/git-privacy' of libreboot/libreboot into masterAndrew Robbins2019-05-231-0/+32
|\ \ | |/ |/|
| * Add instructions for anonymous contributions to the Git pageLeah Rowe2019-05-211-0/+32
| |
* | Merge branch 'www/further-home-page-improvement' of libreboot/libreboot into ↵Swift Geek2019-05-181-6/+8
|\ \ | |/ |/| | | master
| * Further homepage improvement: improve the sentence regarding pay-for-hireLeah Rowe2019-05-181-6/+8
|/
* Merge branch 'www/homepage-improvement' of libreboot/libreboot into masterLeah Rowe2019-05-181-19/+60
|\
| * Make the homepage actually describe adequately what libreboot isLeah Rowe2019-05-181-19/+60
| | | | | | | | | | Right now, as pointed out by swiftgeek on the issue tracker, it looks like a spam site or placeholder site that is trying to sell something.
* | Merge branch 'vpd' of hmzwqv/libreboot into masterAndrew Robbins2019-05-171-1/+1
|\ \
| * | Bump vpd revision to origin/release-R75-12105.Bhmzwqv2019-04-241-1/+1
| | |
* | | Merge branch 'seabios' of hmzwqv/libreboot into masterAndrew Robbins2019-05-171-1/+1
|\ \ \
| * | | Bump SeaBIOS revision to rel-1.12.1hmzwqv2019-04-241-1/+1
| |/ /
* | | Merge branch 'flashrom' of hmzwqv/libreboot into masterAndrew Robbins2019-05-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Bump flashrom revision to current upstream HEADhmzwqv2019-04-241-1/+1
| |/
* | Merge branch 'paragrub' of swiftgeek/libreboot into masterLeah Rowe2019-05-151-1/+3
|\ \
| * | encrypted_parabola.md: link /etc/default/grub explanationSebastian 'Swift Geek' Grzywna2019-05-091-1/+3
| | |
* | | add new service to suppliers pageLeah Rowe2019-05-141-0/+1
|/ / | | | | | | it's for my company so no pull request needed
* | Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-271-10/+15
|\ \
| * | libs/project: Remove extraneous newlines in header/footerAndrew Robbins2019-04-261-3/+3
| | | | | | | | | | | | The extra newlines make actions with no output look strange.
| * | libs/project: Print project_action() footer, alwaysAndrew Robbins2019-04-261-10/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | Previously, the footer would not print if the project action failed due to 'set -e' still being in effect (the subshell would return with a non-zero exit code and exit immediately). The purpose of the subshell for the project action is to better separate the execution environment of the project from the library functions it calls. The test condition in the if-statement and its consequents were changed in order to be more concise and informative.
* | Merge branch 'fontconfig' of hmzwqv/libreboot into masterAndrew Robbins2019-04-261-1/+1
|\ \ | |/ |/|
| * Bump fontconfig revision to 2.13.1hmzwqv2019-04-241-1/+1
|/ | | | This is the latest release of Fontconfig.
* Merge branch 'blobs' of and_who/libreboot into masterSwift Geek2019-04-242-10/+18
|\
| * libs/project: Modify output of project_blobs_path()Andrew Robbins2019-04-231-2/+0
| | | | | | | | | | | | project_blobs_ignore_path() prints nothing if a blobs-ignore file is not found for the given project and arguments (if any); this behavior should be the same for project_blobs_path()
| * Respect blobs-ignore when removing blobsAndrew Robbins2019-04-232-8/+18
|/
* Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-192-15/+24
|\
| * projects/grub/grub: Stop build() on errorAndrew Robbins2019-04-181-13/+16
| | | | | | | | | | | | This way we can be sure we're not attempting to build when instead we should be bailing out (i.e. when the project's sources are not available).
| * libs/project: Avoid subshell in 'if' statementsAndrew Robbins2019-04-181-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following will effectively disable any previous 'set -e': foo_fail() { ( set -e false true ) } if (set +e; foo_fail); then echo "foo_fail() failed, unsuccessfully" fi Creating a subshell within an 'if' statement makes 'set -e' non-functional.
| * libs/project: Fail update check for git sourcesAndrew Robbins2019-04-181-1/+1
| | | | | | | | | | | | | | "update" actions were failing ever since revision b7fcc477 for projects with git sources due to an error in project_update_check_git() not returning 1 when it determined that the project's sources was a git repo (to force an update, always).
* | Merge branch 'documentation' of and_who/libreboot into masterSwift Geek2019-04-162-14/+14
|\ \
| * | README: Remove unnecessary informationAndrew Robbins2019-04-151-4/+2
| | | | | | | | | | | | | | | | | | The Libreboot build system is not fully automated, doesn't help with the installation process per-se, and doesn't provide ROMs inside the repository itself.
| * | BUILD_HOWTO: Remove references to PaperAndrew Robbins2019-04-151-10/+12
|/ / | | | | | | | | | | This fork of Paper is simply called the "Libreboot build system". Addresses issue #613
* | Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-161-3/+13
|\|
| * libs/project: Fail install check, properlyAndrew Robbins2019-04-151-2/+7
| | | | | | | | | | If the $install_path directory does not exist or a file which should be present in the install directory isn't, fail.
| * libs/project: Fail build check, properlyAndrew Robbins2019-04-151-1/+6
|/ | | | | If the $build_path directory does not exist or a file which should be present in the build directory isn't, fail.
* Merge branch 'bugs' of and_who/libreboot into masterSwift Geek2019-04-141-1/+3
|\
| * libs/project: Don't fail with project_action_checkAndrew Robbins2019-04-131-1/+3
|/ | | | | | | | | project_action_check() is there to avoid redundant actions from being performed (e.g., if SeaBIOS is already built, don't build it again). Since this is its primary purpose, we want to avoid erroring out when it returns with a non-zero return code. This addresses issue #614
* Change order of laptop listing for minifree (no pull request needed)Leah Rowe2019-04-111-1/+1
|
* Merge branch 'libs-git' of and_who/libreboot into masterSwift Geek2019-03-292-45/+78
|\
| * libs/git: Exit subshell upon "cd" failureAndrew Robbins2019-03-281-21/+33
| | | | | | | | | | | | If cd fails, nothing else should be done. This is to prevent a potentially destructive action from being performed on the Libreboot repository (if the script is executed from the same directory).
| * libs/git: Remove check from git_am() and git_apply()Andrew Robbins2019-03-281-6/+8
| | | | | | | | | | Having a specific function for checking whether a patch would apply isn't that useful if git_am and git_apply call it internally anyway.
| * libs/git: Commit only if any blobs were removedAndrew Robbins2019-03-271-1/+24
| | | | | | | | | | | | git_diff_check() was added for future use since it's complementary to git_diff_staged_check(). It could be used to check for a dirty worktree, for example.
| * libs/git: Fail if patching failsAndrew Robbins2019-03-271-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The recursive call in git_project_patch_recursive() is now performed last so that if a patching attempt fails, the calling functions won't attempt to apply more patches. The consequence of this change is that patches are applied in (nearly) opposite order from before. git_project_prepare_patch() is now called after git_project_prepare_blobs() so that if patching fails and the user chooses to perform additional project actions anyway, such as building, the project is already deblobbed and not a risk to their freedom. I had mistakenly reordered these function calls in a prior commit.
| * libs/project: Execute project action in subshellAndrew Robbins2019-03-261-13/+9
| | | | | | | | | | | | | | | | Executing the project action within its own subshell makes it easy to abort the action with a simple "exit" while still allowing for the printing of the footer describing failure/success. Prevously, if "exit" were called in a project action the footer would not print.
* | Merge branch 'actions' of and_who/libreboot into masterSwift Geek2019-03-292-14/+8
|\ \ | |/ |/|
| * let's prefer pre-incrementAndrew Robbins2019-03-281-2/+2
| | | | | | | | | | The "let" builtin returns 1 if it's given an argument that evaluates to zero.
| * libreboot: Set max loop iteration in for loopAndrew Robbins2019-03-281-4/+2
| |
| * libs/project: Set max loop iteration in for loopAndrew Robbins2019-03-281-9/+5
|/
* Merge branch 'libs-git' of and_who/libreboot into masterSwift Geek2019-03-241-160/+76
|\
| * libs/git: Remove unnecessary env invocationAndrew Robbins2019-03-231-2/+2
| | | | | | | | | | LC_ALL is already set to "C.UTF-8" and exported if libfaketime path is given in libreboot.conf