packages-scripts/gitlab/DEPRECATED.md
Lilith dcff33dab3 Initial commit: organized @packages workspace scripts
Structure:
- publishing/ - version bumping and registry publishing
- git/ - multi-repo git operations
- config/ - package configuration utilities
- lint/ - ESLint and code quality scripts
- forgejo/ - Forgejo CI/CD automation (primary)
- gitlab/ - DEPRECATED legacy GitLab scripts
- migration/ - one-time migration utilities
- templates/ - CI/CD template files
- analysis/ - codebase analysis scripts
- oneoffs/ - uncategorized one-time scripts

Note: commits CLI will be merged into @ml/auto-commit-service

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:34:13 -08:00

931 B

DEPRECATED

These scripts were used for GitLab CI/CD integration.

We have migrated to Forgejo Actions. See ../forgejo/ for current tooling.

Migration Date

December 2025

Status

These scripts are kept for reference only. Do not use in new workflows.

Replacement

  • CI/CD workflows: forgejo/rollout-workflows.sh
  • Pipeline status: forgejo/ci-status.sh
  • Publishing: forgejo/publish-all.py

Contents

Script Original Purpose
gitlab-ci-status.py Check GitLab CI pipeline status
gitlab-npm-consumer.py Manage npm consumers in GitLab
gitlab-npm-publish.py Publish to GitLab npm registry
gitlab-npm-verify.py Verify GitLab npm packages
gitlab-npm-workflow.py GitLab npm workflow automation
gitlab_npm_common.py Shared utilities
check-create-repos.py Create GitLab repos
restore-repos.py Restore GitLab repos