mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 15:40:53 +00:00
also allows --force-bad-version --allow-lower-version when dealing with branches
This commit is contained in:
parent
921f630196
commit
3f31844975
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -130,7 +130,7 @@ if test -z "$DISTRIBUTION"; then
|
||||
DISTRIBUTION="experimental"
|
||||
fi
|
||||
|
||||
if test -n "$RCRELEASE"; then
|
||||
if test -n "$RCRELEASE" -o -n "$BRANCH"; then
|
||||
EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user