Extension build and signing without password
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 …)
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
1 Posted by robwilkens on 07 Feb, 2012 12:16 PM
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 Posted by florian.delizy on 07 Feb, 2012 02:11 PM
well … that works. It’s not that pretty but at least it works thanks
florian.delizy closed this discussion on 07 Feb, 2012 02:11 PM.