summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2024-06-09minor code cleanup in the build systemLeah Rowe
2024-06-09build: also make a lock file during release buildLeah Rowe
2024-06-09create a lock file during buildsLeah Rowe
2024-06-06don't use build.list to detect multi-tree projectsLeah Rowe
2024-06-05move id check to lib.sh tooLeah Rowe
2024-06-05move root check to lib.sh (bugfix)Leah Rowe
2024-06-05bugfix: move dependencies handling to lib.shLeah Rowe
2024-06-03better help text on invalid commandsLeah Rowe
2024-06-02build: print the project website address on helpLeah Rowe
2024-05-30delete u-boot test/lib/strlcat.c using nuke()Leah Rowe
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