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

feature(worker): added exec_on_success and exec_on_failure option and hooks

这个提交包含在:
bigeagle
2016-04-29 21:47:42 +08:00
父节点 a644294bd7
当前提交 bd423eec4e
共有 5 个文件被更改,包括 238 次插入0 次删除

查看文件

@@ -76,6 +76,9 @@ type mirrorConfig struct {
LogDir string `toml:"log_dir"`
Env map[string]string `toml:"env"`
ExecOnSuccess string `toml:"exec_on_success"`
ExecOnFailure string `toml:"exec_on_failure"`
Command string `toml:"command"`
UseIPv6 bool `toml:"use_ipv6"`
ExcludeFile string `toml:"exclude_file"`