summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2018-08-03 09:08:47 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2018-08-03 09:08:47 -0500
commitc274f6a4eead224a1e0c846be19ad0e2c19c69c0 (patch)
tree3cdd39c74dbcafe897d13a8708d8d523f6019d55 /scripts
parent059f3ba4f27b430040c8c7ea030219004c80e140 (diff)
downloadkernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.tar.gz
kernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.tar.xz
kernel-c274f6a4eead224a1e0c846be19ad0e2c19c69c0.zip
Linux v4.17.12
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index 2ea5fb78b..eefd9a96d 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -42,21 +42,6 @@ if [ ! -f patch-$1.xz ]; then
fi
fi
-if [ ! -f "patch-$1.sign" ]; then
- wget "https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.sign"
- if [ ! $? -eq 0 ]; then
- echo "Signature download failed"
- exit 1
- fi
-fi
-
-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
-
grep $1 sources &> /dev/null
if [ ! $? -eq 0 ]; then
fedpkg upload patch-$1.xz