update
authorErez Zadok <ezk@fsl.cs.sunysb.edu>
Thu, 9 May 2024 17:53:20 +0000 (13:53 -0400)
committerErez Zadok <ezk@fsl.cs.sunysb.edu>
Thu, 9 May 2024 17:53:20 +0000 (13:53 -0400)
fix-remotes.sh
update-stable.sh

index 827c63515b854434e8c8c5a359e22f4a3ab12479..da1a95f4a45c86b6d5dcad881aef89851f84f45f 100755 (executable)
@@ -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() {
index 666a03527068a7256117bf2aba44853d482a2a4a..e09b2014d4e828ee42be2a206f3b49b8e1236c54 100755 (executable)
@@ -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"