Service for automatic updating of git repositories from GitLab.
Project description
This is simple server (receiver) for GitLab’s webhooks feature.
Alternatives
Installation
Make sure you have Python 2.6+/3.2+ properly installed (Windows/Linux). Then just type [sudo] pip install glhooks in your favorite shell. Now you have glhooks installed so you can run it like this python -m glhooks <path_to_config_file>.... You can find skeleton for the configuration file in git repository in config/config.ini.
I recommend Supervisor or similar application to run the glhooks server. Install it via [sudo] apt-get install supervisor. You can find the example of Supervisor configuration file for glhooks in git repository in config/glhooks.conf. But you can just create some shell script and copy it into /etc/init.d/ (example in git repository in config/glhooks.sh).
Next step is to generate a SSH key without the passphrase: ssh-keygen -b 4096 -t rsa. Then add the generated SSH public key to your GitLab account. If you have multiple SSH keys in $HOME/.ssh/ you probably has to create file $HOME/.ssh/config. You can find the example file in git repository in config/config.ssh.
Finally add the hook http://server.example.com:8000/ into your project webhooks at GitLab.
Updating
When you change at least one of the configuration files you has to restart glhooks server by [sudo] supervisorctl restart glhooks or [sudo] service glhooks restart.
Contributing
Feel free to send a pull request or to report an issue.
Changelog
0.1.0 (2014-01-14)
First public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file glhooks-0.1.0.zip
.
File metadata
- Download URL: glhooks-0.1.0.zip
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0131c7b6da8f055fc7a9bdaf17bb7cba8c70bb940809ae2e9a5dd4eeeff6a985
|
|
MD5 |
74e9c1218e250d92157aead555a4c4dd
|
|
BLAKE2b-256 |
ecb0b428f8ed575c6c940800725db98ab1969445a80eeffbbb470ece69f18056
|
File details
Details for the file glhooks-0.1.0.win32.exe
.
File metadata
- Download URL: glhooks-0.1.0.win32.exe
- Upload date:
- Size: 205.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
edace17c2b0c658a21579455dea193d3aa7244cf078a5ec6af92584e4c85e0f7
|
|
MD5 |
8eeea9ed0dc86bc83be444db82745bf6
|
|
BLAKE2b-256 |
8001e6714bf64649882eb222e1f449de75179c7b113d81f0b22a2cad83114aa4
|
File details
Details for the file glhooks-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: glhooks-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
241356c4753071b8e544db7233373d333d85189d34811e5e30230daad3aa05a5
|
|
MD5 |
eb63ca1dfd98bf8c50ad9c35f8479341
|
|
BLAKE2b-256 |
3f81c8897d72cba617a240bfe67ce6e426ff69b884cb70bcf75e2e4a906d72ee
|