lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e9a3260 1/2: Add a handy git command


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e9a3260 1/2: Add a handy git command
Date: Fri, 19 Nov 2021 17:23:59 -0500 (EST)

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

    Add a handy git command
---
 gwc/develop2.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gwc/develop2.txt b/gwc/develop2.txt
index f5e909a..394a37b 100644
--- a/gwc/develop2.txt
+++ b/gwc/develop2.txt
@@ -70,6 +70,11 @@ git bundle create /srv/cache_for_lmi/blessed/$(date -u 
+'%Y%m%dT%H%MZ')-catchup.
 
 cp -ia src/* /opt/lmi/src/products/src
 
+  # Update local blessed repository from specially-mounted host dir
+
+cd /opt/lmi/blessed/proprietary
+git fetch /srv/cache_for_lmi/blessed/proprietary master:master
+
   # Whenever a rate table changes, regenerate the binary database
 
 cd /opt/lmi/data



reply via email to

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