On Sat, 2008-02-23 at 22:29 +000, [EMAIL PROTECTED] wrote: > Author: adam-guest > Date: 2008-02-23 22:29:27 +0000 (Sat, 23 Feb 2008) > New Revision: 1047 > > Modified: > trunk/debian/changelog > trunk/scripts/debsign.sh > Log: > debsign: Allow multiple files to be signed in a single invocation
Although the diff to debsign is rather large, it basically consists of moving the actual signing code (i.e. everything following the "how many non-option parameters were passed?" block) into a dosigning() function, and moving the parameter parsing code after that function. As far as I can see from my tests, that enables one to pass multiple files as command-line arguments. The only potential issue is that a failure to sign one file aborts debsign (as currently) but I'm not sure that's a big problem. Adam -- To unsubscribe, send mail to [EMAIL PROTECTED]
