I want have a patch run every Monday to get the latest Android source code and have it built. It seems everything goes well except I have to help 'repo' to confirm my username and email when I get the patch run. The patch will be scheduled in midnight so I guess I have no chance to offer my help to confirm it... How could I configure repo to dismiss the step? Otherwise, is there any way to input 'enter' by bash script once the script gets prompt?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
repo simply builds on top of git. To set your name in git,
|
|||||
|
|
I solved this problem by 'expect', here is the script looks like
|
|||
|
|
expectto script the interaction. – sarnold Jan 31 '11 at 1:17