diff options
author | Thorsten Leemhuis <fedora@leemhuis.info> | 2018-04-15 07:50:09 +0200 |
---|---|---|
committer | Thorsten Leemhuis <fedora@leemhuis.info> | 2018-04-15 07:50:09 +0200 |
commit | 23a26ccc240ce16fd566a92fc4a741f859edbd65 (patch) | |
tree | 9f9287f6b1dad3982e6f14d40488717ed3635431 | |
parent | 09923bf385f55a768e5221909e98acc5d23b6819 (diff) | |
download | kernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.tar.gz kernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.tar.xz kernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.zip |
commit update automatically
-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 |