Skip to content

Allow overriding hardcoded REPOSITORY_OWNER for other-org deployments #32

Description

@toshi0806

問題

aldc:5REPOSITORY_OWNER='smkwlab' が固定されており、aldc:6REPOSITORY_URL、release ブランチ zip のダウンロード先(aldc:20)がすべて smkwlab/latex-environment に結合している。環境変数などの上書き手段がないため、他 org が自前の latex-environment(fork)を配布したい場合はスクリプト本体の書き換えが必要になる。

これは aldc 唯一の機能的な org 依存点(他 org 展開の横断調査で確認)。README / docs 内の raw.githubusercontent.com/smkwlab/aldc/...ghcr.io/smkwlab/texlive-ja-textlint の記述は案内文であり二次的。

対応

  • REPOSITORY_OWNER="${ALDC_REPOSITORY_OWNER:-smkwlab}" のように環境変数で上書き可能にする(既定は smkwlab のままで後方互換維持)
  • あわせて対象リポジトリ名も ALDC_REPOSITORY_NAME 等で上書き可能にするか検討
  • docs の URL 例は必要に応じて追記

関連: latex-ecosystem 側の他 org 展開統括 Issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions