commit b360b9ebf7c2b1bbb0fe674790ed78065c3780c0
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Thu Apr 4 17:09:16 2024 -0400

    Update update-po.sh script
---
 development/tools/update-po.sh | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/development/tools/update-po.sh b/development/tools/update-po.sh
index 26da0c4962..b8b9bab270 100755
--- a/development/tools/update-po.sh
+++ b/development/tools/update-po.sh
@@ -23,7 +23,7 @@ done
 
 if [ -z "$FARM" ]; then
   echo "You must set the FARM variable to run this script, e.g.:";
-  echo "# FARM=/cvs/lyx-www/ bash check-po.sh";
+  echo "# FARM=/cvs/lyx-www/ bash update-po.sh";
   exit 1;
 fi
 
@@ -90,7 +90,7 @@ fi
 
 if diff -w -q $I18NFILE $FARM/$I18NFILE >/dev/null 2>&1; then
   echo No string differences found.
-  git checkout *.po;
+  git checkout *.po *.gmo;
   exit 0;
 fi
 
@@ -133,12 +133,11 @@ if ! cd $FARM; then
 fi
 
 echo Updating the www-user tree...
-# note that we're assuming this one is svn.
-svn up;
+git pull;
 
 echo Moving $I18NFILE...;
 mv $LYXROOT/po/$I18NFILE .;
 
 echo Committing...;
-$DEBUG svn commit -m "* $I18NFILE: update stats" $I18NFILE;
+$DEBUG git commit -m "* $I18NFILE: update stats" $I18NFILE;
 
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to