Skip to content

Commit

Permalink
examples: Update remaining YAMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Sep 2, 2024
1 parent 76ef18c commit ea050dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions examples/wine-builds.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
envs:
UPSTREAM: https://dl.winehq.org/wine-builds/
TSUMUGU_EXCLUDE: >
--exclude ^mageia
--exclude ^macosx
--exclude ^android
--exclude ^debian
--include ^debian/dists/${DEBIAN_CURRENT}
--exclude ^ubuntu
--include ^ubuntu/dists/${UBUNTU_LTS}
--exclude ^fedora
--include ^fedora/${FEDORA_CURRENT}
--exclude ^/mageia/
--exclude ^/macosx/
--exclude ^/android/
--exclude ^/debian/
--include ^/debian/dists/${DEBIAN_CURRENT}/
--exclude ^/ubuntu/
--include ^/ubuntu/dists/${UBUNTU_LTS}/
--exclude ^/fedora/
--include ^/fedora/${FEDORA_CURRENT}/
TSUMUGU_PARSER: apache-f2
TSUMUGU_EXTRA: --head-before-get
image: ustcmirror/tsumugu:latest
Expand Down
6 changes: 3 additions & 3 deletions examples/zerotier.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
envs:
UPSTREAM: https://download.zerotier.com/
TSUMUGU_EXCLUDE: >
--exclude 1.8.[123]/dist/wd$
--exclude 1.8.[123]/dist/ubiquiti/zerotier-one_latest_mips.deb$
--exclude dist/dist/
--exclude /1.8.[123]/dist/wd/$
--exclude /1.8.[123]/dist/ubiquiti/zerotier-one_latest_mips.deb$
--exclude /dist/dist/
image: ustcmirror/tsumugu:latest
cron: 33 2 * * *
logRotCycle: 10
Expand Down

0 comments on commit ea050dd

Please sign in to comment.