samba-bugs at samba.org
2017-Nov-01 08:51 UTC
[Bug 13115] New: .yo sources incompatible with current yodl version
https://bugzilla.samba.org/show_bug.cgi?id=13115 Bug ID: 13115 Summary: .yo sources incompatible with current yodl version Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: paul at debian.org QA Contact: rsync-qa at samba.org Created attachment 13747 --> https://bugzilla.samba.org/attachment.cgi?id=13747&action=edit patch for newer yodl The current yodl version has removed the startdit and enddit macros. These have been replaced with description. I've attached a patch for this. Additionally, this is a trivial patch for a missing closing bracket: --- ./a/rsync.yo 2016-03-29 11:05:24.802895810 +0200 +++ ./b/rsync.yo 2017-11-01 09:38:23.396818546 +0100 @@ -1570,7 +1570,7 @@ Note some versions of the popt option-parsing library have a bug in them that prevents you from using an adjacent arg with an equal in it next to a short -option letter (e.g. tt(-M--log-file=/tmp/foo). If this bug affects your +option letter (e.g. tt(-M--log-file=/tmp/foo)). If this bug affects your version of popt, you can use the version of popt that is included with rsync. dit(bf(-C, --cvs-exclude)) This is a useful shorthand for excluding a -- You are receiving this mail because: You are the QA Contact for the bug.
samba-bugs at samba.org
2017-Nov-05 20:32 UTC
[Bug 13115] .yo sources incompatible with current yodl version
https://bugzilla.samba.org/show_bug.cgi?id=13115 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> --- Thanks! I've applied your changes, but I also had to break-up the really large description() sections into smaller chunks due to my yodl complaining about overflowing something. I also found a superfluous closing paren in the rsyncd.conf man page that I removed. -- You are receiving this mail because: You are the QA Contact for the bug.