chiark / gitweb /
implement 'fdroid init' to set up a barebones repo from scratch
authorHans-Christoph Steiner <hans@eds.org>
Sat, 2 Nov 2013 00:39:32 +0000 (20:39 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 4 Nov 2013 17:22:58 +0000 (12:22 -0500)
commit9344bca24550eaf2f351f53c05477eadc44396eb
treef3d558ce78afe55cdd8630982428546854da82c1
parent94342ee43cf5732add957f0eb477507bd9e956ca
implement 'fdroid init' to set up a barebones repo from scratch

This tries to auto-detect the SDK and NDK.  If it can't find the SDK, it
prompts the user to type in the path.  It also tries to find the most
recent version of the build-tools, and should also support the old
unversioned layout.
fdroid
fdroidserver/init.py [new file with mode: 0644]