1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-09 07:56:47 +00:00

feature(worker): implemented multi-file configrations. closing #23

这个提交包含在:
bigeagle
2016-05-03 16:52:38 +08:00
父节点 4f3a91cda7
当前提交 5c8d90608c
共有 5 个文件被更改,包括 111 次插入31 次删除

12
tests/mirrors/aosp.conf 普通文件
查看文件

@@ -0,0 +1,12 @@
[[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