Move composer scripts to root directory and add comprehensive Debian Atomic support
Some checks failed
Checks / Spelling (push) Has been cancelled
Checks / Python Linters (push) Has been cancelled
Checks / Shell Linters (push) Has been cancelled
Checks / 📦 Packit config lint (push) Has been cancelled
Checks / 🔍 Check for valid snapshot urls (push) Has been cancelled
Checks / 🔍 Check JSON files for formatting consistency (push) Has been cancelled
Generate / Documentation (push) Has been cancelled
Generate / Test Data (push) Has been cancelled
Tests / Unittest (push) Has been cancelled
Tests / Assembler test (legacy) (push) Has been cancelled
Tests / Smoke run: unittest as normal user on default runner (push) Has been cancelled

This commit is contained in:
robojerk 2025-08-23 08:02:45 -07:00
parent 3f639d537a
commit 502e1469ae
38 changed files with 7797 additions and 352 deletions

View file

@ -16,7 +16,7 @@ This document maps debos actions to OSBuild stages to enable Debian package mana
#### debos: `debootstrap` → OSBuild: `org.osbuild.debootstrap`
- **Purpose**: Create base Debian filesystem
- **Input**: Debian suite, architecture, mirror
- **Output**: Base Debian root filesystems
- **Output**: Base Debian root filesystem
- **Dependencies**: Network access, Debian mirror
### OSTree Integration