mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 03:48:09 +02:00
release.sh: update version check
This commit is contained in:
parent
61e781c4f5
commit
fec984e200
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ if [ -n "$RELEASE_BRANCH" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$ALLOW_LOCAL_BRANCHES" != 1 ]; then
|
if [ "$ALLOW_LOCAL_BRANCHES" != 1 ]; then
|
||||||
cmp <(git show "$ORIGIN/main:contrib/fedora/rpm/release.sh") "$BASH_SOURCE_ABSOLUTE" || die "$BASH_SOURCE is not identical to \`git show \"$ORIGIN/main:contrib/fedora/rpm/release.sh\"\`"
|
cmp <(git show "$ORIGIN/nm-1-50:contrib/fedora/rpm/release.sh") "$BASH_SOURCE_ABSOLUTE" || die "$BASH_SOURCE is not identical to \`git show \"$ORIGIN/nm-1-50:contrib/fedora/rpm/release.sh\"\`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! check_news "$RELEASE_MODE" "@{VERSION_ARR[@]}" ; then
|
if ! check_news "$RELEASE_MODE" "@{VERSION_ARR[@]}" ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue