Skip to main content

Convenient tools to make merge requests to any GitLab host

Project description

mkmr

Small python3 utility to create Merge Requests on GitLab, with special support for Alpine Linux's self-hosted instance.

Installation

Unless you need the absolutely newest version immediately please use a system package.

This package is available in the testing repo of Alpine Linux

apk add mkmr

Configuration

mkmr uses INI-formatted files and re-uses the same ones from python-gitlab, in fact it only does some validation to provide useful messages to the user and then passes the configuration file directly for python-gitlab, which is used to do all the API calls required to create the merge request.

The locations searched are:

  • $XDG_CONFIG_HOME/mkmr/config (it will error out instead of looking at the one below)
  • $HOME/.config/mkmr/config (if XDG_CONFIG_HOME is not set)

The --config switch can be used to pass a full path to a configuration file like so:

$ mkmr --config=/tmp/config

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkmr-0.0.5.tar.gz (7.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page