A tool to mirror GitLab repositories between two GitLab instances
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
cal-gitlab-mirror
A tool to mirror GitLab repositories between two GitLab instances.
Installation
pip install cal-gitlab-mirror
Or run directly with uv:
uvx cal-gitlab-mirror --help
Quick Start
# Mirror from source GitLab
cal-gitlab-mirror pull \
--source-url https://gitlab.com \
--source-token $SOURCE_TOKEN \
--source-group myorg \
--output-dir ./mirror
# Push to destination GitLab
cal-gitlab-mirror push \
--dest-url https://gitlab.internal.com \
--dest-token $DEST_TOKEN \
--dest-group mirror/myorg \
--input-dir ./mirror
Documentation
See the full documentation for detailed usage and configuration options.
Development
# Set up development environment
make dev
# Run linting and type checking
make check
# Auto-format code
make format
# Build wheel and docs
make build
Publishing
Publishing requires cal-publish-python configuration. See the cal-publish-python documentation for setup.
# Build first
make build
# Publish wheel to PyPI and docs to GitLab Pages
make publish
Licence
MIT License — Copyright 2026 Cyber Assessment Labs
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cal_gitlab_mirror-0.6.0-py3-none-any.whl.
File metadata
- Download URL: cal_gitlab_mirror-0.6.0-py3-none-any.whl
- Upload date:
- Size: 34.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5040b2ef58c05b698c11102ce6d862e3b0bd689a2d151eb8caa29ec71c111a58
|
|
| MD5 |
5b861fb245630c25a0f6b7faa39948ba
|
|
| BLAKE2b-256 |
fd2615076f6788c367631972969532cd09c9697b7d1d9c2962adad12a040eee3
|