Age | Commit message (Expand) | Author |
2024-06-14 | lib.sh: remove the items() function | Leah Rowe |
2024-06-09 | minor code cleanup in the build system | Leah Rowe |
2024-06-09 | build: also make a lock file during release build | Leah Rowe |
2024-06-09 | create a lock file during builds | Leah Rowe |
2024-06-06 | don't use build.list to detect multi-tree projects | Leah Rowe |
2024-06-05 | move id check to lib.sh too | Leah Rowe |
2024-06-05 | move root check to lib.sh (bugfix) | Leah Rowe |
2024-06-05 | bugfix: move dependencies handling to lib.sh | Leah Rowe |
2024-06-03 | better help text on invalid commands | Leah Rowe |
2024-06-02 | build: print the project website address on help | Leah Rowe |
2024-05-30 | delete u-boot test/lib/strlcat.c using nuke() | Leah Rowe |
2024-05-26 | rename include/option.sh to include/lib.sh | Leah Rowe |
2024-05-26 | general code cleanup in the build system | Leah Rowe |
2024-05-25 | build: simplify git_init() | Leah Rowe |
2024-05-25 | build: do root check before git check | Leah Rowe |
2024-05-25 | build: simplify git checks | Leah Rowe |
2024-05-24 | build: hide git-init output | Leah Rowe |
2024-05-19 | more minor cleanup in the build system | Leah Rowe |
2024-05-19 | build/roms: rename moverom to copyrom | Leah Rowe |
2024-05-19 | minor code cleanup in the build system | Leah Rowe |
2024-05-18 | git.sh: Remove .git if XBMK_RELEASE=y | Leah Rowe |
2024-05-16 | build: remove initcmd() and simplify main() | Leah Rowe |
2024-05-16 | build: initialise git first (before commands) | Leah Rowe |
2024-05-16 | build: remove excmd() and simplify main() | Leah Rowe |
2024-05-16 | build: don't make script_path a global variable | Leah Rowe |
2024-05-16 | lbmk: allow easier sync with cbmk | Leah Rowe |
2024-05-15 | remove help commands (user should read docs) | Leah Rowe |
2024-05-15 | option.sh: delete check_git() | Leah Rowe |
2024-05-15 | build: define "xp" in the global variables | Leah Rowe |
2024-05-15 | build: simplify for loop in fetch_trees() | Leah Rowe |
2024-05-15 | build: simplified downloads in fetch_trees() | Leah Rowe |
2024-05-15 | ./build release: don't do u-boot-only archives | Leah Rowe |
2024-05-15 | build: use utc+0 when initialising git repo dates | Leah Rowe |
2024-05-15 | remove check_project() (always set variables) | Leah Rowe |
2024-05-15 | build: simplify deletions in fetch_trees() | Leah Rowe |
2024-05-15 | build: delete mkversion() (just print relname) | Leah Rowe |
2024-05-15 | rm src/u-boot/*/test/lib/strlcat.c in u-boot | Leah Rowe |
2024-05-15 | build: remove mkrom_images | Leah Rowe |
2024-05-15 | build: use same tarball name on uboot-only release | Leah Rowe |
2024-05-15 | build/roms: create full release tarball name | Leah Rowe |
2024-05-15 | cleanup: remove mkvdir | Leah Rowe |
2024-05-14 | move rom tarball creation to script/roms | Leah Rowe |
2024-05-11 | print two line breaks before confirming release | Leah Rowe |
2024-05-11 | remove all status checks. only handle release. | Leah Rowe |
2024-05-11 | move script/*/* to script/ | Leah Rowe |
2024-05-11 | merge script/vendor/* into include/vendor.sh | Leah Rowe |
2024-05-11 | build: print usage for special commands | Leah Rowe |
2024-05-11 | merge script/update/release into build | Leah Rowe |
2024-05-09 | build: further prevent non-lbmk-work-directory | Leah Rowe |
2024-05-09 | build: exit if not running from lbmk directory | Leah Rowe |