lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ad4e451: Improve command to test mirror synch


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ad4e451: Improve command to test mirror synchronization with server
Date: Fri, 3 Nov 2017 09:00:57 -0400 (EDT)

branch: master
commit ad4e451000e7982366fb9152d2c3d9b4dca73066
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve command to test mirror synchronization with server
    
    See:
      http://lists.nongnu.org/archive/html/lmi/2017-11/msg00004.html
---
 tabs/1/startup_script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tabs/1/startup_script b/tabs/1/startup_script
index e834a66..b2f153d 100755
--- a/tabs/1/startup_script
+++ b/tabs/1/startup_script
@@ -3,7 +3,7 @@
 a='schroot --chroot=cross-lmi'
 
 b='cd /opt/lmi/free/src/lmi'
-c='git remote -v update'
+c='git fetch --all --dry-run'
 d='git pull'
 e='for z in $(git diff address@hidden --name-only) ; do touch 
--reference=/opt/lmi/src/lmi/$z $z; done'
 



reply via email to

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