mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
13 lines
259 B
TOML
13 lines
259 B
TOML
[[mirrors]]
|
|
name = "AOSP"
|
|
provider = "command"
|
|
command = "/tmp/tunasync/bin/myrsync2.sh"
|
|
upstream = "https://aosp.google.com/"
|
|
interval = 2
|
|
mirror_dir = "/tmp/tunasync/git/AOSP"
|
|
role = "slave"
|
|
[mirrors.env]
|
|
REPO = "/usr/local/bin/aosp-repo"
|
|
|
|
# vim: ft=toml
|