]> git.pld-linux.org Git - packages/cvsspam.git/blob - cvsspam-svnspam.patch
- with updated branch diff --svn arg already added
[packages/cvsspam.git] / cvsspam-svnspam.patch
1 --- cvsspam-0.2.12/svn_post_commit_hook.rb~     2005-07-11 18:53:29.000000000 +0300
2 +++ cvsspam-0.2.12/svn_post_commit_hook.rb      2009-03-04 22:02:47.244474437 +0200
3 @@ -28,8 +29,10 @@
4  end
5  
6  def cleanup
7 -  File.unlink("#{$datadir}/logfile")
8 -  Dir.rmdir($datadir)
9 +  unless $debug
10 +         File.unlink("#{$datadir}/logfile")
11 +         Dir.rmdir($datadir)
12 +  end
13  end
14  
15  def send_email
This page took 0.04707 seconds and 3 git commands to generate.