mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-07 16:58:59 +00:00
debian/extra/checkout-upstream: Support submodules
See https://github.com/systemd/systemd/pull/12151
This commit is contained in:
parent
ffe96f1cf6
commit
fe89a87ef7
3
debian/extra/checkout-upstream
vendored
3
debian/extra/checkout-upstream
vendored
@ -34,7 +34,8 @@ mkdir -p debian/tmp
|
||||
$CO
|
||||
git config user.email "invalid@example.com"
|
||||
git config user.name "Merge dummy user"
|
||||
git rebase master)
|
||||
git rebase master
|
||||
git submodule update --init --recursive)
|
||||
UPSTREAM_VER=$(cd debian/tmp/upstream; git describe | sed 's/^v//')
|
||||
|
||||
# clean out original upstream sources and patches
|
||||
|
||||
Loading…
Reference in New Issue
Block a user