Skip to content

Conversation

@SjnExe
Copy link
Owner

@SjnExe SjnExe commented Jan 18, 2026

No description provided.

google-labs-jules bot and others added 7 commits January 17, 2026 18:25
- **Build System:**
  - Implemented sharded package structure (`packages/b/bash`) for scalability.
  - Added automated patching support in `entry_point.sh`.
  - Optimized `builder.py` to skip downloading artifacts on remote cache hits, saving bandwidth.
  - Added `run_docker_test.sh` for ARM64 testing in Termux Docker containers.
  - Synced upstream patches for `bash` and `coreutils`.

- **Website:**
  - Removed RSS feed.
  - Added "Copy Install Command" button to details modal.
  - Fixed Modal UI (centering, responsiveness).
  - Implemented Grid/List view toggle.

- **Autopilot:**
  - Added `autopilot.yml` workflow and script to automate updates via `nvchecker` and PRs.
  - Added `nvchecker.toml` for `bash` and `coreutils`.
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this.
- **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates.
- **Build System:**
  - Added automated patch application in `entry_point.sh`.
  - Added `run_docker_test.sh` for runtime verification in Termux Docker containers.
  - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility.
- **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index.
- **Website:** Final UI cleanup (Removed RSS, fixed Copy button).
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this.
- **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates.
- **Build System:**
  - Added automated patch application in `entry_point.sh`.
  - Added `run_docker_test.sh` for runtime verification in Termux Docker containers.
  - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility.
  - Fixed hardcoded paths in build scripts by using `TERMUX_PKG_BUILDER_DIR`.
  - Moved `termux_step_make_test` to `termux_step_post_create_deb` where applicable.
- **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index.
- **Website:** Final UI cleanup (Removed RSS, fixed Copy button).
- **Validation:** Fixed Shellcheck warning in `run_docker_test.sh`.
- **Architecture:** Refactored packages to sharded structure (`packages/b/bash`) for scalability. Updated `planner.py`, `builder.py`, `validate.py`, and `runtime_test_runner.sh` to support this.
- **Autopilot:** Added `autopilot.yml` workflow and script with `nvchecker` configurations for `bash` and `coreutils` to automate updates.
- **Build System:**
  - Added automated patch application in `entry_point.sh`.
  - Added `run_docker_test.sh` for runtime verification in Termux Docker containers.
  - Synced upstream patches for `bash` and `coreutils` to ensure Android compatibility.
  - Fixed hardcoded paths in build scripts by using `TERMUX_PKG_BUILDER_DIR`.
  - Moved `termux_step_make_test` to `termux_step_post_create_deb` where applicable.
- **Optimization:** `builder.py` now skips downloading artifacts on remote cache hits, relying on `metadata.py` to merge the index.
- **Website:** Final UI cleanup (Removed RSS, fixed Copy button).
- **Validation:** Fixed Shellcheck warning in `run_docker_test.sh`.
- bash: Update config-top.h.patch to match upstream 5.2 context (adding /etc paths).
- termux-elf-cleaner: Fix run_docker_test.sh path resolution by using absolute paths for output directory and artifacts.
- build_engine: Export PKG_NAME in entry_point.sh for use in test scripts.
- audit: Fix SC2129 warning in setup_env.sh by grouping echo commands.
- Verified GPG exception handling, sysroot usage, and 32-bit flags.
- bash: Update config-top.h.patch to match upstream 5.2 context (adding /etc paths).
- termux-elf-cleaner: Fix run_docker_test.sh path resolution by using absolute paths for output directory and artifacts.
- build_engine: Export PKG_NAME in entry_point.sh for use in test scripts.
- audit: Fix SC2129 warning in scripts/setup_env.sh by grouping echo commands.
- Verified GPG exception handling, sysroot usage, and 32-bit flags.
@SjnExe SjnExe closed this Jan 18, 2026
@SjnExe SjnExe deleted the fix-bash-build-and-audit-9982934945161037965 branch January 18, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants