version_utils.sh: Allow .ottdrev-vc to be dirty at release time
This commit is contained in:
@@ -120,11 +120,11 @@ if [ -n "$WRITE" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
function unignore_files {
|
function unignore_files {
|
||||||
git update-index --no-assume-unchanged README.md jgrpp-changelog.md
|
git update-index --no-assume-unchanged README.md jgrpp-changelog.md .ottdrev-vc
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ -n "$RELEASETAG" ]; then
|
if [ -n "$RELEASETAG" ]; then
|
||||||
git update-index --assume-unchanged README.md jgrpp-changelog.md
|
git update-index --assume-unchanged README.md jgrpp-changelog.md .ottdrev-vc
|
||||||
trap unignore_files EXIT
|
trap unignore_files EXIT
|
||||||
if ! git diff-index --quiet HEAD; then
|
if ! git diff-index --quiet HEAD; then
|
||||||
echo "Repo is dirty, aborting" >&2
|
echo "Repo is dirty, aborting" >&2
|
||||||
|
Reference in New Issue
Block a user