mirror of https://github.com/n1nj4sec/pupy.git
Decrease buildozer logging level
This commit is contained in:
parent
bc9a9911c7
commit
6ea1f5f505
|
@ -16,8 +16,8 @@ dist: trusty
|
|||
cache:
|
||||
- apt: true
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR/client/android_sources && ./build.sh
|
||||
- cd $TRAVIS_BUILD_DIR/pupy && rm -f payload_templates/*
|
||||
- cd $TRAVIS_BUILD_DIR/client/android_sources && ./build.sh
|
||||
- cd $TRAVIS_BUILD_DIR/client/sources && ./buildenv.sh && ./build.sh
|
||||
- cd $TRAVIS_BUILD_DIR/client/sources-linux && sudo -E ./buildenv.sh && sudo -E ./build.sh
|
||||
- rm -rf $TRAVIS_BUILD_DIR/client/sources/buildenv/win32/drive_c/users
|
||||
|
|
|
@ -211,7 +211,7 @@ android.arch = armeabi-v7a
|
|||
[buildozer]
|
||||
|
||||
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
|
||||
log_level = 2
|
||||
log_level = 0
|
||||
|
||||
# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
|
||||
warn_on_root = 0
|
||||
|
|
Loading…
Reference in New Issue