No description
Find a file
robojerk 87a44924d8
All checks were successful
Build libostree Backport / Build libostree Backport (push) Successful in 9m25s
Fix download link system for libostree-dev packages
- Add automatic README update workflow that triggers after successful builds
- Add manual workflow for updating download links to specific builds
- Update README with working download links to Build 97 artifacts
- Include direct links to both main package and debug symbols
- Add installation instructions with correct workflow run URLs
- Fix workflow run ID references and artifact download paths

This provides reliable download links that users can access directly
from the repository README to install the latest libostree backport.
2025-07-21 03:23:09 +00:00
.forgejo/workflows Fix download link system for libostree-dev packages 2025-07-21 03:23:09 +00:00
libostree-dev_noble_backport.sh added files 2025-07-21 03:08:18 +00:00
README.md Fix download link system for libostree-dev packages 2025-07-21 03:23:09 +00:00

libostree-dev Backport

Compiles a backport of libostree-dev for Ubuntu Noble.

Source and Target

  • Source: Ubuntu "Questing Quokka" (questing) - libostree 2025.2-1
  • Target: Ubuntu "Noble Numbat" (noble) - Ubuntu 24.04 LTS

For Debian

  • Source: Debian sid
  • Target: Debian trixie

Usage

This repository contains the CI/CD workflow and scripts to build a backport of libostree 2025.2-1 for Ubuntu Noble, which is required for bootc compatibility.

📦 Download Latest Build

Last Built: 2025-01-20 23:50:00 UTC
Version: 2025.2-1~noble1
Target: Ubuntu Noble (24.04 LTS) Build ID: 97

Installation

# Download and install the package
# Visit: https://git.raines.xyz/robojerk/libostree-dev/actions/runs/97
# Download the .deb files and run:
sudo dpkg -i libostree-dev_2025.2-1~noble1_amd64.deb
sudo apt-get install -f  # Install any missing dependencies

Verification

# Check if libostree 2025.2-1 is installed
pkg-config --modversion ostree-1
# Should output: 2025.2

Build Process

  1. Downloads libostree source from Ubuntu questing
  2. Modifies version and distribution for noble backports
  3. Builds the package with all dependencies
  4. Creates .deb artifacts for installation

CI/CD

The workflow automatically builds the backport on every push to main/master branch.