aboutsummaryrefslogtreecommitdiff
path: root/libs/project
Commit message (Expand)AuthorAgeFilesLines
* Modify project_file_path() to return first matching pathAndrew Robbins2018-10-091-0/+2
* Use project_sources_path() in archive creationAndrew Robbins2018-01-141-27/+4
* Remove unnecessary spaces in command substitutionsAndrew Robbins2017-10-281-61/+61
* Make use of Bash's '-n' operator for testsAndrew Robbins2017-10-281-18/+18
* Replace usage of the '[' Bash builtin with '[['Andrew Robbins2017-10-281-48/+48
* Modify fd copying in printf calls for readabilityAndrew Robbins2017-10-281-9/+9
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-59/+59
* Skip archive extraction if archive doesn't existAndrew Robbins2017-07-221-1/+1
* Remove unnecessary subshell groupingAndrew Robbins2017-07-221-5/+3
* Remove IFS binding masking a non-zero status codeAndrew Robbins2017-07-221-6/+3
* Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECKAndrew Robbins2017-07-211-0/+1
* Fix action 'update_check' erroring out erroneouslyAndrew Robbins2017-07-211-1/+1
* Add libreboot_setup_project_actions()Andrew Robbins2017-07-211-5/+0
* Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONSAndrew Robbins2017-07-201-2/+2
* Change '.' to the more readable 'source' commandAndrew Robbins2017-07-171-2/+2
* Use "$*" instead of $@ when assigning as a stringAndrew Robbins2017-07-171-12/+12
* Avoid checking previous exit codes indirectlyAndrew Robbins2017-07-171-7/+5
* Word-split PROJECTS_FORCE expansion (remove quotes)Andrew Robbins2017-07-171-1/+1
* Make explicit which directory 'find' should searchAndrew Robbins2017-07-171-2/+2
* Prevent 'read' from interpreting backslash escapesAndrew Robbins2017-07-171-11/+11
* Properly escape and quote regular expressionsAndrew Robbins2017-07-171-8/+8
* Rely less on word splitting by using arraysAndrew Robbins2017-07-141-5/+9
* Enable 'extglob' and replace some brace expansionsAndrew Robbins2017-07-111-1/+1
* Fix action text in './libreboot usage <project>'Andrew Robbins2017-07-091-25/+23
* Removed cruft & redundancy in project_action*()Andrew Robbins2017-07-071-114/+59
* Function call wget_wrapper wasn't renamed. Fixed.Andrew Robbins2017-06-281-1/+1
* Added functions for downloading/patching archivesAndrew Robbins2017-06-281-0/+60
* Vars TAR_XZ,ASC,SHA256SUM renamed for generality.Andrew Robbins2017-06-251-4/+4
* Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash'Andrew Robbins2017-06-231-1/+1
* Remove unnecessary 'env' invocation from printf.Andrew Robbins2017-06-231-51/+51
* Fixed printf calls & replaced 'echo' w/ printf.Andrew Robbins2017-06-231-51/+51
* Patching now works. bucts can be patched & built.Andrew Robbins2017-05-311-4/+5
* Fixed project_check() and tool_check().Andrew Robbins2017-05-291-6/+3
* libs: project: Only show file contents if the file existsPaul Kocialkowski2017-01-151-1/+4
* libs: project: Return fully qualified blobs path when no path is foundPaul Kocialkowski2017-01-151-0/+2
* libs: project: Always create archive to allow forcePaul Kocialkowski2017-01-151-4/+1
* Paper build system initial import into LibrebootPaul Kocialkowski2017-01-151-0/+1471