mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Merge branch 'mvglasow-master-patch-68763' into 'master'
Clarify warning message about skipped sudo commands See merge request fdroid/fdroidserver!608
This commit is contained in:
commit
35e67295e9
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||||
f.write(common.get_android_tools_version_log(build.ndk_path()))
|
f.write(common.get_android_tools_version_log(build.ndk_path()))
|
||||||
else:
|
else:
|
||||||
if build.sudo:
|
if build.sudo:
|
||||||
logging.warning('%s:%s runs this on the buildserver with sudo:\n\t%s'
|
logging.warning('%s:%s runs this on the buildserver with sudo:\n\t%s\nThese commands were skipped because fdroid build is not running on a dedicated build server.'
|
||||||
% (app.id, build.versionName, build.sudo))
|
% (app.id, build.versionName, build.sudo))
|
||||||
|
|
||||||
# Prepare the source code...
|
# Prepare the source code...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue