[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.942)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 942
Commiter: kmuto
Date: 2009-10-13 11:31:24 +0900 (火, 13 10月 2009)
=======================================================
Log:
git update before cvs update
=======================================================
Changed:
U webwml-sync/trunk/sync
Modified: webwml-sync/trunk/sync
===================================================================
--- webwml-sync/trunk/sync 2009-10-13 01:07:40 UTC (rev 941)
+++ webwml-sync/trunk/sync 2009-10-13 02:31:24 UTC (rev 942)
@@ -2,10 +2,10 @@
# Copyright 2009 Kenshi Muto <kmuto@debian.org>
# copy from webwml CVS to Git.
+( cd webwml-gitwork && git pull -q )
( cd webwml && cvs -q up -d -P english japanese )
-rsync -aqu --delete --exclude CVS --exclude .cvsignore webwml/english webwml-git
-rsync -aqu --delete --exclude CVS --exclude .cvsignore webwml/japanese webwml-git
+rsync -aqu --delete --exclude CVS --exclude .cvsignore webwml/english webwml-gitwork
+rsync -aqu --delete --exclude CVS --exclude .cvsignore webwml/japanese webwml-gitwork
-cd webwml-git
-../webwml-git-committer.rb
+( cd webwml-gitwork && ../webwml-git-committer.rb )