Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shopsys] added scripts for monorepo maintenance into /.ci directory #729

Merged
merged 5 commits into from Jan 17, 2019

Commits on Jan 11, 2019

  1. added scripts for monorepo maintenance into /.ci directory

    - basically copy-pasted from our Jenkins configuration so we can change it with the codebase (eg. add a package inside a PR and let it be split automatically)
    - `monorepo_split.sh` splits master into all subrepositories
      - should be executed automatically after `master` is successfully built
    - `monorepo_force_split_branch.sh` splits and force pushes selected branch into all subrepositories
      - should be executed manually as a parameterized build
    - `monorepo_remove_branch.sh` removes selected branch from all subrepositories
      - should be executed manually as a parameterized build
      - cleans up after `monorepo_force_split_branch.sh`
    - `monorepo_functions.sh` contains reusable functions
    PetrHeinz committed Jan 11, 2019
    Copy the full SHA
    66ae677 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Copy the full SHA
    11a620a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b83fd6b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    89372bf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    026f657 View commit details
    Browse the repository at this point in the history