Re: Auto BackPort Script

2013-01-13 Thread Alexander Burger
Hi Guillermo, Hi all. This is a script I wrote to auto-build .deb packages with the latest sources, or a specific (current) repo version. Haven't tested it Nice! Many thanks! One question: Is there a special reason for using undevaluated args followed by mapcar eval in (de callCheck (Ret

Re: Auto BackPort Script

2013-01-13 Thread Alexander Burger
On Mon, Jan 14, 2013 at 08:15:46AM +0100, Alexander Burger wrote: or could we simply go the normal way? (de callCheck (Ret . @) (when (apply call (rest)) Ret ) ) Aaargh, now I've got confused myself ... The normal way of course is: (de callCheck (Ret . @) (when