index
:
lbmk.git
20240612_branch
20241206-t480-thunderbolt-unstable
20241206_branch
25.04_branch
25.06_branch
3050wip
audit6
audit6-merge1
m920qwip
master
quackboot
libreboot build system (LibreBoot MaKe)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
init.sh
Age
Commit message (
Expand
)
Author
2025-05-10
inject.sh: split to vendor.sh the download parts
Leah Rowe
2025-05-09
lbmk: use x_ instead of err, where appropriate
Leah Rowe
2025-05-08
init.sh: Only check XBMK_CACHE if it exists
Leah Rowe
2025-05-07
init.sh: remove useless export
Leah Rowe
2025-05-07
init.sh: also allow XBMK_RELEASE=Y or N
Leah Rowe
2025-05-07
init.sh: Resolve XBMK_CACHE via readlink
Leah Rowe
2025-05-07
init.sh: check XBMK_CACHE is a directory instead
Leah Rowe
2025-05-07
init.sh: export LOCALVERSION in set_env
Leah Rowe
2025-05-07
init.sh: run set_version before set_env
Leah Rowe
2025-05-07
init.sh: Use readlink in pybin()
Leah Rowe
2025-05-05
lbmk: Replace err with much simpler implementation
Leah Rowe
2025-05-04
init.sh: Silence the output of git config --global
Leah Rowe
2025-05-04
init.sh: Run git name/email check before init
Leah Rowe
2025-05-04
init.sh: single-quote xbmklock in xbmk_lock()
Leah Rowe
2025-05-04
init.sh: define lock file in a variable instead
Leah Rowe
2025-05-04
init.sh: tidy up xbmk_child_exec()
Leah Rowe
2025-05-04
lbmk: MUCH safer err function
Leah Rowe
2025-05-04
init.sh: tidy up the python version check
Leah Rowe
2025-05-04
init.sh: move non-init functions to lib.sh
Leah Rowe
2025-05-04
init.sh: simplify dependencies handling
Leah Rowe
2025-05-04
init.sh: tidy up pathdir creation
Leah Rowe
2025-05-03
init.sh: *Re-create* tmpdirs on parent instance
Leah Rowe
2025-05-03
init.sh: Always create xbmklocal
Leah Rowe
2025-05-03
lbmk: Unified local ./tmp handling
Leah Rowe
2025-05-03
init.sh: Explicitly create the xbmktmp directory
Leah Rowe
2025-05-03
init.sh: unified handling of ./tmp
Leah Rowe
2025-05-02
move x_() to lib.sh
Leah Rowe
2025-05-02
init.sh: move setvars/err_ to lib.sh
Leah Rowe
2025-04-29
init.sh: fix yet another double quote for dotfiles
Leah Rowe
2025-04-29
init.sh: don't use eval to read version files
Leah Rowe
2025-04-29
init.sh: use backslash for dotfiles in eval
Leah Rowe
2025-04-26
init.sh: make git name/email error more useful
Leah Rowe
2025-04-26
init.sh: move git name/mail check to xbmk_git_init
Leah Rowe
2025-04-26
init.sh: tidy up the git name/email check
Leah Rowe
2025-04-26
mk: move git check to init.sh xbmk_set_version
Leah Rowe
2025-04-26
init.sh: tidy up xbmk_init()
Leah Rowe
2025-04-26
mk: move git_init to init.sh
Leah Rowe
2025-04-26
init.sh: minor cleanup
Leah Rowe
2025-04-26
init.sh: clean up setvars
Leah Rowe
2025-04-26
init.sh setvars: make err a printf for eval
Leah Rowe
2025-04-26
init.sh: merge xbmk_child_init with xbmk_init
Leah Rowe
2025-04-26
init.sh: split xbmk_child_init into functions
Leah Rowe
2025-04-26
init.sh: move parent fork to new function
Leah Rowe
2025-04-26
init.sh: Provide more complete error info
Leah Rowe
2025-04-26
move variables out of init.sh to others
Leah Rowe
2025-04-26
re-split include/init.sh to lib.sh
Leah Rowe
2025-04-26
rename include/lib.sh to init.sh
Leah Rowe