We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5d5a7 commit 2d2fb95Copy full SHA for 2d2fb95
web/dev/mirrors.md
@@ -79,5 +79,15 @@ rsync -rtlvH --delete-after --delay-updates --safe-links \
79
rsync://repo.msys2.org/builds/ ./msys2
80
```
81
82
+Our repository layout is compatible with Arch Linux, which means you can use the
83
+following script to sync everything more frequently and efficiently:
84
+
85
+https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/master/roles/syncrepo/files/syncrepo-template.sh
86
87
+```shell
88
+source_url='rsync://repo.msys2.org/builds/'
89
+lastupdate_url='https://repo.msys2.org/lastupdate'
90
+```
91
92
To register your mirror please open an issue here:
93
https://github.com/msys2/msys2.github.io/issues
0 commit comments