mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Updates to check-po script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39108 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ca8eefc39c
commit
7ea412465c
@ -83,19 +83,18 @@ if [ "$VCS" = "svn" ]; then
|
||||
$DEBUG svn ci *.po;
|
||||
else
|
||||
$DEBUG git commit *.po -m "Remerge strings.";
|
||||
$DEBUG git svn dcommit;
|
||||
# I think probably we shouldn't try to push/commit to remote.
|
||||
echo "You will need to commit changes to po files manually."
|
||||
fi
|
||||
|
||||
exit 1;
|
||||
|
||||
if ! cd $FARM; then
|
||||
echo "Unable to cd to $FARM!";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Updating the www-user tree...
|
||||
svn up
|
||||
# note that we're assuming this one is svn.
|
||||
svn up >/dev/null 2>&1;
|
||||
|
||||
echo Copying $I18NFILE...;
|
||||
cp $LYXROOT/po/$I18NFILE .;
|
||||
|
Loading…
Reference in New Issue
Block a user