lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master cf653232 1/2: Move a paragraph of documentati


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cf653232 1/2: Move a paragraph of documentation
Date: Wed, 9 Mar 2022 14:45:38 -0500 (EST)

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

    Move a paragraph of documentation
    
    This commit makes duplication obvious.
---
 lmi_setup_29.sh | 6 ------
 lmi_setup_30.sh | 7 +++++++
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/lmi_setup_29.sh b/lmi_setup_29.sh
index a1b86d83..caa587ea 100755
--- a/lmi_setup_29.sh
+++ b/lmi_setup_29.sh
@@ -46,12 +46,6 @@ mkdir --parents /srv/cache_for_lmi
 chmod g=u+s     /srv/cache_for_lmi
 chown "${NORMAL_USER}":"${NORMAL_GROUP}" /srv/cache_for_lmi
 
-# To duplicate proprietary repository (if available) from another
-# machine to the host's /srv/cache_for_lmi/ , which has been
-# identity-mounted in the chroot (here, 'cp' is sufficient--this
-# bare repository has no references that need to be resolved):
-# cp --dereference --preserve --recursive WHENCEVER/blessed 
/srv/cache_for_lmi/blessed
-
 # Fix ownership and permissions of bare repository, just in case.
 chgrp -R "$NORMAL_GROUP" /srv/cache_for_lmi/blessed
 # This is better than 'chmod -R g+s' (it affects only directories):
diff --git a/lmi_setup_30.sh b/lmi_setup_30.sh
index 6167b78e..45006079 100755
--- a/lmi_setup_30.sh
+++ b/lmi_setup_30.sh
@@ -44,6 +44,13 @@ assert_not_chrooted
 #   sudo chown greg:greg ${dst} &&
 #   cp --dereference --preserve --recursive ${src}/* ${dst}
 
+# DUPLICATES FOLLOWING PARAGRAPH--RESOLVE IMMINENTLY
+# To duplicate proprietary repository (if available) from another
+# machine to the host's /srv/cache_for_lmi/ , which has been
+# identity-mounted in the chroot (here, 'cp' is sufficient--this
+# bare repository has no references that need to be resolved):
+# cp --dereference --preserve --recursive WHENCEVER/blessed 
/srv/cache_for_lmi/blessed
+
 # If cached lmi downloads are available elsewhere, copy them now.
 # Copying cache_for_lmi/downloads/ is an optional step that merely
 # conserves bandwidth. Directory /srv/cache_for_lmi/ in a native msw



reply via email to

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