Lugito
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Simon Quigley 09e0db8803
Fix race condition between job finishing and IRC notification being sent out.
4 years ago
docs * Added updating IRC in response to newly created/edited diffs 5 years ago
lugito Fix race condition between job finishing and IRC notification being sent out. 4 years ago
tests Update unit-tests and requirements files to reflect recent changes 5 years ago
.coveragerc * Added updating IRC in response to newly created/edited diffs 5 years ago
.editorconfig * Added updating IRC in response to newly created/edited diffs 5 years ago
.gitattributes * Added updating IRC in response to newly created/edited diffs 5 years ago
.gitignore Added .lugitorc configuration and hooked the config files into the connectors. Updates to HISTORY.rst, README.rst and AUTHORS.rst 5 years ago
AUTHORS.rst Added .lugitorc configuration and hooked the config files into the connectors. Updates to HISTORY.rst, README.rst and AUTHORS.rst 5 years ago
CONTRIBUTING.rst * Added updating IRC in response to newly created/edited diffs 5 years ago
HISTORY.rst Added .lugitorc configuration and hooked the config files into the connectors. Updates to HISTORY.rst, README.rst and AUTHORS.rst 5 years ago
LICENSE * Added updating IRC in response to newly created/edited diffs 5 years ago
MANIFEST.in * Added updating IRC in response to newly created/edited diffs 5 years ago
Makefile * Added updating IRC in response to newly created/edited diffs 5 years ago
README.md Make Jenkins a connector. 5 years ago
README.rst Make Jenkins a connector. 5 years ago
pytest.ini Added .lugitorc configuration and hooked the config files into the connectors. Updates to HISTORY.rst, README.rst and AUTHORS.rst 5 years ago
requirements.txt Bump requirements, due to security fixes in packages. 4 years ago
requirements_dev.txt Bump requirements, due to security fixes in packages. 4 years ago
setup.cfg * Added updating IRC in response to newly created/edited diffs 5 years ago
setup.py Update unit-tests and requirements files to reflect recent changes 5 years ago
tox.ini * Added updating IRC in response to newly created/edited diffs 5 years ago
versioneer.py * Added updating IRC in response to newly created/edited diffs 5 years ago

README.md

lugito

image

image

Documentation Status

Python Boilerplate contains all the boilerplate you need to create a Python package.

Temp - Example .lugitorc

[phabricator]
host = http://127.0.0.1:9091/api/
token = api-nojs2ip33hmp4zn6u6cf72w7d6yh

[phabricator.hooks]
irc = cqg42zdcuqysff632kc6rnsu4m3hjg6c
commithook = znkyfflbcia5gviqx5ybad7s6uyfywxi

[phabricator.package_names]
rDEFAULTSETTINGS = lubuntu-default-settings
rART = lubuntu-artwork
rCALASETTINGS = calamares-settings-ubuntu
rQTERMINALPACKAGING = qterminal
rLXQTCONFIGPACKAGING = lxqt-config
rNMTRAYPACKAGING = nm-tray

[connector.irc]
host = irc.freenode.net
port  = 6697
username = someusername
password = somepassword
channel = #somechannel

[connector.launchpad]
application = lugito
staging = production
version = devel
supported_versions =
    Cosmic
    Bionic
    Xenial
    Trusty

[connector.jenkins]
site = https://ci.lubuntu.me
template_url = ssh://git@phab.lubuntu.me:2222/source/package.git

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.