From e87669d3ac1932f70884c3ff79c097bfb7838721 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Thu, 9 May 2024 13:53:20 -0400 Subject: [PATCH] update --- fix-remotes.sh | 2 +- update-stable.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fix-remotes.sh b/fix-remotes.sh index 827c635..da1a95f 100755 --- a/fix-remotes.sh +++ b/fix-remotes.sh @@ -4,7 +4,7 @@ FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git" KORG_GIT="git://git.kernel.org/pub/scm/linux/kernel/git" -DEBUG="no" # set to "no" to turn off debug +DEBUG="no" # set to "no" to turn off debug, "yes" to enable script tracing # function to execute commands runcmd() { diff --git a/update-stable.sh b/update-stable.sh index 666a035..e09b201 100755 --- a/update-stable.sh +++ b/update-stable.sh @@ -1,6 +1,8 @@ #!/bin/sh # update a wrapfs repo from stable branch +# Usage: update-stable.sh [kernel-version] + # $FSL_GIT unused in this script #FSL_GIT="ssh://git.fsl.cs.sunysb.edu/scm/git/ROHIT" KORG_GIT="git://git.kernel.org/pub/scm/linux/kernel/git" -- 2.34.1