summaryrefslogtreecommitdiff
path: root/include/lib.sh
AgeCommit message (Expand)Author
2025-05-03lib.sh: add fe_ which is fx_ but err on findLeah Rowe
2025-05-03lbmk: unified execution on find commandsLeah Rowe
2025-05-02lib.sh: Simplify rmgit()Leah Rowe
2025-05-02lib.sh: support multiple arguments in remkdir()Leah Rowe
2025-05-02lib.sh: simplify remkdir()Leah Rowe
2025-05-02move x_() to lib.shLeah Rowe
2025-05-02init.sh: move setvars/err_ to lib.shLeah Rowe
2025-04-29lib.sh: Provide printf for mktarballLeah Rowe
2025-04-26lib.sh: move _ua to the xbmkget functionLeah Rowe
2025-04-26move variables out of init.sh to othersLeah Rowe
2025-04-26lib.sh: rename vendor_checksumLeah Rowe
2025-04-26lib.sh: move singletree() to git.shLeah Rowe
2025-04-26lib.sh: move cbfs() to rom.shLeah Rowe
2025-04-26re-split include/init.sh to lib.shLeah Rowe
2025-04-26rename include/lib.sh to init.shLeah Rowe
2025-04-26lib.sh: introduce more top-down function orderLeah Rowe
2025-04-26mk: simplify main()Leah Rowe
2025-04-26lib.sh: use realpath to get sys python on venvLeah Rowe
2025-04-26lib.sh: Force use of System Python to prevent hangLeah Rowe
2025-04-23lib.sh: further condense the python checkLeah Rowe
2025-04-23lib.sh: further simplify the python checkLeah Rowe
2025-04-23lib.sh: condense the python checkLeah Rowe
2025-04-23lib.sh: simplify mk()Leah Rowe
2025-04-23lib.sh: simplify cbfs()Leah Rowe
2025-04-23lib.sh: simplify the python checkLeah Rowe
2025-04-22lib.sh: add missing copyright yearLeah Rowe
2025-04-21lib.sh: Fix python3 detection when 'python' is python2Alper Nebi Yasak
2025-04-18lib.sh: perform root check even earlierLeah Rowe
2025-04-18lib.sh: tidy up opening logic (put it together)Leah Rowe
2025-04-18lib.sh: do root check before python checkLeah Rowe
2025-04-18lib.sh: simplify mktarball()Leah Rowe
2025-04-18lib.sh: fix missing s/TMPDIR/xbmktmpLeah Rowe
2025-04-17lbmk: don't handle TMPDIR directlyLeah Rowe
2025-04-16lib.sh mktarball: stricter tar error handlingLeah Rowe
2025-04-13Revert "lib.sh: use eval for the command in x_"Leah Rowe
2025-04-13lib.sh: fix bad eval writing version/versiondateLeah Rowe
2025-04-13lib.sh: use eval for the command in x_Leah Rowe
2025-04-12lib.sh: tidy up the error handlingLeah Rowe
2025-04-12remove xbmk_parent, handle forking in lib.shLeah Rowe
2025-04-12lib.sh: define x_ right after err_Leah Rowe
2025-04-12lib.sh: minor cleanupLeah Rowe
2025-04-12lib.sh: write version/versiondate to dotfilesLeah Rowe
2025-04-12lib.sh: hardcode projectname/projectsiteLeah Rowe
2025-04-11lib.sh: double-quote pwd to prevent globbingLeah Rowe
2025-04-11lbmk: unified PWD handling (work directory)Leah Rowe
2025-04-11lib.sh: initialise PATH if it's unsetLeah Rowe
2025-04-11move XBMKPATH to include/lib.shLeah Rowe
2025-04-11lbmk: use pwd util, not PWD environmental variableLeah Rowe
2025-04-11clean up a few semicolons in the build systemLeah Rowe
2025-01-06lib.sh: Much safer python version checkLeah Rowe