summaryrefslogtreecommitdiff
path: root/include/init.sh
AgeCommit message (Expand)Author
2025-05-18init.sh: only set xbmk version on parent instanceLeah Rowe
2025-05-18init.sh: initialise variables AFTER pathLeah Rowe
2025-05-18init.sh: merge create_pathdirs with set_pyverLeah Rowe
2025-05-18init.sh: Set python version only on parentLeah Rowe
2025-05-18init.sh: remove useless commandLeah Rowe
2025-05-18init.sh: remove useless commentLeah Rowe
2025-05-18init.sh: xbmk_create_tmpdir to xbmk_mkdirsLeah Rowe
2025-05-18init.sh: move gnupath creation to create_tmpdirLeah Rowe
2025-05-18init.sh: move PATH init to set_envLeah Rowe
2025-05-18init.sh: check the lock file BEFORE git initLeah Rowe
2025-05-18init.sh: return from child in set_env insteadLeah Rowe
2025-05-10inject.sh: split to vendor.sh the download partsLeah Rowe
2025-05-09lbmk: use x_ instead of err, where appropriateLeah Rowe
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