[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.944)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 944
Commiter: kmuto
Date: 2009-10-13 11:37:23 +0900 (火, 13 10月 2009)
=======================================================
Log:
push
=======================================================
Changed:
U webwml-sync/trunk/webwml-git-committer.rb
Modified: webwml-sync/trunk/webwml-git-committer.rb
===================================================================
--- webwml-sync/trunk/webwml-git-committer.rb 2009-10-13 02:32:23 UTC (rev 943)
+++ webwml-sync/trunk/webwml-git-committer.rb 2009-10-13 02:37:23 UTC (rev 944)
@@ -23,5 +23,7 @@
if lines.size > 0 || ARGV[0] == "force"
fork { exec("git", "commit", "--author", fromaddress, "-m", "[auto] sync with cvs.", "-a", "-q") }
Process.waitall
+ fork { exec("git", "push") }
+ Process.waitall
end
File.unlink("../webwml-git-committer-lock")