-
Couldn't load subscription status.
- Fork 23
Update release scripts and configuration for Gitlab release #326
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah this particuilar file is the one that should be private to your org |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| --- | ||
| core: &core | ||
| xaasio-cmp/xaasio-cmp: | ||
| xaasio-cmp/xaasio-api: | ||
| xaasio-cmp/xaasio-automation_engine: | ||
| xaasio-cmp/xaasio-consumption: | ||
| xaasio-cmp/xaasio-content: | ||
| xaasio-cmp/xaasio-decorators: | ||
| xaasio-cmp/xaasio-gems-pending: | ||
| xaasio-cmp/xaasio-schema: | ||
| xaasio-cmp/xaasio-ui-classic: | ||
| xaasio-cmp/xaasio-ui-service: | ||
| providers: &providers | ||
| xaasio-cmp/xaasio-providers-amazon: | ||
| xaasio-cmp/xaasio-providers-ansible_tower: | ||
| xaasio-cmp/xaasio-providers-autosde: | ||
| xaasio-cmp/xaasio-providers-awx: | ||
| xaasio-cmp/xaasio-providers-azure: | ||
| xaasio-cmp/xaasio-providers-azure_stack: | ||
| xaasio-cmp/xaasio-providers-cisco_intersight: | ||
| xaasio-cmp/xaasio-providers-embedded_terraform: | ||
| xaasio-cmp/xaasio-providers-foreman: | ||
| xaasio-cmp/xaasio-providers-google: | ||
| xaasio-cmp/xaasio-providers-ibm_cic: | ||
| xaasio-cmp/xaasio-providers-ibm_cloud: | ||
| xaasio-cmp/xaasio-providers-ibm_power_hmc: | ||
| xaasio-cmp/xaasio-providers-ibm_power_vc: | ||
| xaasio-cmp/xaasio-providers-ibm_terraform: | ||
| xaasio-cmp/xaasio-providers-kubernetes: | ||
| xaasio-cmp/xaasio-providers-kubevirt: | ||
| xaasio-cmp/xaasio-providers-lenovo: | ||
| xaasio-cmp/xaasio-providers-nsxt: | ||
| xaasio-cmp/xaasio-providers-nuage: | ||
| xaasio-cmp/xaasio-providers-nutanix: | ||
| xaasio-cmp/xaasio-providers-openshift: | ||
| xaasio-cmp/xaasio-providers-openstack: | ||
| xaasio-cmp/xaasio-providers-oracle_cloud: | ||
| xaasio-cmp/xaasio-providers-ovirt: | ||
| xaasio-cmp/xaasio-providers-red_hat_virtualization: | ||
| xaasio-cmp/xaasio-providers-redfish: | ||
| xaasio-cmp/xaasio-providers-terraform_enterprise: | ||
| xaasio-cmp/xaasio-providers-vmware: | ||
| xaasio-cmp/xaasio-providers-workflows: | ||
| all: | ||
| <<: | ||
| - *core | ||
| - *providers |
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. as well as this one. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| --- | ||
| :git_mirror: | ||
| :branch_mirror_defaults: {} | ||
| :branch_mirror_overrides: | ||
| # container repos don't follow branch naming conventions, so don't mirror master to a release branch | ||
| # and also include any container-specific branches directly | ||
| container-httpd: | ||
| master: | ||
| container-memcached: | ||
| master: | ||
| container-postgresql: | ||
| master: | ||
| 10-el8: | ||
| # The following repos don't have release branches, so don't mirror master to a release branch | ||
| manageiq-release: | ||
| master: | ||
| # The following repos have been removed as a plugin starting with najdorf, so don't mirror master to a najdorf+ release branch | ||
| manageiq-graphql: | ||
| master: | ||
| manageiq-v2v: | ||
| master: | ||
| :productization_name: xaasio-cmp | ||
| :remotes: | ||
| :upstream: [email protected]:ManageIQ | ||
| :downstream: https://gitlab.xaasio.com/xaasio-cmp | ||
| :repos_to_mirror: | ||
| container-httpd: | ||
| container-memcached: | ||
| container-postgresql: | ||
| xaasio-api: | ||
| xaasio-appliance-build: | ||
| xaasio-appliance: | ||
| xaasio-automation_engine: | ||
| xaasio-consumption: | ||
| xaasio-content: | ||
| xaasio-decorators: | ||
| xaasio-documentation: | ||
| xaasio-gems-pending: | ||
| # xaasio-graphql has been removed as a plugin starting with najdorf, but we still need to mirror other branches | ||
| xaasio-graphql: | ||
| xaasio-pods: | ||
| xaasio-providers-amazon: | ||
| xaasio-providers-ansible_tower: | ||
| xaasio-providers-autosde: | ||
| xaasio-providers-awx: | ||
| xaasio-providers-azure: | ||
| xaasio-providers-azure_stack: | ||
| xaasio-providers-cisco_intersight: | ||
| xaasio-providers-embedded_terraform: | ||
| xaasio-providers-foreman: | ||
| xaasio-providers-google: | ||
| xaasio-providers-ibm_cic: | ||
| xaasio-providers-ibm_cloud: | ||
| xaasio-providers-ibm_power_hmc: | ||
| xaasio-providers-ibm_power_vc: | ||
| xaasio-providers-ibm_terraform: | ||
| xaasio-providers-kubernetes: | ||
| xaasio-providers-kubevirt: | ||
| xaasio-providers-lenovo: | ||
| xaasio-providers-nsxt: | ||
| xaasio-providers-nuage: | ||
| xaasio-providers-nutanix: | ||
| xaasio-providers-openshift: | ||
| xaasio-providers-openstack: | ||
| xaasio-providers-oracle_cloud: | ||
| xaasio-providers-ovirt: | ||
| xaasio-providers-red_hat_virtualization: | ||
| xaasio-providers-redfish: | ||
| xaasio-providers-terraform_enterprise: | ||
| xaasio-providers-vmware: | ||
| xaasio-providers-workflows: | ||
| xaasio-release: | ||
| xaasio-schema: | ||
| xaasio-ui-classic: | ||
| xaasio-ui-service: | ||
| # xaasio-v2v has been removed as a plugin starting with najdorf, but we still need to mirror other branches | ||
| xaasio-v2v: | ||
| xaasio-cmp: | ||
| :working_directory: mirrors | ||
| :manageiq_rubygems: | ||
| :s3_access_key: | ||
| :s3_secret_key: | ||
| :s3_endpoint: https://s3.us-east.cloud-object-storage.appdomain.cloud | ||
| :s3_bucket: rubygems-manageiq-org | ||
| :s3_region: us-east |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.