[Git-commits] [grml/grml-live] 843197: minifai: add "PACKAGE skip"

Chris Hofstaedtler noreply at github.com
Sun Jun 22 14:07:09 CEST 2025


  Branch: refs/heads/zeha/packages-skip
  Home:   https://github.com/grml/grml-live
  Commit: 84319746c39500b627345d5a05b1422915cb3b01
      https://github.com/grml/grml-live/commit/84319746c39500b627345d5a05b1422915cb3b01
  Author: Chris Hofstaedtler <ch at grml.org>
  Date:   2025-06-22 (Sun, 22 Jun 2025)

  Changed paths:
    M .github/workflows/test-build.yml
    M build-driver/build.py
    A config/package_config/GRML_GHACI_CLOUD
    M test/gha-build-iso.sh
    A usr/lib/grml-live/.gitignore
    M usr/lib/grml-live/minifai
    M usr/lib/grml-live/packages.py
    A usr/lib/grml-live/tests/__init__.py
    A usr/lib/grml-live/tests/test_packages.py

  Log Message:
  -----------
  minifai: add "PACKAGE skip"

Core Refactoring:
- Change PackageList from inheriting dict to using to_install member dict
- Add to_skip member dict for package exclusion functionality

Package Skip Feature:
- Add support for "PACKAGES skip" directive in package config files
- Skip packages can be architecture-specific (e.g., "PACKAGES skip amd64")
- Later classes can override earlier skip/install decisions
- Add GRML_GHACI_CLOUD class that skips regular kernels and installs cloud variants (for testing)

CI/Build System Enhancements:
- Extend test-build workflow to test GRML_GHACI_CLOUD class on trixie
- Add EXTRA_CLASSES support to build-driver for flexible class injection
- Matrix testing: bookworm+GHACI, trixie+GHACI, trixie+GHACI+CLOUD
- Artifact names include class information for easy identification

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply at anthropic.com>


  Commit: e337244f0e940b50b4dc1fcfc448a7092a305419
      https://github.com/grml/grml-live/commit/e337244f0e940b50b4dc1fcfc448a7092a305419
  Author: Chris Hofstaedtler <chris.hofstaedtler at deduktiva.com>
  Date:   2025-06-22 (Sun, 22 Jun 2025)

  Changed paths:
    M .github/workflows/pr-review.yml
    M build-driver/build.py
    M build-driver/generate-changes-list.py
    M build-driver/upload-daily.py

  Log Message:
  -----------
  Re-apply ruff format to build-driver/*

And update GHA CI config to include all python files in the ruff format check.


Compare: https://github.com/grml/grml-live/compare/d2ba0aa35be2...e337244f0e94

To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications


More information about the Git-commits mailing list