Skip to main content

Script used to create repos on Gitlab and Github. Then create a push mirror link between them Gitlab -> Github.

Project description

Pipeline Status Coverage PyPI Project License PyPI Project Version

GitLab Github Mirror Repo

This is a simple Python cli script will first create a new repo on Gitlab and Github. Then it will create a push mirror link between them. Where all changes on the Gitlab repo are pushed to the Github repo (Gitlab -> Github).

Usage

To use this script you will need to have an access token for both Gitlab and Github, both must have permissions to create new repositories on your behalf.

gitlab_github_mirror_repo -l "xxxx" -h "xxx" -u https://gitlab.com -r test123
pip install gitlab-github-mirror-repo
gitlab_github_mirror_repo --help

Usage: gitlab_github_mirror_repo [OPTIONS]

  A Python script used to mirror repos.
Options:
-l, --gitlab-private-token TEXT

Private GITLAB token, used to authenticate when calling the Gitlab API. [required]

-u, --gitlab-url TEXT

The GitLab URL i.e. gitlab.com. [required]

-h, --github-private-token TEXT

Private GITHUB token, used to authenticate when calling the Github API. [required]

-r, --repo-name TEXT

The name of the repository on Github and Gitlab. [required]

--help

Show this message and exit.

Predefined Variables

Please note some of the arguments can be filled in using environment variables.

  • If --gitlab-private-token is not set the script will look for the ENV variable GITLAB_PRIVATE_TOKEN

  • If --github-private-token is not set it will look for for the ENV variable GITHUB_PRIVATE_TOKEN

Setup Development Environment

git clone git@gitlab.com:gitlab-automation-toolkit/gitlab-github-mirror-repo.git
cd gitlab-github-mirror-repo
pip install tox
make install-venv
source .venv/bin/activate
make install-dev

Changelog

You can find the changelog here.

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

gitlab-github-mirror-repo-0.1.0.tar.gz (3.7 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