mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
init: --no-prompt to skip sdk_path prompt
For running the tests and in other scripted setups, the user prompt is an annoying. Using --no-prompt means the script can test for failure.
This commit is contained in:
parent
66df02d5f8
commit
ef7c9d89d2
2 changed files with 4 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ STORED_ANDROID_HOME=$ANDROID_HOME
|
|||
unset ANDROID_HOME
|
||||
echo "ANDROID_HOME: $ANDROID_HOME"
|
||||
cd $REPOROOT
|
||||
$fdroid init --keystore $KEYSTORE --android-home $FAKE_ANDROID_HOME
|
||||
$fdroid init --keystore $KEYSTORE --android-home $FAKE_ANDROID_HOME --no-prompt
|
||||
test -e $KEYSTORE
|
||||
copy_apks_into_repo $REPOROOT
|
||||
$fdroid update -c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue