-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jun Matsushita edited this page Jan 5, 2016
·
3 revisions
Welcome to the openmentoring-mobile wiki!
(tested on OSX)
git clone https://gitlab.com/fdroid/fdroidserver.git
cd fdroidserver
virtualenv env/
source env/bin/activate
pip install -e .
python2 setup.py install
Add to .git/config
[remote "upstream"]
url = https://gitlab.com/fdroid/fdroiddata.git
fetch = +refs/heads/*:refs/remotes/upstream/*
git pull upstream master
source ../fdroidserver/env/bin/activate
fdroid readmeta
fdroid rewritemeta org.iilab.openmentoring
fdroid checkupdates org.iilab.openmentoring (or edit metadata/org.iilab.opementoring.txt if auto update don't work)
fdroid lint org.iilab.openmentoring
fdroid build -v -l org.iilab.openmentoring (or fdroid build -v -l org.iilab.openmentoring:VERSIONCODE)
Locally build and commit generated code in platform/android
to openmentoring-mobile
repo.
Edit metadata/org.iilab.opementoring.txt
Follow local fdroid build instruction above to test.