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

[CVS] CVSROOT copy-webpage,NONE,1.1 loginfo,1.23,1.24



Update of /cvsroot/l10n-russian/CVSROOT
In directory haydn:/tmp/cvs-serv20029

Modified Files:
	loginfo 
Added Files:
	copy-webpage 
Log Message:
copy-webpage v0.1 - webpage sync almost ready!

--- NEW FILE: copy-webpage ---
#! /bin/bash

p = $PWD

cd /tmp && cvs -d:pserver:anonymous@localhost:/cvsroot/l10n-russian co -dl10n-russian-webpage webpage &> /dev/null

if [ ! -d /tmp/l10n-russian-webpage ]; then
    exit;
done

tmpname="l10n-rus-`date +%s`"

cp -r l10n-russian-webpage $tmpname

find $tmpname -type d -name CVS | xargs rm -rf {} \;

cp -r $tmpname/* /org/alioth.debian.org/chroot/home/groups/l10n-russian/


Index: loginfo
===================================================================
RCS file: /cvsroot/l10n-russian/CVSROOT/loginfo,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- loginfo	6 Nov 2004 09:38:58 -0000	1.23
+++ loginfo	6 Nov 2004 10:05:19 -0000	1.24
@@ -27,5 +27,6 @@
 #ALL -D $CVSROOT/CVSROOT/cvsreport -c $CVSROOT/CVSROOT/l10n-russian.conf
 #ALL $CVSROOT/CVSROOT/cvsreport -c $CVSROOT/CVSROOT/l10n-russian.conf -e 'set mail { subject = "[CVS l10n-russian] %{s}" }'
 # Testing errors!
-webpage whoami | mail -s "whoami" nikolai@prokoschenko.de 
+
+webpage $CVSROOT/CVSROOT/copy-webpage
 ALL $CVSROOT/CVSROOT/newsyncmail --charset=UTF-8 -q -f alioth.debian.org -S "[CVS] " -R debian-l10n-russian@lists.debian.org -u %{sVv} debian-l10n-russian@lists.debian.org 



Reply to: