fdroidserver.make_source_tarball module¶
Make a source tarball from a single app’s checked out source code.
This assumes that the app’s source code is already checked out into the repo, and that it is in a clean state. It makes a src.tar.gz in the repo’s tmp/ directory.
- fdroidserver.make_source_tarball.main()¶
- fdroidserver.make_source_tarball.make_source_tarball(app, build, output_dir=PosixPath('unsigned'))¶