summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-02-10 10:00:31 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2021-02-10 10:00:31 +0100
commit9ddf86958dbe301c9c746458057ecd1927cd4052 (patch)
tree3a8a8f6f9106214f7c2e4a666afa9287e2a084cf
parent8dc42eca045571b682828d728ecad50b2931f22f (diff)
downloadkernel-9ddf86958dbe301c9c746458057ecd1927cd4052.tar.gz
kernel-9ddf86958dbe301c9c746458057ecd1927cd4052.tar.xz
kernel-9ddf86958dbe301c9c746458057ecd1927cd4052.zip
sync scripts/stable-update.sh with f32kernel-5.10.15-250.vanilla.knurd.1.fc33
-rwxr-xr-xscripts/stable-update.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index 201b6aadb..1804320a2 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-#
# Author: Laura Abbott <labbott@fedoraproject.org>
#
# Apply a stable patch update to the Fedora tree. This takes care of
@@ -66,7 +65,10 @@ fi
grep $1 sources &> /dev/null
if [ ! $? -eq 0 ]; then
- fedpkg upload patch-$1.xz
+ # thl is not an allowed uploader, skip this
+ # fedpkg upload patch-$1.xz
+ checksum=$(sha512sum patch-$1.xz)
+ echo "SHA512 (patch-$1.xz) = ${checksum:0:128}" >> sources
# Cryptic awk: search for the previous patch level (if one exists) and
# remove it from the source file