mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 18:49:52 +00:00
Force the version when it is not an rc release
This commit is contained in:
parent
81435e71e4
commit
5cbf5f9474
7
debian/orig-tar.sh
vendored
7
debian/orig-tar.sh
vendored
@ -126,6 +126,11 @@ cd $PATH_DEBIAN
|
||||
if test -z "$DISTRIBUTION"; then
|
||||
DISTRIBUTION="experimental"
|
||||
fi
|
||||
dch --allow-lower-version --distribution $DISTRIBUTION --newversion 1:$VERSION-1~exp1 "New snapshot release"
|
||||
|
||||
if test ! -n "$RCRELEASE"; then
|
||||
EXTRA_DCH_FLAGS="--force-bad-version --allow-lower-version"
|
||||
fi
|
||||
|
||||
dch $EXTRA_DCH_FLAGS --distribution $DISTRIBUTION --newversion 1:$VERSION-1~exp1 "New snapshot release"
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user