]> git.proxmox.com Git - systemd.git/commitdiff
Revert "debian/extra/checkout-upstream: Support submodules"
authorMichael Biebl <biebl@debian.org>
Fri, 17 May 2019 17:50:48 +0000 (19:50 +0200)
committerMichael Biebl <biebl@debian.org>
Fri, 17 May 2019 17:51:37 +0000 (19:51 +0200)
Upstream CI was switched to use the experimental branch, so let's
revert this commit in master to keep the changes for buster minimal.

This reverts commit 3b8093812487236908d9032b4fffeb2b45788526.

Gbp-Dch: Ignore

debian/extra/checkout-upstream

index 90f507de8dd62f133c5b549869170f9e509fdf1b..561082ea5db51cbfbb4495a482812538cd9f9f2d 100755 (executable)
@@ -34,8 +34,7 @@ mkdir -p debian/tmp
  $CO
  git config user.email "invalid@example.com"
  git config user.name "Merge dummy user"
- git rebase master
- git submodule update --init --recursive)
+ git rebase master)
 UPSTREAM_VER=$(cd debian/tmp/upstream; git describe | sed 's/^v//')
 
 # clean out original upstream sources and patches