summaryrefslogtreecommitdiffstats
path: root/scripts/stable-update.sh
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2019-05-23 07:44:14 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2019-05-23 07:45:38 +0200
commit8a6160988475e0f2ef6d51c7ed33563abe63b143 (patch)
tree8558eb2883688092ad7879e4000b2cd1f41a253e /scripts/stable-update.sh
parent91eb2fb2d852aff9aec20cdcb4921aefbe9bc868 (diff)
parent10868cd2f96f545744848175bad5bf88dda139a8 (diff)
downloadkernel-8a6160988475e0f2ef6d51c7ed33563abe63b143.tar.gz
kernel-8a6160988475e0f2ef6d51c7ed33563abe63b143.tar.xz
kernel-8a6160988475e0f2ef6d51c7ed33563abe63b143.zip
Diffstat (limited to 'scripts/stable-update.sh')
-rwxr-xr-xscripts/stable-update.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index edfe70713..8e337ad4a 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -56,12 +56,13 @@ fi
# fi
#fi
#
-#xzcat "patch-$1.xz" | gpg2 --verify "patch-$1.sign" -
-#if [ ! $? -eq 0 ]; then
+
+# xzcat "patch-$1.xz" | gpg2 --verify "patch-$1.sign" -
+# if [ ! $? -eq 0 ]; then
# echo "Patch file has invalid or untrusted signature!"
# echo "See https://www.kernel.org/category/signatures.html"
# exit 1
-#fi
+# fi
grep $1 sources &> /dev/null
if [ ! $? -eq 0 ]; then