gitlab-mirrors
A set of scripts adding the ability of managing remote mirrors to GitLab.
File Explorer
- upgrade_0.2.x-0.3.x.md
- upgrade_0.3.x-0.4.x.md
- upgrade_0.5.x-0.6.x.md
- installation.md
- management.md
- prerequisites.md
- references.md
- functions.sh
- manage_gitlab_project.py
- VERSION
- entrypoint.sh
- update_checksum_file.sh
- test_creation.sh
- .flake8
- .gitignore
- add_mirror.sh
- CHANGELOG.md
- config.sh.SAMPLE
- CONTRIBUTING.md
- delete_mirror.sh
- Dockerfile
- git-mirrors.sh
- includes.sh
- LICENSE
- ls-mirrors.sh
- README.md
- RELEASE
- requirements.txt
- update_mirror.sh
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
crontab
View Details ▼
crontab
Schedule cron jobs to run on a time interval for the current user.
crontab -e
[e]dit the crontab file for the current user:
sudo crontab -e -u {{user}}
[e]dit the crontab file for a specific [u]ser:
crontab {{path/to/file}}
Replace the current crontab with the contents of the given file:
// repository documentation
Was this content helpful?
(0 ratings)
