Skip to content

Commit

Permalink
Bump to 256.8
Browse files Browse the repository at this point in the history
  • Loading branch information
5kt committed Nov 28, 2024
1 parent 36c9ccd commit dd25bb9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
apt_src systemd
import_upstream_patches
git_src --branch v256.8 https://github.com/systemd/systemd.git
tmp_deb=$(mktemp -d)
# TODO: create a import_upstream_patches/debian_git, similar to git_src
git clone --depth 1 --recurse-submodules -b "debian/256.7-3" https://salsa.debian.org/systemd-team/systemd.git "$tmp_deb"
cp -r "${tmp_deb}/debian" "${dir}/src/"
rm -rf "${tmp_deb}"
apply_patches

version="256.8-0"
message="Update to 256.8-0"

0 comments on commit dd25bb9

Please sign in to comment.