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

[CVS] scripts/nikolai_playground/pppconfig export,NONE,1.1 import,NONE,1.1



Update of /cvsroot/l10n-russian/scripts/nikolai_playground/pppconfig
In directory haydn:/tmp/cvs-serv13162/pppconfig

Added Files:
	export import 
Log Message:
update the sync scripts

--- NEW FILE: import ---
#!/bin/bash

. ../config/common-options

cd $TRANS_DIR

for i in *.po
do
    TARGET=`grep "^$i" ../filehash | cut -f 2`
    cp $i ../$TARGET
done
--- NEW FILE: export ---
#!/bin/bash

. ../config/common-options

# Options for cvs-checkout

DIR_NAME=$HEAD_DIR

echo "Checking out the original..."

#. ../config/cvs-checkout

#svn co svn+ssh://svn.debian.org/svn/console-data $DIR_NAME

# Checkout the translations

SSH="Yes"
MODULE="pppconfig"
USERNAME="pronik-guest"
REPO_ROOT="cvs.alioth.debian.org:/cvsroot/l10n-russian"
DIR_NAME=$TRANS_DIR

echo "Checking out the translations..."

. ../config/cvs-checkout

. ../config/synchronise-normal

echo "Committing changes..."

cd $TRANS_DIR && cvs commit -m 'Template sync'



Reply to: