1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 19:40:17 +02:00
fdroidserver/fdroidserver
Daniel Martí 7dfc1c0449 common: never pass None to replace_config_vars
This fixes fdroid build com.umang.dashnotifier:18:

	ERROR: Could not build app com.umang.dashnotifier due to unknown error: Traceback (most recent call last):
	  File "/home/mvdan/git/fsr/fdroidserver/build.py", line 1121, in main
	    options.onserver, options.refresh):
	  File "/home/mvdan/git/fsr/fdroidserver/build.py", line 950, in trybuild
	    build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir, tmp_dir, force, onserver, refresh)
	  File "/home/mvdan/git/fsr/fdroidserver/build.py", line 480, in build_local
	    extlib_dir, onserver, refresh)
	  File "/home/mvdan/git/fsr/fdroidserver/common.py", line 1335, in prepare_source
	    srclibpaths.append(getsrclib(lib, srclib_dir, build, preponly=onserver, refresh=refresh))
	  File "/home/mvdan/git/fsr/fdroidserver/common.py", line 1258, in getsrclib
	    cmd = replace_config_vars(srclib["Prepare"], None)
	  File "/home/mvdan/git/fsr/fdroidserver/common.py", line 1822, in replace_config_vars
	    cmd = cmd.replace('$$NDK$$', build.ndk_path())
	AttributeError: 'NoneType' object has no attribute 'ndk_path'
2016-04-02 13:43:49 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py Fix error in build.py 2016-03-27 21:36:16 +02:00
checkupdates.py rename metadata.write_metadata() to match metadata.parse_*_metadata() 2016-03-23 17:16:28 +01:00
common.py common: never pass None to replace_config_vars 2016-04-02 13:43:49 +01:00
gpgsign.py Port all imports to python3 2016-03-10 16:43:37 +00:00
import.py standardize on .yml as the file extension for YAML 2016-03-23 17:16:28 +01:00
init.py fix stab at a Cygwin port (aaaahh Windows!) 2016-03-15 11:30:27 +01:00
install.py Port all imports to python3 2016-03-10 16:43:37 +00:00
lint.py lint: remove sets usage 2016-03-10 16:43:37 +00:00
metadata.py standardize on .yml as the file extension for YAML 2016-03-23 17:16:28 +01:00
net.py Fix python headers in some source files 2016-03-11 13:27:00 +00:00
publish.py publish: fix hashing of strings 2016-03-10 16:43:37 +00:00
readmeta.py Port all imports to python3 2016-03-10 16:43:37 +00:00
rewritemeta.py rewritemeta: fix after !62 breakage 2016-03-24 19:48:15 +00:00
scanner.py Replace remaining file() usage 2016-03-10 16:43:37 +00:00
server.py Port all imports to python3 2016-03-10 16:43:37 +00:00
signindex.py Port all imports to python3 2016-03-10 16:43:37 +00:00
stats.py Replace itervalues() with values() 2016-03-10 16:43:37 +00:00
update.py update: fix encoding issues with the xml index 2016-03-11 13:27:00 +00:00
verify.py Port all imports to python3 2016-03-10 16:43:37 +00:00