summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-03-05 06:44:21 -0800
committerLaura Abbott <labbott@redhat.com>2019-03-19 07:47:14 -0700
commit1ec9f8fe13cf6a364e4e36d906b2a23c593ba0e4 (patch)
treef4bcd0b1fd9eda51aa6e54e553bdcb64a554af63 /scripts
parentf1deb731516ef76730a01e77413cca02f6452f65 (diff)
downloadkernel-1ec9f8fe13cf6a364e4e36d906b2a23c593ba0e4.tar.gz
kernel-1ec9f8fe13cf6a364e4e36d906b2a23c593ba0e4.tar.xz
kernel-1ec9f8fe13cf6a364e4e36d906b2a23c593ba0e4.zip
Linux v5.0 rebase
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh19
1 files changed, 1 insertions, 18 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index a2ab4904a..26c81b937 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -35,30 +35,13 @@ if [ -z $VERSION ]; then
fi
if [ ! -f patch-$1.xz ]; then
- wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz
+ wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz
if [ ! $? -eq 0 ]; then
echo "Download fail"
exit 1
fi
fi
-# This all needs to be updated for the new generation system
-#
-# 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