Skip to content

Conversation

@SjnExe
Copy link
Owner

@SjnExe SjnExe commented Jan 17, 2026

No description provided.

…ng/site

- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present.
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` code paths in configure args (`ac_cv_type_timezone_t=no`, etc.).
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#undef HAVE_TZALLOC` and `#undef HAVE_LOCALTIME_RZ` in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#undef HAVE_TZALLOC` and `#undef HAVE_LOCALTIME_RZ` in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
    - Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
    - Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
    - Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
    - Fixed `ckd_add` bool invalid operand error in `lib/posixtm.c` by casting argument to int.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
    - Inject `X-RepoExe-Hash` into package control file.
    - `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
    - Fixed URL construction for relative paths in `Packages` index.
    - Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
    - Remove Size badge.
    - Update Author badge and footer branding ("By SjnExe").
    - Optimize CSS Grid for desktop/mobile.
    - Add branding to install script.
    - **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix `AttributeError: 'Builder' object has no attribute 'sysroot'` in `scripts/repoexe/builder.py` by using `self.get_sysroot(arch)`.
- Fix `coreutils` build failure by using absolute path `$TERMUX_PKG_SRCDIR/lib/posixtm.c` in `sed` command within `termux_step_pre_configure`.
Manually inject function prototypes for `sig2str` and `str2sig` into `lib/config.h` in `termux_step_post_configure`. This resolves "call to undeclared function" errors in `src/timeout.c` and `src/operand2sig.c` during compilation on Android/Bionic.
Stub `gethostid()` as `0` in `lib/config.h` via `termux_step_post_configure`. This resolves the "call to undeclared function 'gethostid'" error, as the function is missing on Android.
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