diff options
-rwxr-xr-x | scripts/stable-update.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index 5a10d1e7c..2cbda8a34 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -89,3 +89,7 @@ BASERELEASE=$BASERELEASE perl -p -i -e 's|%global baserelease.*|%global baserele # do not generate changelog: avoids merge conflicts that are not worth the trouble # rpmdev-bumpspec -c "Linux v$1" kernel.spec + +git diff kernel.spec sources +sleep 1 || exit 1 +git commit -m "Linux v$1" kernel.spec sources |