summaryrefslogtreecommitdiff
path: root/include/init.sh
AgeCommit message (Expand)Author
2025-05-26xbmk: rename xbmklocal/xbmktmp variablesLeah Rowe
2025-05-25init.sh: error out if .git/ is a symlinkLeah Rowe
2025-05-20Revert "vendor.sh: optimise find_me()"Leah Rowe
2025-05-20vendor.sh: optimise find_me()Leah Rowe
2025-05-19init.sh: looser XBMK_THREADS validationLeah Rowe
2025-05-19init.sh: Hardcode XBMK_CACHE for integrityLeah Rowe
2025-05-18init.sh: merge xbmk_lock() with xbmk_set_env()Leah Rowe
2025-05-18init.sh: move xbmk_set_versionLeah Rowe
2025-05-18init.sh: set pyver from set_envLeah Rowe
2025-05-18init.sh: merge xbmk_mkdirs with set_envLeah Rowe
2025-05-18init.sh: check version/versiondate once readLeah Rowe
2025-05-18init.sh: error if version not readLeah Rowe
2025-05-18init.sh: only update version files on parentLeah Rowe
2025-05-18init.sh: simplify unknown version creationLeah Rowe
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