| Commit message (Expand) | Author | Age | Files | Lines |
* | Use project_sources_path() in archive creation | Andrew Robbins | 2018-01-14 | 1 | -27/+4 |
* | Remove unnecessary spaces in command substitutions | Andrew Robbins | 2017-10-28 | 4 | -96/+96 |
* | Make use of Bash's '-n' operator for tests | Andrew Robbins | 2017-10-28 | 4 | -40/+40 |
* | Replace usage of the '[' Bash builtin with '[[' | Andrew Robbins | 2017-10-28 | 4 | -99/+99 |
* | Replace '.' usage with Bash 'source' builtin | Andrew Robbins | 2017-10-28 | 1 | -2/+2 |
* | Modify fd copying in printf calls for readability | Andrew Robbins | 2017-10-28 | 3 | -21/+21 |
* | Remove overlooked braces from parameter expansions | Andrew Robbins | 2017-09-22 | 1 | -1/+1 |
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -8/+8 |
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -59/+59 |
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -10/+10 |
* | Remove braces from parameter expansions | Andrew Robbins | 2017-09-21 | 1 | -57/+57 |
* | Conditionally use wget or curl in download_wrapper | Andrew Robbins | 2017-09-20 | 1 | -1/+15 |
* | Add support for curl in download_wrapper function | Andrew Robbins | 2017-09-20 | 1 | -2/+10 |
* | Declare array wget_options with local scope | Andrew Robbins | 2017-09-20 | 1 | -1/+1 |
* | Quote elements of array wget_options | Andrew Robbins | 2017-09-20 | 1 | -5/+5 |
* | Add function 'tool_arguments_targets' to libs/tool | Andrew Robbins | 2017-09-14 | 1 | -0/+19 |
* | Skip archive extraction if archive doesn't exist | Andrew Robbins | 2017-07-22 | 1 | -1/+1 |
* | Remove unnecessary subshell grouping | Andrew Robbins | 2017-07-22 | 1 | -5/+3 |
* | Remove IFS binding masking a non-zero status code | Andrew Robbins | 2017-07-22 | 1 | -6/+3 |
* | Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECK | Andrew Robbins | 2017-07-21 | 1 | -0/+1 |
* | Create array TOOL_ACTIONS_GENERIC_IGNORE_CHECK | Andrew Robbins | 2017-07-21 | 1 | -0/+1 |
* | Add libreboot_setup_tool_actions() | Andrew Robbins | 2017-07-21 | 1 | -5/+0 |
* | Rename TOOL_ACTIONS_FUNCTIONS to TOOL_ACTIONS | Andrew Robbins | 2017-07-21 | 1 | -2/+2 |
* | Fix action 'update_check' erroring out erroneously | Andrew Robbins | 2017-07-21 | 1 | -1/+1 |
* | Add libreboot_setup_project_actions() | Andrew Robbins | 2017-07-21 | 1 | -5/+0 |
* | Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONS | Andrew Robbins | 2017-07-20 | 1 | -2/+2 |
* | Move vars CONFIG_SHELL,EDITOR,TASKS to libs/common | Andrew Robbins | 2017-07-18 | 1 | -0/+4 |
* | Change '.' to the more readable 'source' command | Andrew Robbins | 2017-07-17 | 1 | -2/+2 |
* | Use "$*" instead of $@ when assigning as a string | Andrew Robbins | 2017-07-17 | 1 | -12/+12 |
* | Avoid checking previous exit codes indirectly | Andrew Robbins | 2017-07-17 | 1 | -7/+5 |
* | Word-split PROJECTS_FORCE expansion (remove quotes) | Andrew Robbins | 2017-07-17 | 1 | -1/+1 |
* | Make explicit which directory 'find' should search | Andrew Robbins | 2017-07-17 | 1 | -2/+2 |
* | Prevent 'read' from interpreting backslash escapes | Andrew Robbins | 2017-07-17 | 1 | -11/+11 |
* | Properly escape and quote regular expressions | Andrew Robbins | 2017-07-17 | 1 | -8/+8 |
* | Rely less on word splitting by using arrays | Andrew Robbins | 2017-07-14 | 2 | -10/+18 |
* | Enable 'extglob' and replace some brace expansions | Andrew Robbins | 2017-07-11 | 2 | -2/+2 |
* | Merge branch 'libs/project-cruft' of kragle/libreboot into master | Leah Rowe | 2017-07-10 | 1 | -25/+23 |
|\ |
|
| * | Fix action text in './libreboot usage <project>' | Andrew Robbins | 2017-07-09 | 1 | -25/+23 |
* | | Suppress GNU tar's warning on filenames w/ nuls. | Andrew Robbins | 2017-07-09 | 1 | -0/+2 |
|/ |
|
* | Removed cruft & redundancy in project_action*() | Andrew Robbins | 2017-07-07 | 1 | -114/+59 |
* | Function call wget_wrapper wasn't renamed. Fixed. | Andrew Robbins | 2017-06-28 | 1 | -1/+1 |
* | Fixed bug in diff_patch_file() filename parsing. | Andrew Robbins | 2017-06-28 | 1 | -3/+4 |
* | Added functions for downloading/patching archives | Andrew Robbins | 2017-06-28 | 2 | -0/+78 |
* | Vars TAR_XZ,ASC,SHA256SUM renamed for generality. | Andrew Robbins | 2017-06-25 | 3 | -13/+13 |
* | Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' | Andrew Robbins | 2017-06-23 | 4 | -4/+4 |
* | Remove unnecessary 'env' invocation from printf. | Andrew Robbins | 2017-06-23 | 4 | -81/+81 |
* | Fixed printf calls & replaced 'echo' w/ printf. | Andrew Robbins | 2017-06-23 | 4 | -81/+81 |
* | Improved handling of filenames in archive creation | Andrew Robbins | 2017-06-22 | 2 | -93/+97 |
* | Added vars RANDOM_SEED, LIBFAKETIME_PATH + misc. | Andrew Robbins | 2017-06-19 | 1 | -0/+1 |
* | Patching now works. bucts can be patched & built. | Andrew Robbins | 2017-05-31 | 3 | -22/+40 |