Files
coa-pack/manifest.yaml
T
florian.berthold 8b4724ac76
release-pack / pack (push) Successful in 15s
manifest: exclude coa-ai-voiceover from the pack
1.2 GiB of MP3 voice data won't fit in the per-asset Gitea ceiling and
would make the pack 25x larger. The small AI_VoiceOver framework on its
own is useless without the data, so excluding the whole repo is the
right call. Track distribution of the voice data separately.
2026-05-25 13:14:38 +02:00

96 lines
2.1 KiB
YAML

pack:
name: ExilesPack
default_branch: master
source: https://git.sub-net.at/Exiles
# Repos to include in the pack. `include: false` means the repo is in the org but
# either contains libraries only (coa-ace3) or isn't an end-user addon.
addons:
- repo: coa-ace3 # canonical Ace3 bundle - libs, not deployed as addon
include: false
note: "Ace3 libs are already embedded inside each consuming fork; the pack doesn't need them again."
- repo: coa-template # template-only — not an installable addon
include: false
note: "Gitea "Use This Template" source repo for new coa-* forks."
- repo: coa-ai-voiceover
include: false
note: "1.2 GiB of MP3 voice data + small lua framework; far too big to bundle. Track the addon separately (see /coa/dev/addons)."
- repo: coa-altoholic
include: true
# If a repo has a *-all.zip release asset, prefer it over individual zips. Otherwise take all per-addon zips.
- repo: coa-atlasloot
include: true
- repo: coa-bagnon
include: true
- repo: coa-bartender
include: true
- repo: coa-chatter
include: true
- repo: coa-clique
include: true
- repo: coa-dbm
include: true
- repo: coa-decursive
include: true
- repo: coa-details
include: true
- repo: coa-elvui
include: true
note: "Repo-only - not part of the default Exiles install. Set include:false if you want a slimmer pack."
- repo: coa-exporter
include: true
note: "Guild-only addon (CoaExporter)."
- repo: coa-kui-nameplates
include: true
- repo: coa-leatrix-plus
include: true
- repo: coa-moveanything
include: true
- repo: coa-omen
include: true
- repo: coa-pawn
include: true
- repo: coa-professionmenu
include: true
- repo: coa-quartz
include: true
- repo: coa-ratingbuster
include: true
- repo: coa-sexymap
include: true
- repo: coa-shadowedunitframes
include: true
- repo: coa-tsm
include: true
- repo: coa-vanillaguide
include: true
note: "Repo-only - not part of the default Exiles install."
- repo: coa-weakauras
include: true