Age | Commit message (Expand) | Author |
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 |
2024-05-06 | merge include/err.sh with include/option.sh | Leah Rowe |
2024-04-26 | exports variables from err.sh, not build | Leah Rowe |
2024-04-25 | lbmk: export TMPDIR from err.sh, not build | Leah Rowe |
2024-04-24 | haswell: only provide NRI-based ROMs in releases | Leah Rowe |
2024-03-27 | safer, simpler error handling in lbmk | Leah Rowe |
2023-12-24 | lbmk scripts: shorter code lines | Leah Rowe |
2023-12-23 | build: remove test command | Leah Rowe |
2023-12-23 | lbmk scripts: general code cleanup/optimisation | Leah Rowe |
2023-12-23 | set version/projectname properly | Leah Rowe |
2023-12-22 | build: simplified TMPDIR handling | Leah Rowe |
2023-12-19 | build initialise_command: simplify handling | Leah Rowe |
2023-12-16 | remove DEBUG handling in lbmk (not needed) | Leah Rowe |
2023-11-09 | fix typo in help text | Leah Rowe |
2023-11-09 | build: set --author when running git init | Leah Rowe |
2023-11-08 | lbmk: support showing the revision in help text | Leah Rowe |
2023-11-08 | build: don't generate version/versiondate as root | Leah Rowe |
2023-11-01 | export LC_COLLATE=C and LC_ALL=C | Leah Rowe |
2023-10-20 | move git_init to the main build script | Leah Rowe |
2023-10-20 | always re-generate .git in lbmk | Leah Rowe |
2023-10-20 | lbmk: use 2-level directory structure in script/ | Leah Rowe |
2023-10-19 | minor code cleanup in shell scripts | Leah Rowe |
2023-10-10 | build: fix bad command in help text | Leah Rowe |