mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Add another build option to skip source scanning
It can be very slow on large source code dirs, and if one is trying to get an application building and the scan already succeeded once, running it again and again is a waste of time.
This commit is contained in:
parent
cb3a08ff4b
commit
898e4485c2
2 changed files with 14 additions and 11 deletions
|
|
@ -94,7 +94,7 @@ __complete_options() {
|
|||
__complete_build() {
|
||||
opts="-h -v -c -l -s -t -f"
|
||||
lopts="--help --verbose --latest --server --resetserver --on-server
|
||||
--force --all"
|
||||
--skip-scan --no-tarball --force --all"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue