I have a line of shell script for this purpose:

find . | xargs -i -t sh -c 'cat pwd.txt | gpg -ab --passphrase-fd 0 {}'

(put the passphrase into pwd.txt)

On Tue, May 11, 2010 at 9:04 AM, Brett Porter <br...@apache.org> wrote:

> You can loop over them using shell and gpg. You can use an agent to store
> the password so it doesn't need to be typed in every time, or have it read
> from an argument.
>
> On 11/05/2010, at 10:51 AM, Mark Diggory wrote:
>
> > Hi,
> >
> > we have an existing repository which I want to batch sign all the
> > artifacts within. I do have file system access.  Is there any tool
> > available that will go though our existing repository and allow me to
> > sign the artifacts (all of which have been created by me in the past)?
> >
> > thanks,
> > Mark
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
>
> --
> Brett Porter
> br...@apache.org
> http://brettporter.wordpress.com/
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
- juven

Reply via email to