summaryrefslogtreecommitdiff
path: root/include/init.sh
AgeCommit message (Expand)Author
2025-05-08init.sh: Only check XBMK_CACHE if it existsLeah Rowe
2025-05-07init.sh: remove useless exportLeah Rowe
2025-05-07init.sh: also allow XBMK_RELEASE=Y or NLeah Rowe
2025-05-07init.sh: Resolve XBMK_CACHE via readlinkLeah Rowe
2025-05-07init.sh: check XBMK_CACHE is a directory insteadLeah Rowe
2025-05-07init.sh: export LOCALVERSION in set_envLeah Rowe
2025-05-07init.sh: run set_version before set_envLeah Rowe
2025-05-07init.sh: Use readlink in pybin()Leah Rowe
2025-05-05lbmk: Replace err with much simpler implementationLeah Rowe
2025-05-04init.sh: Silence the output of git config --globalLeah Rowe
2025-05-04init.sh: Run git name/email check before initLeah Rowe
2025-05-04init.sh: single-quote xbmklock in xbmk_lock()Leah Rowe
2025-05-04init.sh: define lock file in a variable insteadLeah Rowe
2025-05-04init.sh: tidy up xbmk_child_exec()Leah Rowe
2025-05-04lbmk: MUCH safer err functionLeah Rowe
2025-05-04init.sh: tidy up the python version checkLeah Rowe
2025-05-04init.sh: move non-init functions to lib.shLeah Rowe
2025-05-04init.sh: simplify dependencies handlingLeah Rowe
2025-05-04init.sh: tidy up pathdir creationLeah Rowe
2025-05-03init.sh: *Re-create* tmpdirs on parent instanceLeah Rowe
2025-05-03init.sh: Always create xbmklocalLeah Rowe
2025-05-03lbmk: Unified local ./tmp handlingLeah Rowe
2025-05-03init.sh: Explicitly create the xbmktmp directoryLeah Rowe
2025-05-03init.sh: unified handling of ./tmpLeah Rowe
2025-05-02move x_() to lib.shLeah Rowe
2025-05-02init.sh: move setvars/err_ to lib.shLeah Rowe
2025-04-29init.sh: fix yet another double quote for dotfilesLeah Rowe
2025-04-29init.sh: don't use eval to read version filesLeah Rowe
2025-04-29init.sh: use backslash for dotfiles in evalLeah Rowe
2025-04-26init.sh: make git name/email error more usefulLeah Rowe
2025-04-26init.sh: move git name/mail check to xbmk_git_initLeah Rowe
2025-04-26init.sh: tidy up the git name/email checkLeah Rowe
2025-04-26mk: move git check to init.sh xbmk_set_versionLeah Rowe
2025-04-26init.sh: tidy up xbmk_init()Leah Rowe
2025-04-26mk: move git_init to init.shLeah Rowe
2025-04-26init.sh: minor cleanupLeah Rowe
2025-04-26init.sh: clean up setvarsLeah Rowe
2025-04-26init.sh setvars: make err a printf for evalLeah Rowe
2025-04-26init.sh: merge xbmk_child_init with xbmk_initLeah Rowe
2025-04-26init.sh: split xbmk_child_init into functionsLeah Rowe
2025-04-26init.sh: move parent fork to new functionLeah Rowe
2025-04-26init.sh: Provide more complete error infoLeah Rowe
2025-04-26move variables out of init.sh to othersLeah Rowe
2025-04-26re-split include/init.sh to lib.shLeah Rowe
2025-04-26rename include/lib.sh to init.shLeah Rowe