Skip to content

Commit

Permalink
lug: bump mirror-clone to 2.18 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh committed May 7, 2021
1 parent e4344d7 commit 2104420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config.siyuan.yaml
Expand Up @@ -226,7 +226,7 @@ repos:
<<: *oneshot_common
# homebrew-bottles
- type: shell_script
script: /worker-script/mirror-clone-v2.sh --workers 4 --target-type s3 --s3-prefix homebrew-bottles/bottles --s3-buffer-path /var/cache --print-plan 100 rsync --http-base https://mirrors.ustc.edu.cn/homebrew-bottles/bottles --rsync-base rsync://rsync.mirrors.ustc.edu.cn/homebrew-bottles/bottles/
script: /worker-script/mirror-clone-v2.sh --workers 4 --target-type s3 --s3-prefix homebrew-bottles/bottles --s3-buffer-path /var/cache --print-plan 100 homebrew
serve_mode: mirror_intel
interval: 10800
name: homebrew-bottles
Expand Down Expand Up @@ -326,7 +326,7 @@ repos:
target: https://git.sjtu.edu.cn/sjtug/homebrew-cask-versions.git
<<: *oneshot_common
- type: shell_script
script: /worker-script/mirror-clone-v2.sh --workers 4 --target-type s3 --s3-prefix linuxbrew-bottles --s3-buffer-path /var/cache --print-plan 100 homebrew --arch x86_64_linux --api-base https://formulae.brew.sh/api/formula-linux.json --bottles-base https://linuxbrew.bintray.com
script: /worker-script/mirror-clone-v2.sh --workers 4 --target-type s3 --s3-prefix linuxbrew-bottles/bottles --s3-buffer-path /var/cache --print-plan 100 homebrew --arch x86_64_linux --api-base https://formulae.brew.sh/api/formula-linux.json
serve_mode: mirror_intel
interval: 10800
name: linuxbrew-bottles
Expand Down Expand Up @@ -534,7 +534,7 @@ repos:
target: https://git.sjtu.edu.cn/sjtug/dpdk.git
<<: *oneshot_common
- type: shell_script
script: /app/mirror-clone --concurrent_resolve 128 --workers 4 gradle --target http://mirror-intel:8000/gradle/distributions
script: /worker-script/mirror-clone-v2.sh --workers 4 --target-type s3 --s3-prefix gradle/distributions --s3-buffer-path /var/cache --print-plan 100 gradle
serve_mode: mirror_intel
interval: 10800
name: gradle/distributions
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -48,7 +48,7 @@ services:
args:
- USE_SJTUG=true
- CLONE_VERSION=v0.1.18
- CLONE_V2_VERSION=v0.2.17
- CLONE_V2_VERSION=v0.2.18
- LUG_VERSION=v0.12.7
expose:
- 8081
Expand Down

0 comments on commit 2104420

Please sign in to comment.