From cf7f326a9e42b9f4053985395d670a4719c169ef Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Sun, 15 Apr 2018 07:50:09 +0200 Subject: commit update automatically --- scripts/stable-update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index 53607f004..37bd00532 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 -- cgit