summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2024-05-26rename include/option.sh to include/lib.shLeah Rowe
2024-05-26general code cleanup in the build systemLeah Rowe
2024-05-25build: simplify git_init()Leah Rowe
2024-05-25build: do root check before git checkLeah Rowe
2024-05-25build: simplify git checksLeah Rowe
2024-05-24build: hide git-init outputLeah Rowe
2024-05-19more minor cleanup in the build systemLeah Rowe
2024-05-19build/roms: rename moverom to copyromLeah Rowe
2024-05-19minor code cleanup in the build systemLeah Rowe
2024-05-18git.sh: Remove .git if XBMK_RELEASE=yLeah Rowe
2024-05-16build: remove initcmd() and simplify main()Leah Rowe
2024-05-16build: initialise git first (before commands)Leah Rowe
2024-05-16build: remove excmd() and simplify main()Leah Rowe
2024-05-16build: don't make script_path a global variableLeah Rowe
2024-05-16lbmk: allow easier sync with cbmkLeah Rowe
2024-05-15remove help commands (user should read docs)Leah Rowe
2024-05-15option.sh: delete check_git()Leah Rowe
2024-05-15build: define "xp" in the global variablesLeah Rowe
2024-05-15build: simplify for loop in fetch_trees()Leah Rowe
2024-05-15build: simplified downloads in fetch_trees()Leah Rowe
2024-05-15./build release: don't do u-boot-only archivesLeah Rowe
2024-05-15build: use utc+0 when initialising git repo datesLeah Rowe
2024-05-15remove check_project() (always set variables)Leah Rowe
2024-05-15build: simplify deletions in fetch_trees()Leah Rowe
2024-05-15build: delete mkversion() (just print relname)Leah Rowe
2024-05-15rm src/u-boot/*/test/lib/strlcat.c in u-bootLeah Rowe
2024-05-15build: remove mkrom_imagesLeah Rowe
2024-05-15build: use same tarball name on uboot-only releaseLeah Rowe
2024-05-15build/roms: create full release tarball nameLeah Rowe
2024-05-15cleanup: remove mkvdirLeah Rowe
2024-05-14move rom tarball creation to script/romsLeah Rowe
2024-05-11print two line breaks before confirming releaseLeah Rowe
2024-05-11remove all status checks. only handle release.Leah Rowe
2024-05-11move script/*/* to script/Leah Rowe
2024-05-11merge script/vendor/* into include/vendor.shLeah Rowe
2024-05-11build: print usage for special commandsLeah Rowe
2024-05-11merge script/update/release into buildLeah Rowe
2024-05-09build: further prevent non-lbmk-work-directoryLeah Rowe
2024-05-09build: exit if not running from lbmk directoryLeah Rowe
2024-05-06merge include/err.sh with include/option.shLeah Rowe
2024-04-26exports variables from err.sh, not buildLeah Rowe
2024-04-25lbmk: export TMPDIR from err.sh, not buildLeah Rowe
2024-04-24haswell: only provide NRI-based ROMs in releasesLeah Rowe
2024-03-27safer, simpler error handling in lbmkLeah Rowe
2023-12-24lbmk scripts: shorter code linesLeah Rowe
2023-12-23build: remove test commandLeah Rowe
2023-12-23lbmk scripts: general code cleanup/optimisationLeah Rowe
2023-12-23set version/projectname properlyLeah Rowe
2023-12-22build: simplified TMPDIR handlingLeah Rowe
2023-12-19build initialise_command: simplify handlingLeah Rowe