[Bug 516241] Re: Wrong error message when using --delete-delay

Thierry Carrez thierry.carrez at ubuntu.com
Tue Mar 9 10:20:34 GMT 2010


Hey Jonas, thanks for your patch. Three minor changes you should apply
to your debdiff :

- Set "Maintainer:" to "Ubuntu Developers" rather than "Ubuntu Core Developers" to follow the new spec
- "XSBC-Original-Maintainer::" should just have one colon ("XSBC-Original-Maintainer:")
- The patch should only special-case --delete-delay, so that an error always goes out, even in the event upstream adds a third variation of delete_during to the mix. Something like (pseudocode):

-	rprintf(dying to avoid a --delete-during);
+	if(delete_during == 2) {
+		rprintf(dying to avoid a --delete-delay);
+	}
+	else {
+		rprintf(dying to avoid a --delete-during);
+	}

What do you think ?

** Changed in: rsync (Ubuntu)
   Importance: Undecided => Low

** Changed in: rsync (Ubuntu)
       Status: New => Confirmed

-- 
Wrong error message when using --delete-delay
https://bugs.launchpad.net/bugs/516241
You received this bug notification because you are a member of Ubuntu
Sponsors for main, which is a direct subscriber.



More information about the Ubuntu-main-sponsors mailing list