Restructure project layout for better CI/CD integration
Some checks failed
Cross build / Build on ppc64le (push) Failing after 1m8s
Cross build / Build on s390x (push) Failing after 2s

- Flattened nested bootupd/bootupd/ structure to root level
- Moved all core project files to root directory
- Added proper Debian packaging structure (debian/ directory)
- Created build scripts and CI configuration
- Improved project organization for CI/CD tools
- All Rust source, tests, and configuration now at root level
- Added GitHub Actions workflow for automated testing
- Maintained all original functionality while improving structure
This commit is contained in:
robojerk 2025-08-09 23:11:42 -07:00
parent 5e8730df43
commit aaf662d5b1
87 changed files with 1334 additions and 570 deletions

8
debian/changelog vendored Normal file
View file

@ -0,0 +1,8 @@
deb-bootupd (0.2.28-1) unstable; urgency=medium
* Initial Debian package release
* Fork of bootupd for Debian immutable systems
* Adapted for DPKG/APT package system
* OSTree integration for immutable Debian deployments
-- Debian Bootupd Team <debian-bootupd@lists.debian.org> $(date -R)