No description
|
All checks were successful
Build libfuse / Build and Test (push) Successful in 1m29s
- Implement Forgejo Debian Registry API upload following bootc workflow pattern - Upload libfuse3-3 package directly to Forgejo package registry - Add proper error handling for different HTTP response codes - Support both authenticated and unauthenticated upload modes - Extract package metadata (name, version, architecture) automatically - Provide clear feedback on upload success/failure - Include manual upload instructions when no ACCESS_TOKEN is available This enables automatic package publishing to Forgejo's Debian registry, making packages installable via 'apt install libfuse3-3' after upload. |
||
|---|---|---|
| .forgejo/workflows | ||
| README.md | ||
compile and package libfuse
The problem is that the composefs package in the Debian repositories has a dependency on libfuse3-3 (>= 3.10.0) but only libfuse3-4 is available. This is a common issue with package version mismatches.