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

[CVS] scripts/nikolai_playground/config common-options,1.1,1.2 cvs-checkout,1.1,1.2 prepare-logfile,1.1,NONE



Update of /cvsroot/l10n-russian/scripts/nikolai_playground/config
In directory quantz:/tmp/cvs-serv21638/nikolai_playground/config

Modified Files:
	common-options cvs-checkout 
Removed Files:
	prepare-logfile 
Log Message:
Обновление тестовых скриптов

Index: cvs-checkout
===================================================================
RCS file: /cvsroot/l10n-russian/scripts/nikolai_playground/config/cvs-checkout,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvs-checkout	29 Jan 2004 20:43:57 -0000	1.1
+++ cvs-checkout	13 Feb 2004 01:05:47 -0000	1.2
@@ -1,13 +1,11 @@
-#!/bin/bash
-
 # Directory must exist, if not -- new checkout
 
-if [ ! -d $HEAD_DIR ]
+if [ ! -d $DIR_NAME ]
 then
-    cvs $CVS_OPTIONS -d :ext:$USERNAME@$REPO_ROOT co -d$HEAD_DIR $MODULE
+    cvs $CVS_OPTIONS -d :ext:$USERNAME@$REPO_ROOT co -d$DIR_NAME $MODULE
 fi
 
-cd $HEAD_DIR
+cd $DIR_NAME
 
 # TODO: make him do a dry run first, then get/update only desired files
 
@@ -15,3 +13,4 @@
 
 # Update done
 
+cd ..
\ No newline at end of file

--- prepare-logfile DELETED ---

Index: common-options
===================================================================
RCS file: /cvsroot/l10n-russian/scripts/nikolai_playground/config/common-options,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- common-options	29 Jan 2004 20:43:57 -0000	1.1
+++ common-options	13 Feb 2004 01:05:47 -0000	1.2
@@ -3,5 +3,6 @@
 CVS_RSH="ssh"
 HEAD_DIR="original"
 TRANS_DIR="l10n-russian"
+FILE_HASH="filehash"
 CVS_OPTIONS="-q"
 CVS_UPDATE_OPTIONS="-dPA"



Reply to: