lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a8dd68d8 2/2: Clarify that the current versio


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a8dd68d8 2/2: Clarify that the current version of a script is to be used
Date: Tue, 31 Jan 2023 07:12:58 -0500 (EST)

branch: master
commit a8dd68d8d9a0efdf59b833877613018a1049536c
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Clarify that the current version of a script is to be used
    
    Of course no such directory as
      /srv/chroot/lmi_bookworm_5x/opt/lmi/src/lmi/
    exists. Thoughtlessly copying and pasting the command modified here
    presents a puzzle rather than a potential disaster.
---
 gwc/redhat_rebuild.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gwc/redhat_rebuild.sh b/gwc/redhat_rebuild.sh
index 6f23954c..7e08614c 100755
--- a/gwc/redhat_rebuild.sh
+++ b/gwc/redhat_rebuild.sh
@@ -27,5 +27,7 @@ sudo ./lmi_setup_00.sh >log_"$(date -u +"%Y%m%dT%H%MZ")" 2>&1
 # server whose administrators give lmi developers NOPASSWD access
 # in '/etc/sudoers'. On a personal debian system, if that access
 # is given to the current user, then this script may be run thus:
-#   $ rm nohup.out; nohup 
/srv/chroot/lmi_bookworm_5/opt/lmi/src/lmi/gwc/redhat_rebuild.sh & disown; exit
+#   $ rm nohup.out; nohup /wherever/gwc/redhat_rebuild.sh & disown; exit
+# where '/wherever/' is some up-to-date git directory, e.g.:
+#   /srv/chroot/lmi_bookworm_5x/opt/lmi/src/lmi/
 # in a freshly-opened terminal for testing.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]