Crates.io | glrepo |
lib.rs | glrepo |
version | 0.4.1 |
source | src |
created_at | 2022-02-12 11:46:13.410718 |
updated_at | 2022-02-12 12:11:19.214509 |
description | A multi GIT project fetch tool inspired by google repo tool. |
homepage | https://gitlab.com/mike7b4/glrepo |
repository | https://gitlab.com/mike7b4/glrepo.git |
max_upload_size | |
id | 531274 |
size | 50,780 |
A multi GIT project fetch tool inspired by google repo tool.
The manifest is YAML instead of XML:
default_reference: main
projects_dir: src
projects:
batchecker:
fetch_url: git@git.gitlab.com/mike7b4/batchecker
# Not needed if default_reference is specified above.
reference: main
# stored locally under src/batchecker
path: batchecker
# default is true so this one is not needed
auto_sync: true
stm32newboard-rs:
fetch_url: git@git.gitlab.com/mike7b4/batchecker
# stored locally under src/stm32newboard-rs sinve path is not specified
linux:
fetch_url: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
# If autosync is set to false the repo is not fetched when ryn sync
auto_sync: false