build: repoint pack to git.exil.es/coa-addons (PascalCase names)
All checks were successful
release-pack / pack (push) Successful in 15s

Migrated home: source git.sub-net.at/Exiles -> git.exil.es/coa-addons, manifest
repo names coa-* -> PascalCase (AtlasLoot, WeakAuras, Bartender4, Kui_Nameplates,
Leatrix_Plus, TradeSkillMaster, ...). build_pack.sh API+ORG updated. Per-addon
release workflows are instance-relative and needed no changes.
This commit is contained in:
Florian Andrew George Berthold 2026-06-10 04:45:31 +02:00
parent 9154d56750
commit bed334f9dd
3 changed files with 29 additions and 29 deletions

View file

@ -19,7 +19,7 @@ The `.gitea/workflows/release.yml` workflow picks up any tag starting with
`ExilesPack-<tag>.zip` to a Gitea release. `ExilesPack-<tag>.zip` to a Gitea release.
The pack lands at The pack lands at
[git.sub-net.at/Exiles/coa-pack/releases](https://git.sub-net.at/Exiles/coa-pack/releases). [git.exil.es/coa/AddonPack/releases](https://git.exil.es/coa/AddonPack/releases).
## Build locally ## Build locally

View file

@ -1,16 +1,16 @@
pack: pack:
name: ExilesPack name: ExilesPack
default_branch: master default_branch: master
source: https://git.sub-net.at/Exiles source: https://git.exil.es/coa-addons
# Repos to include in the pack. `include: false` means the repo is in the org but # 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. # either contains libraries only (coa-ace3) or isn't an end-user addon.
addons: addons:
- repo: coa-ace3 # canonical Ace3 bundle - libs, not deployed as addon - repo: Ace3 # canonical Ace3 bundle - libs, not deployed as addon
include: false include: false
note: "Ace3 libs are already embedded inside each consuming fork; the pack doesn't need them again." 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 - repo: Template # template-only — not an installable addon
include: false include: false
note: 'Gitea "Use This Template" source repo for new coa-* forks.' note: 'Gitea "Use This Template" source repo for new coa-* forks.'
@ -18,35 +18,35 @@ addons:
include: false 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)." 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 - repo: Altoholic
include: true include: true
# If a repo has a *-all.zip release asset, prefer it over individual zips. Otherwise take all per-addon zips. # If a repo has a *-all.zip release asset, prefer it over individual zips. Otherwise take all per-addon zips.
- repo: coa-atlasloot - repo: AtlasLoot
include: true include: true
- repo: coa-bagnon - repo: Bagnon
include: true include: true
- repo: coa-bartender - repo: Bartender4
include: true include: true
- repo: coa-chatter - repo: Chatter
include: true include: true
- repo: coa-clique - repo: Clique
include: true include: true
- repo: coa-dbm - repo: DBM
include: true include: true
- repo: coa-decursive - repo: Decursive
include: true include: true
- repo: coa-details - repo: Details
include: true include: true
- repo: coa-elvui - repo: ElvUI
include: true include: true
note: "Repo-only - not part of the default Exiles install. Set include:false if you want a slimmer pack." note: "Repo-only - not part of the default Exiles install. Set include:false if you want a slimmer pack."
@ -54,42 +54,42 @@ addons:
include: false include: false
note: "Internal data-export tool (CoaExporter) — not shipped to guildies, not released." note: "Internal data-export tool (CoaExporter) — not shipped to guildies, not released."
- repo: coa-kui-nameplates - repo: Kui_Nameplates
include: true include: true
- repo: coa-leatrix-plus - repo: Leatrix_Plus
include: true include: true
- repo: coa-moveanything - repo: MoveAnything
include: true include: true
- repo: coa-omen - repo: Omen
include: true include: true
- repo: coa-pawn - repo: Pawn
include: true include: true
- repo: coa-professionmenu - repo: ProfessionMenu
include: true include: true
- repo: coa-quartz - repo: Quartz
include: true include: true
- repo: coa-ratingbuster - repo: RatingBuster
include: true include: true
- repo: coa-sexymap - repo: SexyMap
include: true include: true
- repo: coa-shadowedunitframes - repo: ShadowedUnitFrames
include: true include: true
- repo: coa-tsm - repo: TradeSkillMaster
include: true include: true
- repo: coa-vanillaguide - repo: VanillaGuide
include: true include: true
note: "Ace2 stack runs on 3.3.5 via Lua50Compat shim (table.getn/setn restored) since 1.04.2-coa1-coa.2." note: "Ace2 stack runs on 3.3.5 via Lua50Compat shim (table.getn/setn restored) since 1.04.2-coa1-coa.2."
- repo: coa-weakauras - repo: WeakAuras
include: true include: true

View file

@ -23,8 +23,8 @@ TMP_DIR="$REPO_ROOT/tmp"
STAGING_DIR="$REPO_ROOT/staging" STAGING_DIR="$REPO_ROOT/staging"
DIST_DIR="$REPO_ROOT/dist" DIST_DIR="$REPO_ROOT/dist"
API="https://git.sub-net.at/api/v1" API="https://git.exil.es/api/v1"
ORG="Exiles" ORG="coa-addons"
TAG="" TAG=""
while [ $# -gt 0 ]; do while [ $# -gt 0 ]; do