mirror of
https://github.com/libimobiledevice/ideviceinstaller.git
synced 2026-03-18 20:02:26 +00:00
automake: Prevent dist or distcheck when uncommitted changes are present
This commit is contained in:
@@ -7,4 +7,5 @@ EXTRA_DIST = \
|
||||
git-version-gen
|
||||
|
||||
dist-hook:
|
||||
@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
||||
Reference in New Issue
Block a user