summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2019-09-21 07:55:20 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2019-09-21 07:55:20 +0200
commite71b3d03a178c3e250b38a234b4af211540a7655 (patch)
treef7fce7882d40d051ebe1d7b1ff5e0dd85a5e14c6
parent485788f45d203050bb14234a4d6e215b5a651a58 (diff)
downloadkernel-e71b3d03a178c3e250b38a234b4af211540a7655.tar.gz
kernel-e71b3d03a178c3e250b38a234b4af211540a7655.tar.xz
kernel-e71b3d03a178c3e250b38a234b4af211540a7655.zip
-rwxr-xr-xscripts/stable-update.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh
index edfe70713..40fede23b 100755
--- a/scripts/stable-update.sh
+++ b/scripts/stable-update.sh
@@ -13,9 +13,9 @@
# Args: Stable version to update (e.g. 4.7.7, 4.8.1)
# update orgin
-~/usr/bin/vanilla-kernel-helper.sh masterupdate
-currentbranch=$(git symbolic-ref --short HEAD)
-git merge --no-edit origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1
+#~/usr/bin/vanilla-kernel-helper.sh masterupdate
+#currentbranch=$(git symbolic-ref --short HEAD)
+#git merge --no-edit origin/${currentbranch%-user-thl-vanilla-fedora} || exit 1
if [ $# -lt 1 ]; then
echo "Need a version"