forked from flensrocker/yavdr-python-buildserver
-
Notifications
You must be signed in to change notification settings - Fork 0
License
yavdr/yavdr-python-buildserver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Install signing key
-------------------
sudo su -
export GNUPGHOME=/var/lib/gh2lp/.gnupg
mkdir ${GNUPGHOME}
chmod 700 ${GNUPGHOME}
gpg --keyserver keyserver.ubuntu.com --recv-keys 138A2351
gpg --import yavdr-release-private.asc
chown -R gh2lp.gh2lp ${GNUPGHOME}
exit
Configure
---------
edit /etc/gh2lp/yavdr.conf, adjust smtp-settings
edit /etc/init/gh2lp.conf, adjust HOOK_SECRET_KEY
"start gh2lp"
Install Webhook
---------------
visit repository: https://github.com/yavdr/yavdr-base
select "Settings" on the right side
select "Webhooks & Services" on the left side
add new Webhook (or edit old hook)
Payload URL: http://your.server:8180/
Content type: application/json
Secret: enter the same secret as in the upstart job in HOOK_SECRET_KEY
select "just the push event"
select "Update webhook"
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.8%
- Makefile 1.2%