Extension build and signing without password

florian.delizy's Avatar

florian.delizy

07 Feb, 2012 10:44 AM

Hi all,

I would like to add the extensions I’ll be created into my build server. The problem is whenever I run ant, the signing system ask for a password (which I left empty anyway …).

Is there a way to sign an extension without the signing process requiring a human input ? or should I create my own KeyAdmin class that does it ? (sounds a bit overkill for such simple needs …)

  1. 1 Posted by robwilkens on 07 Feb, 2012 12:16 PM

    robwilkens's Avatar

    If your on a UNIX-like system, i wonder if you couldn't use redirection (command < textfile"(?) or "command | echo pass").. I believe it just reads the password from standard input (STDIO).

  2. 2 Posted by florian.delizy on 07 Feb, 2012 02:11 PM

    florian.delizy's Avatar

    well … that works. It’s not that pretty but at least it works thanks

  3. florian.delizy closed this discussion on 07 Feb, 2012 02:11 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac