1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-06 11:00:13 +02:00
fdroidserver/fdroidserver
Ciaran Gultnieks d7e6e335f3 Fix buildserver, broken by e449d2f
Switching to a script /etc/profile.d to set up the environment is all
well and good, except that doesn't get run when you directly execute a
command directly via ssh, which means that the buildserver didn't work
at all (at least for anything that used gradle, or relied on the
environment variables.

This fix doesn't look very nice, but it works - it just forces the
appropriate script to run before build.py is executed on the server.

(Side note, I thought we had tests for this, how did it get past them?)
2016-06-18 12:15:16 +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 buildserver, broken by e449d2f 2016-06-18 12:15:16 +01:00
checkupdates.py rename metadata.write_metadata() to match metadata.parse_*_metadata() 2016-03-23 17:16:28 +01:00
common.py Adding support for DSA and ECDSA signatures. 2016-06-17 12:58:52 +02: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 read/write F-Droid files always as UTF-8 2016-06-07 14:10:04 +02:00
install.py Port all imports to python3 2016-03-10 16:43:37 +00:00
lint.py lint: only check unused exlibs if using all apps 2016-06-17 11:35:44 +01:00
metadata.py use UTF8 as default instead of ASCII for .java .gradle pom.xml 2016-06-07 20:13:54 +02: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 read/write F-Droid files always as UTF-8 2016-06-07 14:10:04 +02:00
scanner.py use UTF8 as default instead of ASCII for .java .gradle pom.xml 2016-06-07 20:13:54 +02: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 invalidate apkcache if the metadata version is different 2016-06-15 16:35:00 +02:00
verify.py Port all imports to python3 2016-03-10 16:43:37 +00:00