summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2018-04-15 07:50:09 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2018-04-15 07:50:09 +0200
commit23a26ccc240ce16fd566a92fc4a741f859edbd65 (patch)
tree9f9287f6b1dad3982e6f14d40488717ed3635431 /scripts
parent09923bf385f55a768e5221909e98acc5d23b6819 (diff)
downloadkernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.tar.gz
kernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.tar.xz
kernel-23a26ccc240ce16fd566a92fc4a741f859edbd65.zip
commit update automatically
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh4
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