index
:
librebootfr
master
French translation of the Libreboot project.
Miquel Lionel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
project
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fail early for project actions
Andrew Robbins
2019-11-02
1
-0
/
+2
*
Fix project usage action
Andrew Robbins
2019-10-30
1
-0
/
+11
*
libs/project: Perform project action in subshell
Andrew Robbins
2019-10-19
1
-3
/
+5
*
libs/project: Simplify acting on dependencies
Andrew Robbins
2019-10-19
1
-20
/
+8
*
Add dependency handling
Andrew Robbins
2019-10-18
1
-4
/
+101
*
libs/project: Call functions from any project
Andrew Robbins
2019-10-16
1
-4
/
+8
*
libs/project: Invoke subshell in project_function_check()
Andrew Robbins
2019-07-21
1
-7
/
+6
*
Add functions to safely apply patches to non-git sources
Andrew Robbins
2019-07-16
1
-1
/
+12
*
Avoid redundant patching when recursively patching
Andrew Robbins
2019-07-16
1
-1
/
+1
*
libs/project: Complete project_sources_prepare()
Andrew Robbins
2019-07-16
1
-10
/
+61
*
libs/project: Remove extraneous newlines in header/footer
Andrew Robbins
2019-04-26
1
-3
/
+3
*
libs/project: Print project_action() footer, always
Andrew Robbins
2019-04-26
1
-10
/
+15
*
libs/project: Modify output of project_blobs_path()
Andrew Robbins
2019-04-23
1
-2
/
+0
*
Respect blobs-ignore when removing blobs
Andrew Robbins
2019-04-23
1
-0
/
+16
*
libs/project: Avoid subshell in 'if' statements
Andrew Robbins
2019-04-18
1
-1
/
+7
*
libs/project: Fail update check for git sources
Andrew Robbins
2019-04-18
1
-1
/
+1
*
libs/project: Fail install check, properly
Andrew Robbins
2019-04-15
1
-2
/
+7
*
libs/project: Fail build check, properly
Andrew Robbins
2019-04-15
1
-1
/
+6
*
libs/project: Don't fail with project_action_check
Andrew Robbins
2019-04-13
1
-1
/
+3
*
Merge branch 'libs-git' of and_who/libreboot into master
Swift Geek
2019-03-29
1
-13
/
+9
|
\
|
*
libs/project: Execute project action in subshell
Andrew Robbins
2019-03-26
1
-13
/
+9
*
|
let's prefer pre-increment
Andrew Robbins
2019-03-28
1
-2
/
+2
*
|
libs/project: Set max loop iteration in for loop
Andrew Robbins
2019-03-28
1
-9
/
+5
|
/
*
Rename and refactor diff_patch_file()
Andrew Robbins
2019-03-18
1
-1
/
+1
*
Center tool/project output between header/footer
Andrew Robbins
2019-02-22
1
-1
/
+1
*
Don't output header/footer to stderr unless necessary
Andrew Robbins
2019-02-22
1
-2
/
+3
*
Add preliminary dependency handling support
Andrew Robbins
2019-01-22
1
-2
/
+73
*
Modify project_file_path() to return first matching path
Andrew Robbins
2018-10-09
1
-0
/
+2
*
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
1
-61
/
+61
*
Make use of Bash's '-n' operator for tests
Andrew Robbins
2017-10-28
1
-18
/
+18
*
Replace usage of the '[' Bash builtin with '[['
Andrew Robbins
2017-10-28
1
-48
/
+48
*
Modify fd copying in printf calls for readability
Andrew Robbins
2017-10-28
1
-9
/
+9
*
Remove braces from parameter expansions
Andrew Robbins
2017-09-21
1
-59
/
+59
*
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
*
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
*
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
1
-5
/
+9
*
Enable 'extglob' and replace some brace expansions
Andrew Robbins
2017-07-11
1
-1
/
+1
[next]