GiellaLT provides an infrastructure for rule-based language technology aimed at minority and indigenous languages, and streamlines building anything from keyboards to speech technology. Read more about Why. See also How to get started, and our Privacy document.
The infrastructure for building mobile apps and signing macOS and iOS software
relies partially on Fastlane. And to make this work
across a developer team we use shared credentials using fastlane match
. We
call this setup Divvunlane.
Below is the procedure for how to add a new user that should have access to the private divvunlane git repo (git@gtsvn.uit.no:divvunlane.git):
The new user must:
ssh-keygen -t rsa
~/.ssh/id_rsa.pub
to a person with write access to the
git repo gitosis-admin
(presently Børre and Sjur)The administrator must:
git clone git@gtsvn.uit.no:gitosis-admin.git
** or
** git pull
in gitosis-admin
keydir/USER.pub
containing all and only the id_rsa.pub
from the new user; this must be done for every computer the user is using (one
git user pr user pr machine)gitosis.conf
under the [[divvunlane] tagThe new user can now clone divvunlane. On first checkout the new user must write the certificate encryption password. Ask Sjur or Børre for the password.
To actually clone and install the certificate to sign software you must
use fastlane with the command fastlane match
in a dir containing a
Matchfile. This can be found in any of the $GTHOME/keyboards/XXX/ios/ dirs.