- pulp_client: list_versions / list_distributions / get_publication
- GET /repos/{uuid}/versions: 버전 목록 페이지(최신순)
- 현재 운영 배포 버전 판별: Distribution→publication→repository_version 역추적
- views.build_version_view: vN, 생성일시, 패키지 수, 증감(+/-), 검증 배지, 배포 여부
- views.verification_detail: gpgcheck/repo-gpgcheck/checksum 상세 (화면4)
- 대시보드 저장소명 → 버전 페이지 링크, [이 버전 배포] 버튼은 단계4용 placeholder
- 단계1 TODO(배포 버전 역추적) 해소
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
static/ — 로컬 동봉 자산
폐쇄망 대비 CDN 의존 없이 실물을 여기 둔다(스펙 §9). 현재 동봉된 것:
pico.min.css— Pico CSS v2 (베이스 스타일)htmx.min.js— htmx v2 (부분 갱신/폴링)app.css— 프로젝트 커스텀(@font-face, Pico 변수 오버라이드)fonts/PretendardVariable.woff2— Pretendard variable 폰트
반입/갱신 시 인터넷 가능 PC에서 받아 교체:
- Pico: https://github.com/picocss/pico
- htmx: https://unpkg.com/htmx.org/dist/htmx.min.js
- Pretendard: https://github.com/orioncactus/pretendard (dist/web/variable/woff2)
사내망은 TLS 가로채기(boknet CA)가 있어 curl 시 --ssl-no-revoke 가 필요할 수 있다.