Commit History

Author SHA1 Message Date
  Andrew Robbins a8e95c3d8b Use project_sources_path() in archive creation 6 years ago
  Andrew Robbins 5c1fe562d8 Remove unnecessary spaces in command substitutions 6 years ago
  Andrew Robbins c7377e3eb7 Make use of Bash's '-n' operator for tests 6 years ago
  Andrew Robbins 85934d62d7 Replace usage of the '[' Bash builtin with '[[' 6 years ago
  Andrew Robbins 4e3505463e Modify fd copying in printf calls for readability 6 years ago
  Andrew Robbins 4971432491 Remove braces from parameter expansions 6 years ago
  Andrew Robbins 308b5eefe3 Skip archive extraction if archive doesn't exist 6 years ago
  Andrew Robbins 4aff8835cd Remove unnecessary subshell grouping 6 years ago
  Andrew Robbins 5e3dcd8f29 Remove IFS binding masking a non-zero status code 6 years ago
  Andrew Robbins 38472cfdca Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECK 6 years ago
  Andrew Robbins f092e798d8 Fix action 'update_check' erroring out erroneously 6 years ago
  Andrew Robbins 15d5ee9e71 Add libreboot_setup_project_actions() 6 years ago
  Andrew Robbins b9e07c9a8c Rename PROJECT_ACTIONS_FUNCTIONS to PROJECT_ACTIONS 6 years ago
  Andrew Robbins a57da0e3e8 Change '.' to the more readable 'source' command 6 years ago
  Andrew Robbins b6a666bf6e Use "$*" instead of $@ when assigning as a string 6 years ago
  Andrew Robbins 3adb05d41d Avoid checking previous exit codes indirectly 6 years ago
  Andrew Robbins c2d613cdb8 Word-split PROJECTS_FORCE expansion (remove quotes) 6 years ago
  Andrew Robbins 9bc79485d3 Make explicit which directory 'find' should search 6 years ago
  Andrew Robbins 81b33ca016 Prevent 'read' from interpreting backslash escapes 6 years ago
  Andrew Robbins 47ee86bd9b Properly escape and quote regular expressions 6 years ago
  Andrew Robbins 547be86693 Rely less on word splitting by using arrays 6 years ago
  Andrew Robbins 379c69bf12 Enable 'extglob' and replace some brace expansions 6 years ago
  Andrew Robbins 9b5d012ec4 Fix action text in './libreboot usage <project>' 7 years ago
  Andrew Robbins 81f7a7e0cc Removed cruft & redundancy in project_action*() 7 years ago
  Andrew Robbins 9c45dc6b2a Function call wget_wrapper wasn't renamed. Fixed. 7 years ago
  Andrew Robbins f1c378c027 Added functions for downloading/patching archives 7 years ago
  Andrew Robbins 0096666182 Vars TAR_XZ,ASC,SHA256SUM renamed for generality. 7 years ago
  Andrew Robbins b6e6d5eba4 Replaced '#!/bin/bash' w/ '#!/usr/bin/env bash' 7 years ago
  Andrew Robbins 4e50a92041 Remove unnecessary 'env' invocation from printf. 7 years ago
  Andrew Robbins 46c6ca3b9e Fixed printf calls & replaced 'echo' w/ printf. 7 years ago