Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103290 Details for
Bug 157014
dev-vcs/cvsspam: add subversion use flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to cvsspam.rb for svn
cvsspam-0.2.12-svn.patch (text/plain), 806 bytes, created by
Ben Taitelbaum
on 2006-12-03 15:05:17 UTC
(
hide
)
Description:
patch to cvsspam.rb for svn
Filename:
MIME Type:
Creator:
Ben Taitelbaum
Created:
2006-12-03 15:05:17 UTC
Size:
806 bytes
patch
obsolete
>--- cvsspam.rb.old 2006-12-02 13:36:48.000000000 -0500 >+++ cvsspam.rb 2006-12-02 13:38:28.000000000 -0500 >@@ -1386,12 +1386,10 @@ > $allTags = Hash.new > > File.open("#{$logfile}.emailtmp", File::RDWR|File::CREAT|File::TRUNC) do |mail| >+ reader = LogReader.new($stdin) > > $diff_output_limiter = OutputSizeLimiter.new(mail, $mail_size_limit) > >- File.open($logfile) do |log| >- reader = LogReader.new(log) >- > until reader.eof > handler = $handlers[reader.currentLineCode] > if handler == nil >@@ -1399,12 +1397,11 @@ > end > handler.handleLines(reader.getLines, $diff_output_limiter) > end >- end > > end > > if $subjectPrefix == nil >- $subjectPrefix = "[CVS #{Repository.array.join(',')}]" >+ $subjectPrefix = "[SVN #{Repository.array.join(',')}]" > end > > if $files_in_subject
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157014
: 103290 |
103292
|
103374