Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .container
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ghcr.io/gardenlinux/repo-debian-snapshot@sha256:99f72494ab45d33958a0385054de4742c7022ab07b4c0c2cef6f785f8ebfb378
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
- main
- rel-1877
- sta-1877
- rel-2150
- sta-2150
push:
branches:
- main
- rel-1877
- sta-1877
- rel-2150
- sta-2150
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
Expand Down
8 changes: 4 additions & 4 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# vim: ft=bash

# commit sha from https://github.com/cyberus-technology/libvirt/commits/gardenlinux/
LIBVIRT_COMMIT_SHA="55976a694dd7db37c110ef583e60a2421d188ccf"
version_increment="5"
LIBVIRT_COMMIT_SHA="6896f4dade77f4b73bab6a04a622ef1e1ddaa869"
version_increment="8"

git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git

Expand All @@ -20,6 +20,6 @@ sed "s/SED_MARKER_FOR_COMMIT_SHA/$LIBVIRT_COMMIT_SHA/" <upstream_patches/meson.b
apply_patches
import_upstream_patches

version="12.1.0-1" # current debian base (do not change for rebuilds)
version_suffix="gl${version_increment}"
version="12.1.0-1" # current debian base (do not change for rebuilds)
version_suffix="gl${version_increment}~bp2150"
message="Update to $version $version_suffix"
Loading