Commit graph

4 commits

Author SHA1 Message Date
4d05b6f091 Fix YAML linting issues and update system requirements to Debian 13+
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 4m45s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 2m21s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Fix trailing spaces and blank lines in Forgejo workflows
- Update system requirements from Ubuntu Jammy/Bookworm to Debian 13+ (Trixie)
- Update test treefile to use Debian Trixie instead of Ubuntu Jammy
- Update documentation to reflect modern system requirements
- Fix yamllint errors for CI/CD functionality
- Ensure compatibility with modern OSTree and libapt versions
2025-08-18 11:39:58 -07:00
733b202120 fix: Resolve compilation errors in parallel and cache modules
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 7m50s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 8s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 2m48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Fix parallel execution logic to properly handle JoinHandle<Result<R, E>> types
- Use join_all instead of try_join_all for proper Result handling
- Fix double question mark (??) issue in parallel execution methods
- Clean up unused imports in parallel and cache modules
- Ensure all performance optimization modules compile successfully
- Fix CI build failures caused by compilation errors
2025-08-16 15:10:00 -07:00
a4a1873d97 Implement exact rpm-ostree command compatibility
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 7m57s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 3m53s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add all rpm-ostree commands with exact same names and descriptions
- Match rpm-ostree usage format and error messages exactly
- Support both --version/--help flags and subcommand interface
- Add placeholder implementations for all commands (ready for future development)
- Maintain backward compatibility with existing functionality
2025-08-15 18:23:04 -07:00
joe
176137be02 Update debian build artifacts and packaging files
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 3m45s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 9s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 3m12s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
2025-08-15 08:57:49 -07:00