lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f91881e4 1/3: Augment personalization-hook gu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f91881e4 1/3: Augment personalization-hook guidance
Date: Tue, 7 Feb 2023 19:12:28 -0500 (EST)

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

    Augment personalization-hook guidance
    
    Even the bare "blessed" proprietary repository must be made "safe"
    to work around a "security" feature recently added to git.
---
 lmi_setup_40.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 5324bafe..f7796b3a 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -125,8 +125,9 @@ ln --symbolic --relative --force --no-dereference 
/var/opt/lmi/ ./lmi
 #   # Write personalization commands here.
 #   git config --global user.email me@example.com
 #   git config --global user.name "My Full Name"
-#   git config --global --add safe.directory /opt/lmi/proprietary
 #   git config --global --add safe.directory /opt/lmi/src/lmi
+#   git config --global --add safe.directory /opt/lmi/proprietary
+#   git config --global --add safe.directory 
/srv/cache_for_lmi/blessed/proprietary
 #
 # This commit message:
 #   https://github.com/git/git/commit/8959555cee7ec045958f9b6dd62e541affb7e7d9



reply via email to

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