-
- Background
A GPG key is identified by a 8-letter string locally ($GPGKEY) and by email address when talking between two parties.
-
- Setup GPG
gpg --generate-key
-
- Send public key to server
gpg --output - --export -a $GPGKEY
-
- Set up GBS script
Put gbs script to working directory; edit it to setup the RECIPIENT and URL. RECIPIENT is the email ID.
-
- Clone the project
-
- Update config.py
PROJECT=project_name
-
- Import public key
gpg --import <pub_key_file>
gpg --edit-key <recient@email> trust