Skip to content

Commit

Permalink
lug: remove linuxbrew-core
Browse files Browse the repository at this point in the history
  • Loading branch information
PhotonQuantum committed Jul 9, 2024
1 parent 2f1d85d commit 9486f1f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions caddy/Caddyfile.siyuan
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ https://mirror.sjtu.edu.cn {
not path /flutter_infra/*
not path /ghcup/*
not path /elan/*
not path /git/linuxbrew-core.git/*
not path /git/homebrew-services.git/*
not path /git/homebrew-cask-drivers.git/*
not path /git/homebrew-cask-fonts.git/*
Expand Down Expand Up @@ -1038,10 +1037,6 @@ https://mirror.sjtu.edu.cn {
redir * https://mirrors.sjtug.sjtu.edu.cn/ctan{uri} 302
}

redir /git/linuxbrew-core.git /git/linuxbrew-core.git/ 301
handle /git/linuxbrew-core.git/* {
reverse_proxy git-backend
}
redir /git/homebrew-services.git /git/homebrew-services.git/ 301
handle /git/homebrew-services.git/* {
reverse_proxy git-backend
Expand Down
5 changes: 0 additions & 5 deletions caddy/Caddyfile.zhiyuan
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ https://mirrors.sjtug.sjtu.edu.cn {
not path /flutter_infra/*
not path /ghcup/*
not path /elan/*
not path /git/linuxbrew-core.git/*
not path /git/homebrew-services.git/*
not path /git/homebrew-cask-drivers.git/*
not path /git/homebrew-cask-fonts.git/*
Expand Down Expand Up @@ -1000,10 +999,6 @@ https://mirrors.sjtug.sjtu.edu.cn {
handle /git/qemu.git/* {
reverse_proxy git-backend
}
redir /git/linuxbrew-core.git /git/linuxbrew-core.git/ 301
handle_path /git/linuxbrew-core.git/* {
redir * https://mirror.sjtu.edu.cn/git/linuxbrew-core.git{uri} 302
}
redir /git/homebrew-services.git /git/homebrew-services.git/ 301
handle_path /git/homebrew-services.git/* {
redir * https://mirror.sjtu.edu.cn/git/homebrew-services.git{uri} 302
Expand Down
9 changes: 0 additions & 9 deletions config.siyuan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,15 +498,6 @@ repos:
interval: 7000
name: elan
<<: *oneshot_common
- type: shell_script
script: /worker-script/git.sh
interval: 3600
name: git/linuxbrew-core.git
source: https://github.com/Homebrew/linuxbrew-core.git
path: /srv/data32T/git/linuxbrew-core.git
serve_mode: git
target: https://git.sjtu.edu.cn/sjtug/linuxbrew-core.git
<<: *oneshot_common
- type: shell_script
script: /worker-script/git.sh
interval: 3601
Expand Down

0 comments on commit 9486f1f

Please sign in to comment.