Commit graph

14 commits

Author SHA1 Message Date
b55cc90f86 Fix CI: Skip renaming when package already has correct name
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 2m29s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add check to only rename if old and new names are different
- Prevents 'mv: same file' error when package already has build version
- Package is already correctly named with build version from dpkg-deb
- This should complete the CI successfully
2025-09-09 22:43:00 -07:00
04908781f5 Fix CI: Correct package detection for dpkg-deb
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m6s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 52s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Change package detection from ../*.deb to *.deb (current directory)
- dpkg-deb --build creates packages in current directory, not parent
- Update package processing logic to use mv instead of cp
- This should fix the 'No Debian package found' error
2025-09-09 22:40:02 -07:00
2008b6fb1b Fix CI: Create debian directory dynamically
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m10s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 50s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Remove debian/ directory check that was causing failure
- Create debian/ directory if it doesn't exist
- Update error messages to only check for Cargo.toml
- This matches the apt-ostree CI pattern
2025-09-09 22:33:21 -07:00
27c81c0702 Fix CI: Use correct repository name and manual git clone
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m30s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 9s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 51s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Revert to manual git clone like apt-ostree CI
- Use correct repository name: apt-ostree-builder (not bootc-image-builder)
- Update all git clone commands to use correct repo URL
- Disable extra workflow files to focus on main ci.yml
2025-09-09 22:28:31 -07:00
a89418653d Fix CI: Remove non-existent composefs package
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 1m29s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Failing after 48s
Test Workflow / test (push) Successful in 1s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Remove composefs from CI dependencies (not available in Debian)
- Update package control file to remove composefs dependency
- Update Dockerfile to remove composefs
- Update CI summary to reflect correct dependencies
2025-09-09 22:22:06 -07:00
5940322bba Fix CI workflow for bootc-image-builder project
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 8s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Failing after 49s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Test Workflow / test (push) Successful in 2s
- Update dependencies to match bootc-image-builder requirements
- Fix package name references from apt-ostree-builder to bootc-image-builder
- Update package description and dependencies
- Fix CI summary and artifact references
2025-09-09 20:03:26 -07:00
15ed3c048a Fix repository URL in CI workflow
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m11s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 50s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Test Workflow / test (push) Successful in 1s
2025-09-09 18:27:09 -07:00
a9c0810245 Use working CI workflow from apt-ostree
Some checks failed
Test Workflow / test (push) Waiting to run
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 1m10s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Failing after 49s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
2025-09-09 18:25:07 -07:00
e0d9cc0f58 Add simple test workflow
All checks were successful
Test Workflow / test (push) Successful in 1s
2025-09-09 18:24:03 -07:00
bd88b3d2b0 Trigger CI workflow 2025-09-09 18:21:50 -07:00
7aa3e88154 Add workflow to .github/workflows for Forgejo Actions compatibility 2025-09-09 18:21:43 -07:00
546752e557 Fix CI workflow repository references and YAML syntax 2025-09-09 18:20:12 -07:00
16eac9a06f lint issues 2025-09-09 18:19:00 -07:00
f8dbd22c4f first commit 2025-09-09 18:11:55 -07:00